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

  /external/skia/legacy/src/core/
SkPoint.cpp 424 SkScalar uDotV = SkPoint::DotProduct(u, v);
426 if (uDotV <= 0) {
428 } else if (uDotV > uLengthSqd) {
  /external/skia/src/core/
SkPoint.cpp 463 SkScalar uDotV = SkPoint::DotProduct(u, v);
465 if (uDotV <= 0) {
467 } else if (uDotV > uLengthSqd) {

Completed in 925 milliseconds