Searched refs:prevRite (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkBlitter.cpp430 int prevRite = x;
439 if (left > prevRite) {
440 int index = prevRite - x;
442 ((int16_t*)runs)[index] = SkToS16(left - prevRite);
445 prevRite = right;
448 if (prevRite > x) {
449 ((int16_t*)runs)[prevRite - x] = 0;
H A DSkAAClip.cpp1534 int prevRite = bounds.fLeft; local
1574 prevRite = rite;
1581 if (prevRite < bounds.fRight) {
1582 builder.addRun(prevRite, lastY, 0, bounds.fRight - prevRite);

Completed in 62 milliseconds