Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRenderNode.cpp540 const SkPath* outlinePath = properties().getOutline().getPath(); in getClippedOutline() local
541 const uint32_t outlineID = outlinePath->getGenerationID(); in getClippedOutline()
551 Op(*outlinePath, clipPath, kIntersect_SkPathOp, &mClippedOutlineCache.clippedOutline); in getClippedOutline()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_RenderNode.cpp150 SkPath* outlinePath = reinterpret_cast<SkPath*>(outlinePathPtr); in android_view_RenderNode_setOutlinePath() local
151 renderNode->mutateStagingProperties().mutableOutline().setPath(outlinePath, alpha); in android_view_RenderNode_setOutlinePath()