Lines Matching refs:vec
965 static SkScalar fast_len(const SkVector& vec) {966 SkScalar x = SkScalarAbs(vec.fX);967 SkScalar y = SkScalarAbs(vec.fY);