Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DFrameBuilder.cpp416 SkPath* frameAllocatedPath = nullptr; in deferShadow() local
421 frameAllocatedPath = createFrameAllocatedPath(); in deferShadow()
423 Op(*casterPath, *revealClipPath, kIntersect_SkPathOp, frameAllocatedPath); in deferShadow()
424 casterPath = frameAllocatedPath; in deferShadow()
429 if (!frameAllocatedPath) { in deferShadow()
430 frameAllocatedPath = createFrameAllocatedPath(); in deferShadow()
438 Op(*casterPath, clipBoundsPath, kIntersect_SkPathOp, frameAllocatedPath); in deferShadow()
439 casterPath = frameAllocatedPath; in deferShadow()