Home
last modified time | relevance | path

Searched refs:outlinePath (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DRenderNode.cpp454 const SkPath* outlinePath = properties().getOutline().getPath(); in getClippedOutline() local
455 const uint32_t outlineID = outlinePath->getGenerationID(); in getClippedOutline()
465 Op(*outlinePath, clipPath, kIntersect_SkPathOp, &mClippedOutlineCache.clippedOutline); in getClippedOutline()
/frameworks/base/core/jni/
Dandroid_view_RenderNode.cpp153 SkPath* outlinePath = reinterpret_cast<SkPath*>(outlinePathPtr); in android_view_RenderNode_setOutlineConvexPath() local
154 renderNode->mutateStagingProperties().mutableOutline().setConvexPath(outlinePath, alpha); in android_view_RenderNode_setOutlineConvexPath()