Searched refs:mutableOutline (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/libs/hwui/tests/common/scenes/
H A DShadowGrid2Animation.cpp58 props.mutableOutline().setRoundRect(0, 0, width, height, dp(6), 1);
59 props.mutableOutline().setShouldClip(true);
H A DShadowGridAnimation.cpp58 props.mutableOutline().setRoundRect(0, 0, width, height, dp(6), 1);
59 props.mutableOutline().setShouldClip(true);
H A DShadowShaderAnimation.cpp62 props.mutableOutline().setRoundRect(0, 0, width, height, 0, 0.99f);
63 props.mutableOutline().setShouldClip(false);
H A DRoundRectClippingAnimation.cpp41 props.mutableOutline().setRoundRect(0, 0,
43 props.mutableOutline().setShouldClip(true);
H A DRecentsAnimation.cpp77 props.mutableOutline().setRoundRect(0, 0, width, height, dp(10), 1);
78 props.mutableOutline().setShouldClip(true);
/frameworks/base/libs/hwui/tests/unit/
H A DSkiaRenderPropertiesTests.cpp96 properties.mutableOutline().setShouldClip(true);
97 properties.mutableOutline().setRoundRect(10, 20, 30, 40, 5.0f, 0.5f);
H A DRenderNodeDrawableTests.cpp310 properties.mutableOutline().setRoundRect(10, 10, 90, 90, 5, 1.0f);
426 properties.mutableOutline().setRoundRect(10, 10, 390, 390, 0, 1.0f);
995 props.mutableOutline().setRoundRect(0, 0, 20, 20, 5, 1);
996 props.mutableOutline().setShouldClip(true);
H A DFrameBuilderTests.cpp1696 properties.mutableOutline().setRoundRect(10, 10, 90, 90, 5, 1.0f);
1772 properties.mutableOutline().setRoundRect(10, 10, 390, 390, 0, 1.0f);
1865 properties.mutableOutline().setRoundRect(0, 0, 100, 100, 0.0f, 1.0f);
2128 properties.mutableOutline().setShouldClip(true);
2129 properties.mutableOutline().setRoundRect(10, 20, 30, 40, 5.0f, 0.5f);
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp143 renderNode->mutateStagingProperties().mutableOutline().setRoundRect(left, top, right, bottom,
153 renderNode->mutateStagingProperties().mutableOutline().setConvexPath(outlinePath, alpha);
160 renderNode->mutateStagingProperties().mutableOutline().setEmpty();
167 renderNode->mutateStagingProperties().mutableOutline().setNone();
180 renderNode->mutateStagingProperties().mutableOutline().setShouldClip(clipToOutline);
/frameworks/base/libs/hwui/
H A DRenderProperties.h582 Outline& mutableOutline() { function in class:android::uirenderer::RenderProperties

Completed in 410 milliseconds