OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mutableOutline
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/libs/hwui/tests/common/scenes/
ShadowGrid2Animation.cpp
58
props.
mutableOutline
().setRoundRect(0, 0, width, height, dp(6), 1);
59
props.
mutableOutline
().setShouldClip(true);
ShadowGridAnimation.cpp
58
props.
mutableOutline
().setRoundRect(0, 0, width, height, dp(6), 1);
59
props.
mutableOutline
().setShouldClip(true);
RecentsAnimation.cpp
76
props.
mutableOutline
().setRoundRect(0, 0, width, height, dp(10), 1);
77
props.
mutableOutline
().setShouldClip(true);
/frameworks/base/core/jni/
android_view_RenderNode.cpp
207
renderNode->mutateStagingProperties().
mutableOutline
().setRoundRect(left, top, right, bottom,
217
renderNode->mutateStagingProperties().
mutableOutline
().setConvexPath(outlinePath, alpha);
225
renderNode->mutateStagingProperties().
mutableOutline
().setEmpty();
233
renderNode->mutateStagingProperties().
mutableOutline
().setNone();
247
renderNode->mutateStagingProperties().
mutableOutline
().setShouldClip(clipToOutline);
/frameworks/base/libs/hwui/
RenderProperties.h
580
Outline&
mutableOutline
() {
/frameworks/base/libs/hwui/tests/unit/
FrameBuilderTests.cpp
[
all
...]
Completed in 201 milliseconds