Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScan_AAAPath.cpp1496 bool isIntegralNextY, in deferred_blit() argument
1532 if (isIntegralNextY || leftEnds || riteEnds) { in deferred_blit()
1600 bool isIntegralNextY = (nextY & (SK_Fixed1 - 1)) == 0; in aaa_walk_edges() local
1689 isIntegralNextY, in aaa_walk_edges()
1798 isIntegralNextY, in aaa_walk_edges()
/external/skqp/src/core/
DSkScan_AAAPath.cpp1349 SkFixed y, SkFixed nextY, bool isIntegralNextY, bool leftEnds, bool riteEnds, in deferred_blit() argument
1370 if (isIntegralNextY || leftEnds || riteEnds) { in deferred_blit()
1417 bool isIntegralNextY = (nextY & (SK_Fixed1 - 1)) == 0; in aaa_walk_edges() local
1484 deferred_blit(leftE, currE, left, leftDY, y, nextY, isIntegralNextY, in aaa_walk_edges()
1564 deferred_blit(leftE, nextTail, left, leftDY, y, nextY, isIntegralNextY, in aaa_walk_edges()