Home
last modified time | relevance | path

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

/third_party/skia/src/utils/
DSkShadowUtils.cpp668 bool tiltZPlane = tilted(rec.fZPlaneParams); in drawShadow() local
671 bool uncached = tiltZPlane || path.isVolatile(); in drawShadow()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp1133 bool tiltZPlane = SkToBool(!SkScalarNearlyZero(rec.fZPlaneParams.fX) || in drawFastShadow() local
1136 if (tiltZPlane || skipAnalytic || !viewMatrix.rectStaysRect() || !viewMatrix.isSimilarity()) { in drawFastShadow()