Searched refs:SkFractionalIntToFixed (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/core/
H A DSkBitmapProcState_matrix_template.h40 const SkFixed fixedFx = SkFractionalIntToFixed(fx);
41 const SkFixed fixedDx = SkFractionalIntToFixed(dx);
52 a = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
53 b = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
59 a = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
60 b = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
69 *xx++ = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
H A DSkBitmapProcState_matrix.h66 const SkFixed fixedFx = SkFractionalIntToFixed(fx);
67 const SkFixed fixedDx = SkFractionalIntToFixed(dx);
74 SkFixed fixedFx = SkFractionalIntToFixed(fx);
H A DSkBitmapProcState.h24 #define SkFractionalIntToFixed(x) SkFixed3232ToFixed(x) macro
243 SkFixed fixedX() const { return SkFractionalIntToFixed(fX); }
244 SkFixed fixedY() const { return SkFractionalIntToFixed(fY); }
/external/skqp/src/core/
H A DSkBitmapProcState_matrix_template.h40 const SkFixed fixedFx = SkFractionalIntToFixed(fx);
41 const SkFixed fixedDx = SkFractionalIntToFixed(dx);
52 a = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
53 b = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
59 a = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
60 b = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
69 *xx++ = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
H A DSkBitmapProcState_matrix.h66 const SkFixed fixedFx = SkFractionalIntToFixed(fx);
67 const SkFixed fixedDx = SkFractionalIntToFixed(dx);
74 SkFixed fixedFx = SkFractionalIntToFixed(fx);
H A DSkBitmapProcState.h24 #define SkFractionalIntToFixed(x) SkFixed3232ToFixed(x) macro
243 SkFixed fixedX() const { return SkFractionalIntToFixed(fX); }
244 SkFixed fixedY() const { return SkFractionalIntToFixed(fY); }
/external/skia/src/opts/
H A DSkBitmapProcState_matrix_neon.h53 const SkFixed fixedFx = SkFractionalIntToFixed(fx);
54 const SkFixed fixedDx = SkFractionalIntToFixed(dx);
75 lbase = vdupq_n_s32(SkFractionalIntToFixed(fx));
76 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx1), lbase, 1);
77 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx2), lbase, 2);
78 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx3), lbase, 3);
79 hbase = vaddq_s32(lbase, vdupq_n_s32(SkFractionalIntToFixed(dx4)));
91 lbase = vaddq_s32 (lbase, vdupq_n_s32(SkFractionalIntToFixed(dx8)));
92 hbase = vaddq_s32 (hbase, vdupq_n_s32(SkFractionalIntToFixed(dx8)));
102 *xx++ = TILEX_PROCF(SkFractionalIntToFixed(f
[all...]
/external/skqp/src/opts/
H A DSkBitmapProcState_matrix_neon.h53 const SkFixed fixedFx = SkFractionalIntToFixed(fx);
54 const SkFixed fixedDx = SkFractionalIntToFixed(dx);
75 lbase = vdupq_n_s32(SkFractionalIntToFixed(fx));
76 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx1), lbase, 1);
77 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx2), lbase, 2);
78 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx3), lbase, 3);
79 hbase = vaddq_s32(lbase, vdupq_n_s32(SkFractionalIntToFixed(dx4)));
91 lbase = vaddq_s32 (lbase, vdupq_n_s32(SkFractionalIntToFixed(dx8)));
92 hbase = vaddq_s32 (hbase, vdupq_n_s32(SkFractionalIntToFixed(dx8)));
102 *xx++ = TILEX_PROCF(SkFractionalIntToFixed(f
[all...]

Completed in 189 milliseconds