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

  /external/skia/legacy/src/core/
SkRegion.cpp 788 int a_top = *a_runs++;
793 assert_sentinel(a_top, false);
798 RgnOper oper(SkMin32(a_top, b_top), dst, op);
811 if (a_top < b_top) {
812 top = a_top;
818 bot = a_top = b_top;
820 } else if (b_top < a_top) {
823 if (b_bot <= a_top) { // [...] <...>
827 bot = b_top = a_top;
829 } else { // a_top == b_to
    [all...]
  /external/skia/src/core/
SkRegion.cpp 834 int a_top = *a_runs++; local
844 assert_sentinel(a_top, false);
849 RgnOper oper(SkMin32(a_top, b_top), dst, op);
861 if (a_top < b_top) {
862 top = a_top;
868 bot = a_top = b_top;
870 } else if (b_top < a_top) {
873 if (b_bot <= a_top) { // [...] <...>
877 bot = b_top = a_top;
879 } else { // a_top == b_to
    [all...]

Completed in 482 milliseconds