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

  /external/skia/src/core/
SkBitmapProcState_matrix.h 62 *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(fx), maxX)
    [all...]
SkBitmapProcState.h 21 #define SkFractionalIntToFixed(x) SkFixed48ToFixed(x)
27 #define SkFractionalIntToFixed(x) (x)
SkBitmapProcState_matrixProcs.cpp 52 SkFixed dx = SkFractionalIntToFixed(frDx);
63 SkFixed fx = SkFractionalIntToFixed(frX);

Completed in 384 milliseconds