HomeSort by relevance Sort by last modified time
    Searched refs:uDotV (Results 1 - 2 of 2) sorted by null

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

Completed in 110 milliseconds