Searched defs:point3 (Results 1 – 2 of 2) sorted by relevance
60 SkPoint3 point3(int i) const { return {fX[i], fY[i], fW[i]}; } in point3() function
473 point_t point1 = p1, point2 = p2, point3 = p3; in cubic_to() local