Lines Matching refs:ctm
81 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm, in makeVertices()
85 SkMatrix noTrans(ctm); in makeVertices()
86 if (!ctm.hasPerspective()) { in makeVertices()
146 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm, in makeVertices()
155 return SkShadowTessellator::MakeSpot(path, ctm, zParams, fDevLightPos, fLightRadius, in makeVertices()
157 … } else if (ctm.hasPerspective() || OccluderType::kPointOpaquePartialUmbra == fOccluderType) { in makeVertices()
159 return SkShadowTessellator::MakeSpot(path, ctm, zParams, fDevLightPos, fLightRadius, in makeVertices()
163 SkMatrix noTrans(ctm); in makeVertices()
541 uint32_t flags, const SkMatrix& ctm, SkDrawShadowRec* rec) { in fill_shadow_rec() argument
547 if (!ctm.invert(&inverse)) { in fill_shadow_rec()
577 bool SkShadowUtils::GetLocalBounds(const SkMatrix& ctm, const SkPath& path, in GetLocalBounds() argument
582 flags, ctm, &rec)) { in GetLocalBounds()
586 SkDrawShadowMetrics::GetLocalBounds(path, rec, ctm, bounds); in GetLocalBounds()