Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/utils/
DSkShadowUtils.cpp591 bool tiltZPlane = tilted(rec.fZPlaneParams); in drawShadow() local
593 bool uncached = tiltZPlane || path.isVolatile(); in drawShadow()
/third_party/skia/src/utils/
DSkShadowUtils.cpp660 bool tiltZPlane = tilted(rec.fZPlaneParams); in drawShadow() local
663 bool uncached = tiltZPlane || path.isVolatile(); in drawShadow()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp1132 bool tiltZPlane = SkToBool(!SkScalarNearlyZero(rec.fZPlaneParams.fX) || in drawFastShadow() local
1135 if (tiltZPlane || skipAnalytic || !viewMatrix.rectStaysRect() || !viewMatrix.isSimilarity()) { in drawFastShadow()
/third_party/flutter/skia/src/gpu/
DGrRenderTargetContext.cpp1101 bool tiltZPlane = SkToBool(!SkScalarNearlyZero(rec.fZPlaneParams.fX) || in drawFastShadow() local
1104 if (tiltZPlane || skipAnalytic || !viewMatrix.rectStaysRect() || !viewMatrix.isSimilarity()) { in drawFastShadow()