Searched refs:fullTop (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkScan_AAAPath.cpp | 1167 int fullTop = SkFixedCeilToInt(y); in aaa_walk_convex_edges() local 1169 SkFixed partialTop = SkIntToFixed(fullTop) - y; in aaa_walk_convex_edges() 1171 if (fullTop > fullBot) { // The rectangle is within one pixel height... in aaa_walk_convex_edges() 1180 fullTop - 1, in aaa_walk_convex_edges() 1184 fullLeft, fullTop - 1, fullRite - fullLeft, fixed_to_alpha(partialTop)); in aaa_walk_convex_edges() 1187 fullTop - 1, in aaa_walk_convex_edges() 1194 if (fullBot > fullTop && in aaa_walk_convex_edges() 1200 fullTop, in aaa_walk_convex_edges() 1202 fullBot - fullTop, in aaa_walk_convex_edges() 1224 fullTop - 1, in aaa_walk_convex_edges() [all …]
|
/external/skqp/src/core/ |
D | SkScan_AAAPath.cpp | 1069 int fullTop = SkFixedCeilToInt(y); in aaa_walk_convex_edges() local 1071 SkFixed partialTop = SkIntToFixed(fullTop) - y; in aaa_walk_convex_edges() 1073 if (fullTop > fullBot) { // The rectangle is within one pixel height... in aaa_walk_convex_edges() 1081 blitter->blitAntiH(fullLeft - 1, fullTop - 1, in aaa_walk_convex_edges() 1084 blitter->blitAntiH(fullLeft, fullTop - 1, fullRite - fullLeft, in aaa_walk_convex_edges() 1087 blitter->blitAntiH(fullRite, fullTop - 1, in aaa_walk_convex_edges() 1094 if (fullBot > fullTop && in aaa_walk_convex_edges() 1098 blitter->getRealBlitter()->blitAntiRect(fullLeft - 1, fullTop, in aaa_walk_convex_edges() 1099 fullRite - fullLeft, fullBot - fullTop, in aaa_walk_convex_edges() 1116 blitter->blitAntiH(fullLeft - 1, fullTop - 1, 1, in aaa_walk_convex_edges() [all …]
|