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

  /external/skia/src/core/
SkRegion.cpp 843 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/
SkRegion.cpp 843 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 89 milliseconds