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 845 int b_top = *b_runs++; local
855 assert_sentinel(b_top, false);
858 RgnOper oper(SkMin32(a_top, b_top), dst, op);
870 if (a_top < b_top) {
873 if (a_bot <= b_top) { // [...] <...>
877 bot = a_top = b_top;
879 } else if (b_top < a_top) {
880 top = b_top;
886 bot = b_top = a_top;
888 } else { // a_top == b_top
    [all...]
  /external/skia/src/core/
SkRegion.cpp 845 int b_top = *b_runs++; local
855 assert_sentinel(b_top, false);
858 RgnOper oper(SkMin32(a_top, b_top), dst, op);
870 if (a_top < b_top) {
873 if (a_bot <= b_top) { // [...] <...>
877 bot = a_top = b_top;
879 } else if (b_top < a_top) {
880 top = b_top;
886 bot = b_top = a_top;
888 } else { // a_top == b_top
    [all...]

Completed in 28 milliseconds