Searched refs:shadowInset (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
H A D | GestureTrailDrawingPoints.java | 211 final int shadowInset = -(int)Math.ceil(shadow2); in drawGestureTrailLocked() local 212 mRoundedLineBounds.inset(shadowInset, shadowInset); in drawGestureTrailLocked()
|
/aosp12/frameworks/native/libs/renderengine/tests/ |
H A D | RenderEngineTest.cpp | 355 const float shadowInset = shadow.length * -1.0f; in expectShadowColor() local 357 Rect(casterRect).inset(shadowInset, shadowInset, shadowInset, shadowInset); in expectShadowColor() 379 const float shadowInset = shadow.length * -1.0f; in expectShadowColorWithoutCaster() local 382 Rect(casterRect).inset(shadowInset, shadowInset, shadowInset, shadowInset); in expectShadowColorWithoutCaster() 1771 const float shadowInset = settings.length * -1.0f; in TEST_P() local 1773 Rect(casterBounds).inset(shadowInset, shadowInset, shadowInset, shadowInset); in TEST_P()
|
/aosp12/frameworks/av/media/libstagefright/renderfright/tests/ |
H A D | RenderEngineTest.cpp | 209 const float shadowInset = shadow.length * -1.0f; in expectShadowColor() local 211 Rect(casterRect).inset(shadowInset, shadowInset, shadowInset, shadowInset); in expectShadowColor() 1397 const float shadowInset = settings.length * -1.0f; in TEST_F() local 1399 Rect(casterBounds).inset(shadowInset, shadowInset, shadowInset, shadowInset); in TEST_F()
|