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

  /external/chromium_org/third_party/skia/src/core/
SkRegion.cpp 845 int a_bot = *a_runs++; local
855 assert_sentinel(a_bot, false);
863 while (a_bot < SkRegion::kRunTypeSentinel ||
874 if (a_bot <= b_top) { // [...] <...>
875 bot = a_bot;
893 if (a_bot <= b_bot) {
894 bot = b_top = a_bot;
897 if (b_bot <= a_bot) {
914 a_top = a_bot;
915 a_bot = *a_runs++
    [all...]
  /external/skia/src/core/
SkRegion.cpp 845 int a_bot = *a_runs++; local
855 assert_sentinel(a_bot, false);
863 while (a_bot < SkRegion::kRunTypeSentinel ||
874 if (a_bot <= b_top) { // [...] <...>
875 bot = a_bot;
893 if (a_bot <= b_bot) {
894 bot = b_top = a_bot;
897 if (b_bot <= a_bot) {
914 a_top = a_bot;
915 a_bot = *a_runs++
    [all...]

Completed in 203 milliseconds