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

/external/skia/src/core/
H A DSkPoint.cpp219 SkScalar uDotV = SkPoint::DotProduct(u, v); local
221 if (uDotV <= 0) {
223 } else if (uDotV > uLengthSqd) {
/external/skqp/src/core/
H A DSkPoint.cpp219 SkScalar uDotV = SkPoint::DotProduct(u, v); local
221 if (uDotV <= 0) {
223 } else if (uDotV > uLengthSqd) {

Completed in 487 milliseconds