Searched refs:fixed_to_alpha (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkScan_AAAPath.cpp | 578 static SkAlpha fixed_to_alpha(SkFixed f) { in fixed_to_alpha() function 1181 fixed_to_alpha(SkFixedMul(partialTop, partialLeft))); in aaa_walk_convex_edges() 1184 fullLeft, fullTop - 1, fullRite - fullLeft, fixed_to_alpha(partialTop)); in aaa_walk_convex_edges() 1188 fixed_to_alpha(SkFixedMul(partialTop, partialRite))); in aaa_walk_convex_edges() 1197 (fullRite > fullLeft || fixed_to_alpha(partialLeft) > 0 || in aaa_walk_convex_edges() 1198 fixed_to_alpha(partialRite) > 0)) { in aaa_walk_convex_edges() 1203 fixed_to_alpha(partialLeft), in aaa_walk_convex_edges() 1204 fixed_to_alpha(partialRite)); in aaa_walk_convex_edges() 1211 fixed_to_alpha(SkFixedMul(partialBot, partialLeft))); in aaa_walk_convex_edges() 1214 fullLeft, fullBot, fullRite - fullLeft, fixed_to_alpha(partialBot)); in aaa_walk_convex_edges() [all …]
|