Searched refs:uDotV (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPoint.cpp258 SkScalar uDotV = SkPoint::DotProduct(u, v); local
260 if (uDotV <= 0) {
262 } else if (uDotV > uLengthSqd) {
/external/skia/src/core/
H A DSkPoint.cpp247 SkScalar uDotV = SkPoint::DotProduct(u, v); local
249 if (uDotV <= 0) {
251 } else if (uDotV > uLengthSqd) {

Completed in 1499 milliseconds