Home
last modified time | relevance | path

Searched refs:rectBot (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/core/
DSkScan_DAAPath.cpp175 int rectBot = clippedIR.fBottom; in gen_alpha_deltas() local
199 rectBot = SkFixedFloorToInt(l.fLowerY); in gen_alpha_deltas()
200 if (rectBot > rectTop) { // if bot == top, the rect is too short for blitAntiRect in gen_alpha_deltas()
206 result.setAntiRect(L - 1, rectTop, R - L, rectBot - rectTop, la, ra); in gen_alpha_deltas()
208 rectTop = rectBot = clippedIR.fBottom; in gen_alpha_deltas()
305 if (iy >= rectTop && iy < rectBot) { in gen_alpha_deltas()
307 iy = rectBot - 1; // Skip the rect part by advancing iy to the bottom. in gen_alpha_deltas()
/external/skia/src/core/
DSkScan_DAAPath.cpp175 int rectBot = clippedIR.fBottom; in gen_alpha_deltas() local
199 rectBot = SkFixedFloorToInt(l.fLowerY); in gen_alpha_deltas()
200 if (rectBot > rectTop) { // if bot == top, the rect is too short for blitAntiRect in gen_alpha_deltas()
206 result.setAntiRect(L - 1, rectTop, R - L, rectBot - rectTop, la, ra); in gen_alpha_deltas()
208 rectTop = rectBot = clippedIR.fBottom; in gen_alpha_deltas()
305 if (iy >= rectTop && iy < rectBot) { in gen_alpha_deltas()
307 iy = rectBot - 1; // Skip the rect part by advancing iy to the bottom. in gen_alpha_deltas()