Searched refs:shadowTransform (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/core/ |
D | SkDrawShadowInfo.cpp | 22 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()
|
D | SkDrawShadowInfo.h | 70 const SkRect& pathBounds, SkMatrix* shadowTransform, SkScalar* radius);
|
/external/skia/src/core/ |
D | SkDrawShadowInfo.cpp | 24 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()
|
D | SkDrawShadowInfo.h | 81 SkMatrix* shadowTransform, SkScalar* radius);
|
/external/skia/src/utils/ |
D | SkShadowTessellator.cpp | 998 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/skqp/src/utils/ |
D | SkShadowTessellator.cpp | 992 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/gpu/ |
D | GrSurfaceDrawContext.cpp | 1251 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/ |
D | GrRenderTargetContext.cpp | 1267 SkMatrix shadowTransform; in drawFastShadow() local 1268 shadowTransform.setScaleTranslate(spotScale, spotScale, spotOffset.fX, spotOffset.fY); in drawFastShadow() 1269 rrect.transform(shadowTransform, &spotShadowRRect); in drawFastShadow()
|