HomeSort by relevance Sort by last modified time
    Searched refs:mutableOutline (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/tests/
main.cpp 58 node->mutateStagingProperties().mutableOutline().setRoundRect(0, 0, width, height, dp(10), 1);
59 node->mutateStagingProperties().mutableOutline().setShouldClip(true);
  /frameworks/base/core/jni/
android_view_RenderNode.cpp 145 renderNode->mutateStagingProperties().mutableOutline().setRoundRect(left, top, right, bottom,
155 renderNode->mutateStagingProperties().mutableOutline().setConvexPath(outlinePath, alpha);
163 renderNode->mutateStagingProperties().mutableOutline().setEmpty();
171 renderNode->mutateStagingProperties().mutableOutline().setNone();
185 renderNode->mutateStagingProperties().mutableOutline().setShouldClip(clipToOutline);
  /frameworks/base/libs/hwui/
RenderProperties.h 547 Outline& mutableOutline() {

Completed in 1442 milliseconds