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

  /external/chromium_org/third_party/skia/src/core/
SkBlitBWMaskTemplate.h 67 int full_runs = (rite_edge >> 3) - ((left_edge + 7) >> 3); local
72 SkASSERT(full_runs >= 0);
73 full_runs -= 1;
77 full_runs -= 1;
83 if (full_runs < 0)
97 int runs = full_runs;
SkBlitter.cpp 146 int full_runs = (rite_edge >> 3) - ((left_edge + 7) >> 3); local
150 SkASSERT(full_runs >= 0);
151 full_runs -= 1;
155 full_runs -= 1;
162 if (full_runs < 0) {
171 bits_to_runs(this, cx, cy, bits, left_mask, full_runs + 2, rite_mask);
    [all...]
  /external/skia/src/core/
SkBlitBWMaskTemplate.h 67 int full_runs = (rite_edge >> 3) - ((left_edge + 7) >> 3); local
72 SkASSERT(full_runs >= 0);
73 full_runs -= 1;
77 full_runs -= 1;
83 if (full_runs < 0)
97 int runs = full_runs;
SkBlitter.cpp 146 int full_runs = (rite_edge >> 3) - ((left_edge + 7) >> 3); local
150 SkASSERT(full_runs >= 0);
151 full_runs -= 1;
155 full_runs -= 1;
162 if (full_runs < 0) {
171 bits_to_runs(this, cx, cy, bits, left_mask, full_runs + 2, rite_mask);
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 796 std::unordered_set<Run*, hash_run, eq_run>* full_runs = local
801 DCHECK(full_runs->find(run) != full_runs->end());
803 full_runs->erase(run);
1270 std::unordered_set<Run*, hash_run, eq_run>* full_runs = local
2069 std::unordered_set<Run*, hash_run, eq_run>& full_runs = rosalloc->full_runs_[idx]; local
    [all...]

Completed in 117 milliseconds