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 914 int b_top = *b_runs++; local
924 assert_sentinel(b_top, false);
927 RgnOper oper(SkMin32(a_top, b_top), dst, op);
939 if (a_top < b_top) {
942 if (a_bot <= b_top) { // [...] <...>
946 bot = a_top = b_top;
948 } else if (b_top < a_top) {
949 top = b_top;
955 bot = b_top = a_top;
957 } else { // a_top == b_top
    [all...]
  /external/skqp/src/core/
SkRegion.cpp 914 int b_top = *b_runs++; local
924 assert_sentinel(b_top, false);
927 RgnOper oper(SkMin32(a_top, b_top), dst, op);
939 if (a_top < b_top) {
942 if (a_bot <= b_top) { // [...] <...>
946 bot = a_top = b_top;
948 } else if (b_top < a_top) {
949 top = b_top;
955 bot = b_top = a_top;
957 } else { // a_top == b_top
    [all...]

Completed in 407 milliseconds