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

  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticIntersection_Test.cpp 359 int best_i = 1, best_j = 1; local
366 if (dist[best_i][best_j] > dist[i][j]) {
368 best_j = j;
377 if (best_j == 0) {
379 } else if (best_j == 2) {
382 if (best_i == 1 && best_j == 1) {
CubicIntersection_Test.cpp 635 int best_i = 1, best_j = 1; local
642 if (dist[best_i][best_j] > dist[i][j]) {
644 best_j = j;
653 if (best_j == 0) {
655 } else if (best_j == 2) {
658 if (best_i == 1 && best_j == 1) {
QuadraticImplicit.cpp 360 int best_i = 1, best_j = 1;
367 if (dist[best_i][best_j] > dist[i][j]) {
369 best_j = j;
373 if (best_i == 1 && best_j == 1) {
394 if (best_j == 0) {
399 } else if (best_j == 2) {
  /external/chromium_org/third_party/skia/tests/
PathOpsQuadIntersectionTest.cpp 426 int best_i = 1, best_j = 1; local
433 if (dist[best_i][best_j] > dist[i][j]) {
435 best_j = j;
444 if (best_j == 0) {
446 } else if (best_j == 2) {
449 if (best_i == 1 && best_j == 1) {
PathOpsCubicIntersectionTest.cpp 461 int best_i = 1, best_j = 1; local
468 if (dist[best_i][best_j] > dist[i][j]) {
470 best_j = j;
479 if (best_j == 0) {
481 } else if (best_j == 2) {
484 if (best_i == 1 && best_j == 1) {
  /external/skia/experimental/Intersection/
QuadraticIntersection_Test.cpp 359 int best_i = 1, best_j = 1; local
366 if (dist[best_i][best_j] > dist[i][j]) {
368 best_j = j;
377 if (best_j == 0) {
379 } else if (best_j == 2) {
382 if (best_i == 1 && best_j == 1) {
CubicIntersection_Test.cpp 635 int best_i = 1, best_j = 1; local
642 if (dist[best_i][best_j] > dist[i][j]) {
644 best_j = j;
653 if (best_j == 0) {
655 } else if (best_j == 2) {
658 if (best_i == 1 && best_j == 1) {
QuadraticImplicit.cpp 360 int best_i = 1, best_j = 1;
367 if (dist[best_i][best_j] > dist[i][j]) {
369 best_j = j;
373 if (best_i == 1 && best_j == 1) {
394 if (best_j == 0) {
399 } else if (best_j == 2) {
  /external/skia/tests/
PathOpsQuadIntersectionTest.cpp 426 int best_i = 1, best_j = 1; local
433 if (dist[best_i][best_j] > dist[i][j]) {
435 best_j = j;
444 if (best_j == 0) {
446 } else if (best_j == 2) {
449 if (best_i == 1 && best_j == 1) {
PathOpsCubicIntersectionTest.cpp 461 int best_i = 1, best_j = 1; local
468 if (dist[best_i][best_j] > dist[i][j]) {
470 best_j = j;
479 if (best_j == 0) {
481 } else if (best_j == 2) {
484 if (best_i == 1 && best_j == 1) {
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp 318 int best_i = 1, best_j = 1; local
325 if (dist[best_i][best_j] > dist[i][j]) {
327 best_j = j;
331 if (best_i == 1 && best_j == 1) {
352 if (best_j == 0) {
357 } else if (best_j == 2) {
  /external/skia/src/pathops/
SkDQuadIntersection.cpp 318 int best_i = 1, best_j = 1; local
325 if (dist[best_i][best_j] > dist[i][j]) {
327 best_j = j;
331 if (best_i == 1 && best_j == 1) {
352 if (best_j == 0) {
357 } else if (best_j == 2) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py     [all...]

Completed in 5075 milliseconds