Lines Matching refs:fx

39     SkFractionalInt fx;  in SCALE_NOFILTER_NAME()  local
44 fx = mapper.fractionalIntX(); in SCALE_NOFILTER_NAME()
57 if (can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) { in SCALE_NOFILTER_NAME()
58 decal_nofilter_scale_neon(xy, SkFractionalIntToFixed(fx), in SCALE_NOFILTER_NAME()
74 fx1 = fx+dx; in SCALE_NOFILTER_NAME()
78 lbase = vdupq_n_s32(SkFractionalIntToFixed(fx)); in SCALE_NOFILTER_NAME()
98 fx += dx8; in SCALE_NOFILTER_NAME()
105 *xx++ = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); in SCALE_NOFILTER_NAME()
106 fx += dx; in SCALE_NOFILTER_NAME()
120 SkFractionalInt fx = mapper.fractionalIntX(); in AFFINE_NOFILTER_NAME() local
138 xbase = vdupq_n_s32(SkFractionalIntToFixed(fx)); in AFFINE_NOFILTER_NAME()
139 xbase = vsetq_lane_s32(SkFractionalIntToFixed(fx+dx), xbase, 1); in AFFINE_NOFILTER_NAME()
140 xbase = vsetq_lane_s32(SkFractionalIntToFixed(fx+dx+dx), xbase, 2); in AFFINE_NOFILTER_NAME()
141 xbase = vsetq_lane_s32(SkFractionalIntToFixed(fx+dx+dx+dx), xbase, 3); in AFFINE_NOFILTER_NAME()
169 fx += dx8; in AFFINE_NOFILTER_NAME()
177 TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); in AFFINE_NOFILTER_NAME()
178 fx += dx; fy += dy; in AFFINE_NOFILTER_NAME()
298 SkFractionalInt fx; in SCALE_FILTER_NAME() local
307 fx = mapper.fractionalIntX(); in SCALE_FILTER_NAME()
312 if (can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) { in SCALE_FILTER_NAME()
313 decal_filter_scale_neon(xy, SkFractionalIntToFixed(fx), in SCALE_FILTER_NAME()
323 wide_fx = vdupq_n_s32(SkFractionalIntToFixed(fx)); in SCALE_FILTER_NAME()
324 wide_fx = vsetq_lane_s32(SkFractionalIntToFixed(fx+dx), wide_fx, 1); in SCALE_FILTER_NAME()
325 wide_fx = vsetq_lane_s32(SkFractionalIntToFixed(fx+dx+dx), wide_fx, 2); in SCALE_FILTER_NAME()
326 wide_fx = vsetq_lane_s32(SkFractionalIntToFixed(fx+dx+dx+dx), wide_fx, 3); in SCALE_FILTER_NAME()
336 fx += dx+dx+dx+dx; in SCALE_FILTER_NAME()
343 *xy++ = PACK_FILTER_X_NAME(SkFractionalIntToFixed(fx), maxX, one PREAMBLE_ARG_X); in SCALE_FILTER_NAME()
344 fx += dx; in SCALE_FILTER_NAME()
362 SkFixed fx = mapper.fixedX(); in AFFINE_FILTER_NAME() local
372 wide_fx = vdupq_n_s32(fx); in AFFINE_FILTER_NAME()
373 wide_fx = vsetq_lane_s32(fx+dx, wide_fx, 1); in AFFINE_FILTER_NAME()
374 wide_fx = vsetq_lane_s32(fx+dx+dx, wide_fx, 2); in AFFINE_FILTER_NAME()
375 wide_fx = vsetq_lane_s32(fx+dx+dx+dx, wide_fx, 3); in AFFINE_FILTER_NAME()
394 fx += dx + dx + dx + dx; in AFFINE_FILTER_NAME()
406 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X); in AFFINE_FILTER_NAME()
407 fx += dx; in AFFINE_FILTER_NAME()