Searched defs:full_runs (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkBlitBWMaskTemplate.h67 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;
H A DSkBlitter.cpp146 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);
/external/skia/src/core/
H A DSkBlitBWMaskTemplate.h67 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;
H A DSkBlitter.cpp146 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);

Completed in 2604 milliseconds