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

  /external/chromium_org/third_party/skia/src/core/
SkRegion.cpp 846 int b_bot = *b_runs++; local
856 assert_sentinel(b_bot, false);
863 b_bot < SkRegion::kRunTypeSentinel) {
882 if (b_bot <= a_top) { // [...] <...>
883 bot = b_bot;
892 if (a_bot <= b_bot) {
896 if (b_bot <= a_bot) {
897 bot = a_top = b_bot;
922 b_top = b_bot;
923 b_bot = *b_runs++
    [all...]
  /external/skia/src/core/
SkRegion.cpp 846 int b_bot = *b_runs++; local
856 assert_sentinel(b_bot, false);
863 b_bot < SkRegion::kRunTypeSentinel) {
882 if (b_bot <= a_top) { // [...] <...>
883 bot = b_bot;
892 if (a_bot <= b_bot) {
896 if (b_bot <= a_bot) {
897 bot = a_top = b_bot;
922 b_top = b_bot;
923 b_bot = *b_runs++
    [all...]

Completed in 154 milliseconds