Searched refs:SkFixedFloorToInt (Results 1 – 7 of 7) sorted by relevance
306 if (SkFixedFloorToInt(y) != SkFixedFloorToInt(nextY)) { in flush_if_y_changed()743 int L = SkFixedFloorToInt(ul), R = SkFixedCeilToInt(lr); in blit_aaa_trapezoid_row()779 int uL = SkFixedFloorToInt(ul); in blit_aaa_trapezoid_row()800 int uR = SkFixedFloorToInt(ur); in blit_aaa_trapezoid_row()935 SkFixedFloorToInt(joinLeft), in blit_trapezoid_row()936 SkFixedFloorToInt(joinRite - joinLeft), in blit_trapezoid_row()1117 if (SkFixedFloorToInt(currE->fUpperY) >= stop_y) { in aaa_walk_convex_edges()1126 if (SkFixedFloorToInt(currE->fUpperY) >= stop_y) { in aaa_walk_convex_edges()1138 if (SkFixedFloorToInt(y) >= stop_y) { in aaa_walk_convex_edges()1142 SkASSERT(SkFixedFloorToInt(leftE->fUpperY) <= stop_y); in aaa_walk_convex_edges()[all …]
135 dst->fLeft = SkFixedFloorToInt(xr.fLeft); in XRect_roundOut()136 dst->fTop = SkFixedFloorToInt(xr.fTop); in XRect_roundOut()
409 top = SkFixedFloorToInt(fstart - SK_FixedHalf); in do_anti_hairline()413 top = SkFixedFloorToInt(fstart + (istop - istart - 1) * slope - SK_FixedHalf); in do_anti_hairline()486 left = SkFixedFloorToInt(fstart - SK_FixedHalf); in do_anti_hairline()490 left = SkFixedFloorToInt(fstart + (istop - istart - 1) * slope - SK_FixedHalf); in do_anti_hairline()
42 if ((unsigned)SkFixedFloorToInt(fx) >= max) { in can_truncate_to_fixed_for_decal()49 return SkTFitsIn<int32_t>(lastFx) && (unsigned)SkFixedFloorToInt(SkTo<int32_t>(lastFx)) < max; in can_truncate_to_fixed_for_decal()
77 #define SkFixedFloorToInt(x) ((x) >> 16) macro
452 str.appendU32(SkFixedFloorToInt(font.axisSet.axis[i])); in dumpFont()
469 info->fItalicAngle = SkFixedFloorToInt(postTable->italicAngle); in onGetAdvancedMetrics()