Lines Matching refs:curvePoint
1067 SkPoint curvePoint; in computeClipAndPathPolygons() local
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()
1086 this->addToClip(curvePoint); 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()
1096 curvePoint *= SkScalarInvert(0.5f + 0.5f*w); in computeClipAndPathPolygons()
1097 this->addToClip(curvePoint); in computeClipAndPathPolygons()
1104 curvePoint.fX = kA*clipPts[0].fX + kB*clipPts[1].fX in computeClipAndPathPolygons()
1106 curvePoint.fY = kA*clipPts[0].fY + kB*clipPts[1].fY in computeClipAndPathPolygons()
1108 this->addToClip(curvePoint); in computeClipAndPathPolygons()
1110 curvePoint.fX = kD*clipPts[0].fX + kC*clipPts[1].fX in computeClipAndPathPolygons()
1112 curvePoint.fY = kD*clipPts[0].fY + kC*clipPts[1].fY in computeClipAndPathPolygons()
1114 this->addToClip(curvePoint); in computeClipAndPathPolygons()