Home
last modified time | relevance | path

Searched refs:shadowTransform (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/core/
DSkDrawShadowInfo.cpp22 const SkRect& pathBounds, SkMatrix* shadowTransform, SkScalar* radius) { in GetSpotShadowTransform() argument
33 shadowTransform->setScaleTranslate(scale, scale, translate.fX, translate.fY); in GetSpotShadowTransform()
34 shadowTransform->preConcat(ctm); in GetSpotShadowTransform()
98 shadowTransform->setAll(h0.fX / h2.fZ, h1.fX / h2.fZ, h2.fX / h2.fZ, in GetSpotShadowTransform()
108 shadowTransform->preConcat(toHomogeneous); in GetSpotShadowTransform()
DSkDrawShadowInfo.h70 const SkRect& pathBounds, SkMatrix* shadowTransform, SkScalar* radius);
/external/skia/src/core/
DSkDrawShadowInfo.cpp24 SkMatrix* shadowTransform, SkScalar* radius) { in GetSpotShadowTransform() argument
43 shadowTransform->setScaleTranslate(scale, scale, translate.fX, translate.fY); in GetSpotShadowTransform()
44 shadowTransform->preConcat(ctm); in GetSpotShadowTransform()
108 shadowTransform->setAll(h0.fX / h2.fZ, h1.fX / h2.fZ, h2.fX / h2.fZ, in GetSpotShadowTransform()
118 shadowTransform->preConcat(toHomogeneous); in GetSpotShadowTransform()
DSkDrawShadowInfo.h81 SkMatrix* shadowTransform, SkScalar* radius);
/external/skqp/src/utils/
DSkShadowTessellator.cpp992 const SkMatrix& shadowTransform);
1005 SkMatrix shadowTransform; in SkSpotShadowTessellator() local
1009 &shadowTransform, &outset)) { in SkSpotShadowTessellator()
1015 if (!this->computeClipAndPathPolygons(path, ctm, shadowTransform)) { in SkSpotShadowTessellator()
1048 const SkMatrix& shadowTransform) { in computeClipAndPathPolygons() argument
1079 this->handleLine(shadowTransform, &pts[1]); in computeClipAndPathPolygons()
1088 this->handleQuad(shadowTransform, pts); in computeClipAndPathPolygons()
1099 this->handleConic(shadowTransform, pts, w); in computeClipAndPathPolygons()
1116 this->handleCubic(shadowTransform, pts); in computeClipAndPathPolygons()
/external/skia/src/utils/
DSkShadowTessellator.cpp998 const SkMatrix& shadowTransform);
1011 SkMatrix shadowTransform; in SkSpotShadowTessellator() local
1015 &shadowTransform, &outset)) { in SkSpotShadowTessellator()
1021 if (!this->computeClipAndPathPolygons(path, ctm, shadowTransform)) { in SkSpotShadowTessellator()
1054 const SkMatrix& shadowTransform) { in computeClipAndPathPolygons() argument
1085 this->handleLine(shadowTransform, &pts[1]); in computeClipAndPathPolygons()
1094 this->handleQuad(shadowTransform, pts); in computeClipAndPathPolygons()
1105 this->handleConic(shadowTransform, pts, w); in computeClipAndPathPolygons()
1122 this->handleCubic(shadowTransform, pts); in computeClipAndPathPolygons()
/external/skia/src/gpu/
DGrSurfaceDrawContext.cpp1251 SkMatrix shadowTransform; in drawFastShadow() local
1252 shadowTransform.setScaleTranslate(spotScale, spotScale, spotOffset.fX, spotOffset.fY); in drawFastShadow()
1253 rrect.transform(shadowTransform, &spotShadowRRect); in drawFastShadow()
/external/skqp/src/gpu/
DGrRenderTargetContext.cpp1267 SkMatrix shadowTransform; in drawFastShadow() local
1268 shadowTransform.setScaleTranslate(spotScale, spotScale, spotOffset.fX, spotOffset.fY); in drawFastShadow()
1269 rrect.transform(shadowTransform, &spotShadowRRect); in drawFastShadow()