Searched refs:local_bot_fixed (Results 1 – 2 of 2) sorted by relevance
1152 SkFixed local_bot_fixed = std::min(leftE->fLowerY, riteE->fLowerY); in aaa_walk_convex_edges() local1154 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()1248 y = local_bot_fixed; in aaa_walk_convex_edges()1260 int count = SkFixedCeilToInt(local_bot_fixed) - SkFixedFloorToInt(y); in aaa_walk_convex_edges()1331 SkFixed dY = local_bot_fixed - y; // partial-row on the bottom in aaa_walk_convex_edges()1351 blitter->flush_if_y_changed(y, local_bot_fixed); in aaa_walk_convex_edges()1354 y = local_bot_fixed; in aaa_walk_convex_edges()
1153 SkFixed local_bot_fixed = SkMin32(leftE->fLowerY, riteE->fLowerY); in aaa_walk_convex_edges() local1155 local_bot_fixed = SkFixedCeilToFixed(local_bot_fixed); in aaa_walk_convex_edges()1157 local_bot_fixed = SkMin32(local_bot_fixed, SkIntToFixed(stop_y)); in aaa_walk_convex_edges()1169 int fullBot = SkFixedFloorToInt(local_bot_fixed); in aaa_walk_convex_edges()1171 SkFixed partialBot = local_bot_fixed - SkIntToFixed(fullBot); in aaa_walk_convex_edges()1242 y = local_bot_fixed; in aaa_walk_convex_edges()1254 int count = SkFixedCeilToInt(local_bot_fixed) - SkFixedFloorToInt(y); in aaa_walk_convex_edges()1325 SkFixed dY = local_bot_fixed - y; // partial-row on the bottom in aaa_walk_convex_edges()1345 blitter->flush_if_y_changed(y, local_bot_fixed); in aaa_walk_convex_edges()1348 y = local_bot_fixed; in aaa_walk_convex_edges()