Home | History | Annotate | Download | only in core

Lines Matching defs:vector

15     SkVector vector;
16 x.store(&vector);
17 return vector;
121 // zero tangent vector when t is 0 or 1, and the control point is equal
321 // The derivative equation returns a zero tangent vector when t is 0 or 1, and the
1081 // The derivative equation returns a zero tangent vector when t is 0 or 1,
1420 const SkPoint& lastQ = quadrantPts[quadrant * 2]; // will already be a unit-vector
1426 // compute the bisector vector, and then rescale to be the off-curve point.