OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:b_left
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkRegion.cpp
650
int
b_left
= fB_left;
local
653
if (a_left <
b_left
) {
656
if (a_rite <=
b_left
) { // [...] <...>
660
rite = a_left =
b_left
;
662
} else if (
b_left
< a_left) {
664
left =
b_left
;
669
rite =
b_left
= a_left;
671
} else { // a_left ==
b_left
673
left = a_left; // or
b_left
675
rite =
b_left
= a_rite
[
all
...]
/external/opencv3/apps/createsamples/
utility.cpp
253
double k_left,
b_left
, k_right, b_right;
local
370
/* left edge equation: y = k_left * x +
b_left
*/
373
b_left
= (q[left][1] * q[next_left][0] -
393
double x_min = k_left * iy_min +
b_left
;
463
b_left
= (q[left][1] * q[next_left][0] -
[
all
...]
Completed in 183 milliseconds