Searched refs:ctrlIndex (Results 1 – 2 of 2) sorted by relevance
20 void SkDCubic::align(int endIndex, int ctrlIndex, SkDPoint* dstPt) const { in align() argument21 if (fPts[endIndex].fX == fPts[ctrlIndex].fX) { in align()24 if (fPts[endIndex].fY == fPts[ctrlIndex].fY) { in align()
46 void align(int endIndex, int ctrlIndex, SkDPoint* dstPt) const;