Searched refs:SkFractionalIntToFixed (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/opts/ |
D | SkBitmapProcState_matrix_neon.h | 58 decal_nofilter_scale_neon(xy, SkFractionalIntToFixed(fx), in SCALE_NOFILTER_NAME() 59 SkFractionalIntToFixed(dx), count); in SCALE_NOFILTER_NAME() 78 lbase = vdupq_n_s32(SkFractionalIntToFixed(fx)); in SCALE_NOFILTER_NAME() 79 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx1), lbase, 1); in SCALE_NOFILTER_NAME() 80 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx2), lbase, 2); in SCALE_NOFILTER_NAME() 81 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx3), lbase, 3); in SCALE_NOFILTER_NAME() 82 hbase = vaddq_s32(lbase, vdupq_n_s32(SkFractionalIntToFixed(dx4))); in SCALE_NOFILTER_NAME() 94 lbase = vaddq_s32 (lbase, vdupq_n_s32(SkFractionalIntToFixed(dx8))); in SCALE_NOFILTER_NAME() 95 hbase = vaddq_s32 (hbase, vdupq_n_s32(SkFractionalIntToFixed(dx8))); in SCALE_NOFILTER_NAME() 105 *xx++ = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); in SCALE_NOFILTER_NAME() [all …]
|
/external/skia/src/core/ |
D | SkBitmapProcState_matrix_template.h | 40 decal_nofilter_scale(xy, SkFractionalIntToFixed(fx), in NoFilterProc_Scale() 41 SkFractionalIntToFixed(dx), count); in NoFilterProc_Scale() 46 a = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx; in NoFilterProc_Scale() 47 b = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx; in NoFilterProc_Scale() 53 a = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx; in NoFilterProc_Scale() 54 b = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx; in NoFilterProc_Scale() 63 *xx++ = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx; in NoFilterProc_Scale() 90 *xy++ = (TileProc::Y(s, SkFractionalIntToFixed(fy), maxY) << 16) | in NoFilterProc_Affine() 91 TileProc::X(s, SkFractionalIntToFixed(fx), maxX); in NoFilterProc_Affine()
|
D | SkBitmapProcState_utils.h | 24 SkFixed dx = SkFractionalIntToFixed(frDx); in can_truncate_to_fixed_for_decal() 35 SkFixed fx = SkFractionalIntToFixed(frX); in can_truncate_to_fixed_for_decal()
|
D | SkBitmapProcState_matrix.h | 75 decal_filter_scale(xy, SkFractionalIntToFixed(fx), in SCALE_FILTER_NAME() 76 SkFractionalIntToFixed(dx), count); in SCALE_FILTER_NAME() 81 SkFixed fixedFx = SkFractionalIntToFixed(fx); in SCALE_FILTER_NAME()
|
D | SkBitmapProcState.h | 24 #define SkFractionalIntToFixed(x) SkFixed3232ToFixed(x) macro 226 SkFixed fixedX() const { return SkFractionalIntToFixed(fX); } in fixedX() 227 SkFixed fixedY() const { return SkFractionalIntToFixed(fY); } in fixedY()
|