Searched refs:tiltZPlane (Results 1 – 4 of 4) sorted by relevance
559 bool tiltZPlane = tilted(rec.fZPlaneParams); in drawShadow() local561 bool uncached = tiltZPlane || path.isVolatile(); in drawShadow()
650 bool tiltZPlane = tilted(rec.fZPlaneParams); in drawShadow() local653 bool uncached = tiltZPlane || path.isVolatile(); in drawShadow()
1133 bool tiltZPlane = SkToBool(!SkScalarNearlyZero(rec.fZPlaneParams.fX) || in drawFastShadow() local1136 if (tiltZPlane || skipAnalytic || !viewMatrix.rectStaysRect() || !viewMatrix.isSimilarity()) { in drawFastShadow()
1163 bool tiltZPlane = SkToBool(!SkScalarNearlyZero(rec.fZPlaneParams.fX) || in drawFastShadow() local1166 if (tiltZPlane || skipAnalytic || !viewMatrix.rectStaysRect() || !viewMatrix.isSimilarity()) { in drawFastShadow()