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

  /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 147 int full_runs = (rite_edge >> 3) - ((left_edge + 7) >> 3); local
151 SkASSERT(full_runs >= 0);
152 full_runs -= 1;
156 full_runs -= 1;
163 if (full_runs < 0) {
172 bits_to_runs(this, cx, cy, bits, left_mask, full_runs + 2, rite_mask);
  /art/runtime/gc/allocator/
rosalloc.cc 827 auto* full_runs = kIsDebugBuild ? &full_runs_[idx] : nullptr; local
1279 auto* full_runs = kIsDebugBuild ? &full_runs_[idx] : nullptr; local
2092 auto& full_runs = rosalloc->full_runs_[idx]; local
    [all...]

Completed in 1752 milliseconds