Searched defs:b_top (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkRegion.cpp843 int b_top = *b_runs++; local
853 assert_sentinel(b_top, false);
856 RgnOper oper(SkMin32(a_top, b_top), dst, op);
868 if (a_top < b_top) {
871 if (a_bot <= b_top) { // [...] <...>
875 bot = a_top = b_top;
877 } else if (b_top < a_top) {
878 top = b_top;
884 bot = b_top = a_top;
886 } else { // a_top == b_top
[all...]
/external/skqp/src/core/
H A DSkRegion.cpp843 int b_top = *b_runs++; local
853 assert_sentinel(b_top, false);
856 RgnOper oper(SkMin32(a_top, b_top), dst, op);
868 if (a_top < b_top) {
871 if (a_bot <= b_top) { // [...] <...>
875 bot = a_top = b_top;
877 } else if (b_top < a_top) {
878 top = b_top;
884 bot = b_top = a_top;
886 } else { // a_top == b_top
[all...]

Completed in 279 milliseconds