Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScan_AAAPath.cpp1152 SkFixed local_bot_fixed = std::min(leftE->fLowerY, riteE->fLowerY); in aaa_walk_convex_edges() local
1154 local_bot_fixed = SkFixedCeilToFixed(local_bot_fixed); in aaa_walk_convex_edges()
1156 local_bot_fixed = std::min(local_bot_fixed, SkIntToFixed(stop_y)); in aaa_walk_convex_edges()
1168 int fullBot = SkFixedFloorToInt(local_bot_fixed); in aaa_walk_convex_edges()
1170 SkFixed partialBot = local_bot_fixed - SkIntToFixed(fullBot); in aaa_walk_convex_edges()
1241 y = local_bot_fixed; in aaa_walk_convex_edges()
1253 int count = SkFixedCeilToInt(local_bot_fixed) - SkFixedFloorToInt(y); in aaa_walk_convex_edges()
1324 SkFixed dY = local_bot_fixed - y; // partial-row on the bottom in aaa_walk_convex_edges()
1344 blitter->flush_if_y_changed(y, local_bot_fixed); in aaa_walk_convex_edges()
1347 y = local_bot_fixed; in aaa_walk_convex_edges()
/external/skqp/src/core/
DSkScan_AAAPath.cpp1054 SkFixed local_bot_fixed = SkMin32(leftE->fLowerY, riteE->fLowerY); in aaa_walk_convex_edges() local
1056 local_bot_fixed = SkFixedCeilToFixed(local_bot_fixed); in aaa_walk_convex_edges()
1058 local_bot_fixed = SkMin32(local_bot_fixed, SkIntToFixed(stop_y)); in aaa_walk_convex_edges()
1070 int fullBot = SkFixedFloorToInt(local_bot_fixed); in aaa_walk_convex_edges()
1072 SkFixed partialBot = local_bot_fixed - SkIntToFixed(fullBot); in aaa_walk_convex_edges()
1130 y = local_bot_fixed; in aaa_walk_convex_edges()
1141 int count = SkFixedCeilToInt(local_bot_fixed) - SkFixedFloorToInt(y); in aaa_walk_convex_edges()
1199 SkFixed dY = local_bot_fixed - y; // partial-row on the bottom in aaa_walk_convex_edges()
1211 blitter->flush_if_y_changed(y, local_bot_fixed); in aaa_walk_convex_edges()
1212 left = nextLeft; rite = nextRite; y = local_bot_fixed; in aaa_walk_convex_edges()