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

  /external/skia/legacy/src/core/
SkRegion.cpp 790 int b_top = *b_runs++;
795 assert_sentinel(b_top, false);
798 RgnOper oper(SkMin32(a_top, b_top), dst, op);
811 if (a_top < b_top) {
814 if (a_bot <= b_top) { // [...] <...>
818 bot = a_top = b_top;
820 } else if (b_top < a_top) {
821 top = b_top;
827 bot = b_top = a_top;
829 } else { // a_top == b_top
    [all...]
  /external/skia/src/core/
SkRegion.cpp 836 int b_top = *b_runs++; local
846 assert_sentinel(b_top, false);
849 RgnOper oper(SkMin32(a_top, b_top), dst, op);
861 if (a_top < b_top) {
864 if (a_bot <= b_top) { // [...] <...>
868 bot = a_top = b_top;
870 } else if (b_top < a_top) {
871 top = b_top;
877 bot = b_top = a_top;
879 } else { // a_top == b_top
    [all...]

Completed in 50 milliseconds