Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkScan_AAAPath.cpp306 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 …]
DSkScan.h135 dst->fLeft = SkFixedFloorToInt(xr.fLeft); in XRect_roundOut()
136 dst->fTop = SkFixedFloorToInt(xr.fTop); in XRect_roundOut()
DSkScan_Antihair.cpp409 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()
DSkBitmapProcState_matrixProcs.cpp42 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()
/third_party/skia/include/private/
DSkFixed.h77 #define SkFixedFloorToInt(x) ((x) >> 16) macro
/third_party/skia/src/ports/skia_ohos/
DFontConfig_ohos.cpp452 str.appendU32(SkFixedFloorToInt(font.axisSet.axis[i])); in dumpFont()
/third_party/skia/src/ports/
DSkFontHost_FreeType.cpp469 info->fItalicAngle = SkFixedFloorToInt(postTable->italicAngle); in onGetAdvancedMetrics()