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

  /external/chromium_org/third_party/skia/src/core/
SkRegion.cpp 844 int a_bot = *a_runs++; local
854 assert_sentinel(a_bot, false);
862 while (a_bot < SkRegion::kRunTypeSentinel ||
873 if (a_bot <= b_top) { // [...] <...>
874 bot = a_bot;
892 if (a_bot <= b_bot) {
893 bot = b_top = a_bot;
896 if (b_bot <= a_bot) {
913 a_top = a_bot;
914 a_bot = *a_runs++
    [all...]
  /external/skia/src/core/
SkRegion.cpp 844 int a_bot = *a_runs++; local
854 assert_sentinel(a_bot, false);
862 while (a_bot < SkRegion::kRunTypeSentinel ||
873 if (a_bot <= b_top) { // [...] <...>
874 bot = a_bot;
892 if (a_bot <= b_bot) {
893 bot = b_top = a_bot;
896 if (b_bot <= a_bot) {
913 a_top = a_bot;
914 a_bot = *a_runs++
    [all...]

Completed in 31 milliseconds