Home
last modified time | relevance | path

Searched refs:clipPts (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/utils/
H A DSkShadowTessellator.cpp1060 SkPoint clipPts[4]; in computeClipAndPathPolygons() local
1079 ctm.mapPoints(clipPts, &pts[1], 1); in computeClipAndPathPolygons()
1080 this->addToClip(clipPts[0]); in computeClipAndPathPolygons()
1084 ctm.mapPoints(clipPts, pts, 3); in computeClipAndPathPolygons()
1086 curvePoint.fX = 0.25f*clipPts[0].fX + 0.5f*clipPts[1].fX + 0.25f*clipPts[2].fX; in computeClipAndPathPolygons()
1087 curvePoint.fY = 0.25f*clipPts[0].fY + 0.5f*clipPts[1].fY + 0.25f*clipPts[ in computeClipAndPathPolygons()
[all...]

Completed in 4 milliseconds