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

  /external/skia/src/core/
SkScan_DAAPath.cpp 167 int rectBot = ir.fBottom;
190 rectBot = SkFixedFloorToInt(l.fLowerY);
191 if (rectBot > rectTop) { // if bot == top, the rect is too short for blitAntiRect
197 result.setAntiRect(L - 1, rectTop, R - L, rectBot - rectTop, la, ra);
199 rectTop = rectBot = ir.fBottom;
296 if (iy >= rectTop && iy < rectBot) {
298 iy = rectBot - 1; // Skip the rect part by advancing iy to the bottom.
  /external/skqp/src/core/
SkScan_DAAPath.cpp 167 int rectBot = ir.fBottom;
190 rectBot = SkFixedFloorToInt(l.fLowerY);
191 if (rectBot > rectTop) { // if bot == top, the rect is too short for blitAntiRect
197 result.setAntiRect(L - 1, rectTop, R - L, rectBot - rectTop, la, ra);
199 rectTop = rectBot = ir.fBottom;
296 if (iy >= rectTop && iy < rectBot) {
298 iy = rectBot - 1; // Skip the rect part by advancing iy to the bottom.

Completed in 70 milliseconds