Searched refs:curvePoint (Results 1 – 2 of 2) sorted by relevance
1067 SkPoint curvePoint; in computeClipAndPathPolygons() local1084 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()[all …]