Lines Matching refs:ctm
34 const SkMatrix& ctm, const SkPoint3& zPlaneParams,
43 if (!ctm.hasPerspective() || directional) {
56 shadowTransform->preConcat(ctm);
64 ctm.mapRectToQuad(pts, pathBounds);
141 void GetLocalBounds(const SkPath& path, const SkDrawShadowRec& rec, const SkMatrix& ctm,
160 if (ctm.hasPerspective()) {
162 ctm.mapRect(&ambientBounds);
174 ctm.mapPoints(&devLightPos, 1);
180 SkScalar devToSrcScale = SkScalarInvert(ctm.getMinScale());
193 if (ctm.invert(&inverse)) {
223 if (ctm.hasPerspective()) {
226 if (ctm.invert(&inverse)) {