Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/utils/
H A DSkShadowTessellator.cpp920 bool computePathPolygon(const SkPath& path, const SkMatrix& ctm);
936 if (!this->computePathPolygon(path, ctm)) { in SkAmbientShadowTessellator()
960 bool SkAmbientShadowTessellator::computePathPolygon(const SkPath& path, const SkMatrix& ctm) { in computePathPolygon() function in SkAmbientShadowTessellator