Home | History | Annotate | Download | only in hwui

Lines Matching refs:outlinePath

883     const SkPath* outlinePath = casterOutlinePath;
889 Op(*outlinePath, *revealClipPath, kIntersect_SkPathOp, frameAllocatedPath);
890 outlinePath = frameAllocatedPath;
905 Op(*outlinePath, clipBoundsPath, kIntersect_SkPathOp, frameAllocatedPath);
906 outlinePath = frameAllocatedPath;
910 shadowMatrixXY, shadowMatrixZ, casterAlpha, outlinePath);