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

  /external/chromium_org/third_party/skia/src/core/
SkPoint.cpp 258 SkScalar uDotV = SkPoint::DotProduct(u, v);
260 if (uDotV <= 0) {
262 } else if (uDotV > uLengthSqd) {
  /external/skia/src/core/
SkPoint.cpp 247 SkScalar uDotV = SkPoint::DotProduct(u, v);
249 if (uDotV <= 0) {
251 } else if (uDotV > uLengthSqd) {

Completed in 1895 milliseconds