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

  /external/chromium_org/third_party/skia/src/core/
SkRegion.cpp 841 int b_bot = *b_runs++; local
851 assert_sentinel(b_bot, false);
858 b_bot < SkRegion::kRunTypeSentinel) {
877 if (b_bot <= a_top) { // [...] <...>
878 bot = b_bot;
887 if (a_bot <= b_bot) {
891 if (b_bot <= a_bot) {
892 bot = a_top = b_bot;
917 b_top = b_bot;
918 b_bot = *b_runs++
    [all...]
  /external/skia/src/core/
SkRegion.cpp 841 int b_bot = *b_runs++; local
851 assert_sentinel(b_bot, false);
858 b_bot < SkRegion::kRunTypeSentinel) {
877 if (b_bot <= a_top) { // [...] <...>
878 bot = b_bot;
887 if (a_bot <= b_bot) {
891 if (b_bot <= a_bot) {
892 bot = a_top = b_bot;
917 b_top = b_bot;
918 b_bot = *b_runs++
    [all...]

Completed in 436 milliseconds