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

  /external/chromium_org/third_party/skia/experimental/Intersection/
NearestPoint.cpp 433 Point2 Vtemp[W_DEGREE+1][W_DEGREE+1];
438 Vtemp[0][j] = V[j];
444 Vtemp[i][j].x =
445 (1.0 - t) * Vtemp[i-1][j].x + t * Vtemp[i-1][j+1].x;
446 Vtemp[i][j].y =
447 (1.0 - t) * Vtemp[i-1][j].y + t * Vtemp[i-1][j+1].y;
453 Left[j] = Vtemp[j][0];
458 Right[j] = Vtemp[degree-j][j]
    [all...]
  /external/skia/experimental/Intersection/
NearestPoint.cpp 433 Point2 Vtemp[W_DEGREE+1][W_DEGREE+1];
438 Vtemp[0][j] = V[j];
444 Vtemp[i][j].x =
445 (1.0 - t) * Vtemp[i-1][j].x + t * Vtemp[i-1][j+1].x;
446 Vtemp[i][j].y =
447 (1.0 - t) * Vtemp[i-1][j].y + t * Vtemp[i-1][j+1].y;
453 Left[j] = Vtemp[j][0];
458 Right[j] = Vtemp[degree-j][j]
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]

Completed in 1078 milliseconds