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

/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcState_matrix.h62 *xy++ = TILEY_PROCF(SkFractionalIntToFixed(fx), maxY);
76 decal_nofilter_scale(xy, SkFractionalIntToFixed(fx),
77 SkFractionalIntToFixed(dx), count);
84 a = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx;
85 b = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx;
91 a = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx;
92 b = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx;
101 *xx++ = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx;
131 *xy++ = (TILEY_PROCF(SkFractionalIntToFixed(fy), maxY) << 16) |
132 TILEX_PROCF(SkFractionalIntToFixed(f
[all...]
H A DSkBitmapProcState.h23 #define SkFractionalIntToFixed(x) SkFixed48ToFixed(x) macro
29 #define SkFractionalIntToFixed(x) (x) macro
H A DSkBitmapProcState_matrixProcs.cpp52 SkFixed dx = SkFractionalIntToFixed(frDx);
63 SkFixed fx = SkFractionalIntToFixed(frX);
/external/skia/src/core/
H A DSkBitmapProcState_matrix.h62 *xy++ = TILEY_PROCF(SkFractionalIntToFixed(fx), maxY);
76 decal_nofilter_scale(xy, SkFractionalIntToFixed(fx),
77 SkFractionalIntToFixed(dx), count);
84 a = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx;
85 b = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx;
91 a = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx;
92 b = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx;
101 *xx++ = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx;
131 *xy++ = (TILEY_PROCF(SkFractionalIntToFixed(fy), maxY) << 16) |
132 TILEX_PROCF(SkFractionalIntToFixed(f
[all...]
H A DSkBitmapProcState.h23 #define SkFractionalIntToFixed(x) SkFixed48ToFixed(x) macro
29 #define SkFractionalIntToFixed(x) (x) macro
H A DSkBitmapProcState_matrixProcs.cpp52 SkFixed dx = SkFractionalIntToFixed(frDx);
63 SkFixed fx = SkFractionalIntToFixed(frX);
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_matrix_repeat_neon.h438 decal_filter_scale_neon(xy, SkFractionalIntToFixed(fx),
439 SkFractionalIntToFixed(dx), count);
444 SkFixed fixedFx = SkFractionalIntToFixed(fx);
/external/skia/src/opts/
H A DSkBitmapProcState_matrix_repeat_neon.h438 decal_filter_scale_neon(xy, SkFractionalIntToFixed(fx),
439 SkFractionalIntToFixed(dx), count);
444 SkFixed fixedFx = SkFractionalIntToFixed(fx);

Completed in 337 milliseconds