Searched defs:casterPath (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
H A DReorderBarrierDrawables.cpp168 const SkPath* casterPath = casterProperties.getOutline().getPath(); local
171 if (clippedToBounds && !casterClipRect.contains(casterPath->getBounds())) {
172 casterPath = caster->getRenderNode()->getClippedOutline(casterClipRect);
178 Op(*casterPath, *revealClipPath, kIntersect_SkPathOp, &tmpPath);
180 casterPath = &tmpPath;
197 canvas, *casterPath, zParams, skiaLightPos, SkiaPipeline::getLightRadius(),
/frameworks/base/libs/hwui/
H A DFrameBuilder.cpp407 const SkPath* casterPath = casterOutlinePath; local
413 Op(*casterPath, *revealClipPath, kIntersect_SkPathOp, frameAllocatedPath);
414 casterPath = frameAllocatedPath;
428 Op(*casterPath, clipBoundsPath, kIntersect_SkPathOp, frameAllocatedPath);
429 casterPath = frameAllocatedPath;
444 casterAlpha >= 1.0f, casterPath, &shadowMatrixXY, &shadowMatrixZ,

Completed in 48 milliseconds