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 847 int b_bot = *b_runs++; local
857 assert_sentinel(b_bot, false);
864 b_bot < SkRegion::kRunTypeSentinel) {
883 if (b_bot <= a_top) { // [...] <...>
884 bot = b_bot;
893 if (a_bot <= b_bot) {
897 if (b_bot <= a_bot) {
898 bot = a_top = b_bot;
923 b_top = b_bot;
924 b_bot = *b_runs++
    [all...]
  /external/skia/src/core/
SkRegion.cpp 847 int b_bot = *b_runs++; local
857 assert_sentinel(b_bot, false);
864 b_bot < SkRegion::kRunTypeSentinel) {
883 if (b_bot <= a_top) { // [...] <...>
884 bot = b_bot;
893 if (a_bot <= b_bot) {
897 if (b_bot <= a_bot) {
898 bot = a_top = b_bot;
923 b_top = b_bot;
924 b_bot = *b_runs++
    [all...]

Completed in 50 milliseconds