Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScan_AAAPath.cpp1074 int fullTop = SkFixedCeilToInt(y); in aaa_walk_convex_edges() local
1076 SkFixed partialTop = SkIntToFixed(fullTop) - y; in aaa_walk_convex_edges()
1078 if (fullTop > fullBot) { // The rectangle is within one pixel height... in aaa_walk_convex_edges()
1086 blitter->blitAntiH(fullLeft - 1, fullTop - 1, in aaa_walk_convex_edges()
1089 blitter->blitAntiH(fullLeft, fullTop - 1, fullRite - fullLeft, in aaa_walk_convex_edges()
1092 blitter->blitAntiH(fullRite, fullTop - 1, in aaa_walk_convex_edges()
1099 if (fullBot > fullTop && in aaa_walk_convex_edges()
1103 blitter->getRealBlitter()->blitAntiRect(fullLeft - 1, fullTop, in aaa_walk_convex_edges()
1104 fullRite - fullLeft, fullBot - fullTop, in aaa_walk_convex_edges()
1121 blitter->blitAntiH(fullLeft - 1, fullTop - 1, 1, in aaa_walk_convex_edges()
[all …]