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