Home
last modified time | relevance | path

Searched refs:b_left (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkRegion.cpp650 int b_left = fB_left; in next() local
653 if (a_left < b_left) { in next()
656 if (a_rite <= b_left) { // [...] <...> in next()
660 rite = a_left = b_left; in next()
662 } else if (b_left < a_left) { in next()
664 left = b_left; in next()
669 rite = b_left = a_left; in next()
675 rite = b_left = a_rite; in next()
689 b_left = *fB_runs++; in next()
698 fB_left = b_left; in next()
/external/opencv3/apps/createsamples/
Dutility.cpp253 double k_left, b_left, k_right, b_right; in cvWarpPerspective() local
373 b_left = (q[left][1] * q[next_left][0] - in cvWarpPerspective()
393 double x_min = k_left * iy_min + b_left; in cvWarpPerspective()
463 b_left = (q[left][1] * q[next_left][0] - in cvWarpPerspective()