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

  /external/skia/legacy/src/core/
SkRegion.cpp 789 int a_bot = *a_runs++;
794 assert_sentinel(a_bot, false);
803 while (a_bot < SkRegion::kRunTypeSentinel ||
814 if (a_bot <= b_top) { // [...] <...>
815 bot = a_bot;
833 if (a_bot <= b_bot) {
834 bot = b_top = a_bot;
837 if (b_bot <= a_bot) {
851 a_top = a_bot;
852 a_bot = *a_runs++
    [all...]
  /external/skia/src/core/
SkRegion.cpp 835 int a_bot = *a_runs++; local
845 assert_sentinel(a_bot, false);
853 while (a_bot < SkRegion::kRunTypeSentinel ||
864 if (a_bot <= b_top) { // [...] <...>
865 bot = a_bot;
883 if (a_bot <= b_bot) {
884 bot = b_top = a_bot;
887 if (b_bot <= a_bot) {
904 a_top = a_bot;
905 a_bot = *a_runs++
    [all...]

Completed in 74 milliseconds