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

  /external/skia/legacy/src/core/
SkRegion.cpp 791 int b_bot = *b_runs++;
796 assert_sentinel(b_bot, false);
804 b_bot < SkRegion::kRunTypeSentinel) {
823 if (b_bot <= a_top) { // [...] <...>
824 bot = b_bot;
833 if (a_bot <= b_bot) {
837 if (b_bot <= a_bot) {
838 bot = a_top = b_bot;
859 b_top = b_bot;
860 b_bot = *b_runs++
    [all...]
  /external/skia/src/core/
SkRegion.cpp 837 int b_bot = *b_runs++; local
847 assert_sentinel(b_bot, false);
854 b_bot < SkRegion::kRunTypeSentinel) {
873 if (b_bot <= a_top) { // [...] <...>
874 bot = b_bot;
883 if (a_bot <= b_bot) {
887 if (b_bot <= a_bot) {
888 bot = a_top = b_bot;
913 b_top = b_bot;
914 b_bot = *b_runs++
    [all...]

Completed in 79 milliseconds