Searched refs:best_j (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DPathOpsQuadIntersectionTest.cpp416 int best_i = 1, best_j = 1; local
423 if (dist[best_i][best_j] > dist[i][j]) {
425 best_j = j;
434 if (best_j == 0) {
436 } else if (best_j == 2) {
439 if (best_i == 1 && best_j == 1) {
H A DPathOpsCubicIntersectionTest.cpp529 int best_i = 1, best_j = 1; local
536 if (dist[best_i][best_j] > dist[i][j]) {
538 best_j = j;
547 if (best_j == 0) {
549 } else if (best_j == 2) {
552 if (best_i == 1 && best_j == 1) {

Completed in 30 milliseconds