Lines Matching refs:vec
241 // check the cross product of v with the vec from edgeBegin to each rect corner
2276 SkVector vec = pt - fCurrPt;
2277 SkScalar lengthSqd = vec.lengthSqd();
2285 fFirstVec = fLastVec = vec;
2288 this->addVec(vec);
2291 int sx = sign(vec.fX);
2292 int sy = sign(vec.fY);
2358 void addVec(const SkVector& vec) {
2359 SkASSERT(vec.fX || vec.fY);
2360 DirChange dir = this->directionChange(vec);
2372 fLastVec = vec;
2381 fLastVec = vec;
2393 // value with the current vec is deemed to be of a significant value.