Searched refs:fromC2 (Results 1 – 2 of 2) sorted by relevance
39 const SkDPoint fromC2 = {(3 * fPts[2].fX - fPts[3].fX) / 2, (3 * fPts[2].fY - fPts[3].fY) / 2}; in toQuad() local40 quad[1].fX = (fromC1.fX + fromC2.fX) / 2; in toQuad()41 quad[1].fY = (fromC1.fY + fromC2.fY) / 2; in toQuad()