HomeSort by relevance Sort by last modified time
    Searched refs:SkFractionalIntToFixed (Results 1 - 5 of 5) sorted by null

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

Completed in 38 milliseconds