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

/external/skia/src/core/
H A DSkAAClip.cpp1557 int prevRite = bounds.fLeft; local
1597 prevRite = rite;
1604 if (prevRite < bounds.fRight) {
1605 builder.addRun(prevRite, lastY, 0, bounds.fRight - prevRite);
/external/skqp/src/core/
H A DSkAAClip.cpp1557 int prevRite = bounds.fLeft; local
1597 prevRite = rite;
1604 if (prevRite < bounds.fRight) {
1605 builder.addRun(prevRite, lastY, 0, bounds.fRight - prevRite);

Completed in 459 milliseconds