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

  /external/chromium_org/third_party/skia/src/core/
SkRegion.cpp 840 int b_top = *b_runs++; local
850 assert_sentinel(b_top, false);
853 RgnOper oper(SkMin32(a_top, b_top), dst, op);
865 if (a_top < b_top) {
868 if (a_bot <= b_top) { // [...] <...>
872 bot = a_top = b_top;
874 } else if (b_top < a_top) {
875 top = b_top;
881 bot = b_top = a_top;
883 } else { // a_top == b_top
    [all...]
  /external/skia/src/core/
SkRegion.cpp 840 int b_top = *b_runs++; local
850 assert_sentinel(b_top, false);
853 RgnOper oper(SkMin32(a_top, b_top), dst, op);
865 if (a_top < b_top) {
868 if (a_bot <= b_top) { // [...] <...>
872 bot = a_top = b_top;
874 } else if (b_top < a_top) {
875 top = b_top;
881 bot = b_top = a_top;
883 } else { // a_top == b_top
    [all...]

Completed in 114 milliseconds