Lines Matching refs:SkVector
246 SkVector lineVec = qPts[(maxEdge + 1)%3] - qPts[maxEdge]; in set()
365 const SkVector& ab, in is_point_within_cubic_tangents()
366 const SkVector& dc, in is_point_within_cubic_tangents()
370 SkVector ap = p - a; in is_point_within_cubic_tangents()
383 SkVector dp = p - d; in is_point_within_cubic_tangents()
408 SkVector ab = p[1] - p[0]; in convert_noninflect_cubic_to_quads()
409 SkVector dc = p[2] - p[3]; in convert_noninflect_cubic_to_quads()
433 SkVector da = p[0] - p[3]; in convert_noninflect_cubic_to_quads()
459 if (SkVector::DotProduct(da, dc) < 0 || SkVector::DotProduct(ab,da) > 0) { in convert_noninflect_cubic_to_quads()
484 SkVector c0 = p[0]; in convert_noninflect_cubic_to_quads()
486 SkVector c1 = p[3]; in convert_noninflect_cubic_to_quads()