Searched refs:SkFixedCeilToInt (Results 1 – 9 of 9) sorted by relevance
132 dst->fRight = SkFixedCeilToInt(xr.fRight); in XRect_roundOut()133 dst->fBottom = SkFixedCeilToInt(xr.fBottom); in XRect_roundOut()
603 int R = SkFixedCeilToInt(r); in compute_alpha_above_line()630 int R = SkFixedCeilToInt(r); in compute_alpha_below_line()743 int L = SkFixedFloorToInt(ul), R = SkFixedCeilToInt(lr); in blit_aaa_trapezoid_row()780 int lL = SkFixedCeilToInt(ll); in blit_aaa_trapezoid_row()801 int lR = SkFixedCeilToInt(lr); in blit_aaa_trapezoid_row()887 int len = SkFixedCeilToInt(joinLeft - ul); in blit_trapezoid_row()944 int len = SkFixedCeilToInt(lr - joinRite); in blit_trapezoid_row()1163 int fullLeft = SkFixedCeilToInt(left); in aaa_walk_convex_edges()1167 int fullTop = SkFixedCeilToInt(y); in aaa_walk_convex_edges()1253 int count = SkFixedCeilToInt(local_bot_fixed) - SkFixedFloorToInt(y); in aaa_walk_convex_edges()[all …]
410 bottom = SkFixedCeilToInt(fstart + (istop - istart - 1) * slope + SK_FixedHalf); in do_anti_hairline()412 bottom = SkFixedCeilToInt(fstart + SK_FixedHalf); in do_anti_hairline()487 right = SkFixedCeilToInt(fstart + (istop - istart - 1) * slope + SK_FixedHalf); in do_anti_hairline()489 right = SkFixedCeilToInt(fstart + SK_FixedHalf); in do_anti_hairline()
142 dst->fRight = SkFixedCeilToInt(xr.fRight); in XRect_roundOut()143 dst->fBottom = SkFixedCeilToInt(xr.fBottom); in XRect_roundOut()
92 int R = SkFixedCeilToInt(r); in add_coverage_delta_segment()198 rectTop = SkFixedCeilToInt(l.fUpperY); in gen_alpha_deltas()201 int L = SkFixedCeilToInt(l.fUpperX); in gen_alpha_deltas()
603 int R = SkFixedCeilToInt(r); in computeAlphaAboveLine()627 int R = SkFixedCeilToInt(r); in computeAlphaBelowLine()713 int L = SkFixedFloorToInt(ul), R = SkFixedCeilToInt(lr); in blit_aaa_trapezoid_row()747 int lL = SkFixedCeilToInt(ll); in blit_aaa_trapezoid_row()768 int lR = SkFixedCeilToInt(lr); in blit_aaa_trapezoid_row()849 int len = SkFixedCeilToInt(joinLeft - ul); in blit_trapezoid_row()875 int len = SkFixedCeilToInt(lr - joinRite); in blit_trapezoid_row()1065 int fullLeft = SkFixedCeilToInt(left); in aaa_walk_convex_edges()1069 int fullTop = SkFixedCeilToInt(y); in aaa_walk_convex_edges()1141 int count = SkFixedCeilToInt(local_bot_fixed) - SkFixedFloorToInt(y); in aaa_walk_convex_edges()[all …]
405 bottom = SkFixedCeilToInt(fstart + (istop - istart - 1) * slope + SK_FixedHalf); in do_anti_hairline()407 bottom = SkFixedCeilToInt(fstart + SK_FixedHalf); in do_anti_hairline()482 right = SkFixedCeilToInt(fstart + (istop - istart - 1) * slope + SK_FixedHalf); in do_anti_hairline()484 right = SkFixedCeilToInt(fstart + SK_FixedHalf); in do_anti_hairline()
75 #define SkFixedCeilToInt(x) (((x) + SK_Fixed1 - 1) >> 16) macro
76 #define SkFixedCeilToInt(x) (((x) + SK_Fixed1 - 1) >> 16) macro