Searched refs:fromC1 (Results 1 – 1 of 1) sorted by relevance
38 const SkDPoint fromC1 = {(3 * fPts[1].fX - fPts[0].fX) / 2, (3 * fPts[1].fY - fPts[0].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()