Home
last modified time | relevance | path

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

/external/skqp/src/utils/
DSkShadowTessellator.cpp1058 SkPoint clipPts[4]; in computeClipAndPathPolygons() local
1077 ctm.mapPoints(clipPts, &pts[1], 1); in computeClipAndPathPolygons()
1078 this->addToClip(clipPts[0]); in computeClipAndPathPolygons()
1082 ctm.mapPoints(clipPts, pts, 3); in computeClipAndPathPolygons()
1084 curvePoint.fX = 0.25f*clipPts[0].fX + 0.5f*clipPts[1].fX + 0.25f*clipPts[2].fX; in computeClipAndPathPolygons()
1085 curvePoint.fY = 0.25f*clipPts[0].fY + 0.5f*clipPts[1].fY + 0.25f*clipPts[2].fY; in computeClipAndPathPolygons()
1087 this->addToClip(clipPts[2]); in computeClipAndPathPolygons()
1091 ctm.mapPoints(clipPts, pts, 3); in computeClipAndPathPolygons()
1094 curvePoint.fX = 0.25f*clipPts[0].fX + w*0.5f*clipPts[1].fX + 0.25f*clipPts[2].fX; in computeClipAndPathPolygons()
1095 curvePoint.fY = 0.25f*clipPts[0].fY + w*0.5f*clipPts[1].fY + 0.25f*clipPts[2].fY; in computeClipAndPathPolygons()
[all …]
/external/skia/src/utils/
DSkShadowTessellator.cpp1058 SkPoint clipPts[4]; in computeClipAndPathPolygons() local
1077 ctm.mapPoints(clipPts, &pts[1], 1); in computeClipAndPathPolygons()
1078 this->addToClip(clipPts[0]); in computeClipAndPathPolygons()
1082 ctm.mapPoints(clipPts, pts, 3); in computeClipAndPathPolygons()
1084 curvePoint.fX = 0.25f*clipPts[0].fX + 0.5f*clipPts[1].fX + 0.25f*clipPts[2].fX; in computeClipAndPathPolygons()
1085 curvePoint.fY = 0.25f*clipPts[0].fY + 0.5f*clipPts[1].fY + 0.25f*clipPts[2].fY; in computeClipAndPathPolygons()
1087 this->addToClip(clipPts[2]); in computeClipAndPathPolygons()
1091 ctm.mapPoints(clipPts, pts, 3); in computeClipAndPathPolygons()
1094 curvePoint.fX = 0.25f*clipPts[0].fX + w*0.5f*clipPts[1].fX + 0.25f*clipPts[2].fX; in computeClipAndPathPolygons()
1095 curvePoint.fY = 0.25f*clipPts[0].fY + w*0.5f*clipPts[1].fY + 0.25f*clipPts[2].fY; in computeClipAndPathPolygons()
[all …]