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

/external/chromium_org/third_party/skia/src/core/
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);
/external/skia/src/core/
H A DSkAAClip.cpp1466 int prevRite = bounds.fLeft; local
1506 prevRite = rite;
1513 if (prevRite < bounds.fRight) {
1514 builder.addRun(prevRite, lastY, 0, bounds.fRight - prevRite);

Completed in 83 milliseconds