Searched refs:tiltZPlane (Results 1 – 4 of 4) sorted by relevance
591 bool tiltZPlane = tilted(rec.fZPlaneParams); in drawShadow() local593 bool uncached = tiltZPlane || path.isVolatile(); in drawShadow()
660 bool tiltZPlane = tilted(rec.fZPlaneParams); in drawShadow() local663 bool uncached = tiltZPlane || path.isVolatile(); in drawShadow()
1132 bool tiltZPlane = SkToBool(!SkScalarNearlyZero(rec.fZPlaneParams.fX) || in drawFastShadow() local1135 if (tiltZPlane || skipAnalytic || !viewMatrix.rectStaysRect() || !viewMatrix.isSimilarity()) { in drawFastShadow()
1101 bool tiltZPlane = SkToBool(!SkScalarNearlyZero(rec.fZPlaneParams.fX) || in drawFastShadow() local1104 if (tiltZPlane || skipAnalytic || !viewMatrix.rectStaysRect() || !viewMatrix.isSimilarity()) { in drawFastShadow()