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

  /external/skia/src/core/
SkBitmapProcState_matrix.h 19 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
153 static inline uint32_t PACK_FILTER_X_NAME(SkFixed f, unsigned max,
195 *xy++ = PACK_FILTER_X_NAME(fx, maxX, one PREAMBLE_ARG_X);
226 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X);
251 *xy++ = PACK_FILTER_X_NAME(srcXY[0] - (oneX >> 1), maxX,
SkBitmapProcState_matrix_repeat.h 49 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
438 static inline uint32_t PACK_FILTER_X_NAME(SkFixed f, unsigned max,
480 *xy++ = PACK_FILTER_X_NAME(fx, maxX, one PREAMBLE_ARG_X);
511 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X);
540 *xy++ = PACK_FILTER_X_NAME(srcXY[0] - (oneX >> 1), maxX,
SkBitmapProcState_matrix_clamp.h 51 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
482 static inline uint32_t PACK_FILTER_X_NAME(SkFixed f, unsigned max,
573 uint32_t want = PACK_FILTER_X_NAME(debug_fx, maxX, one PREAMBLE_ARG_X);
596 *xy++ = PACK_FILTER_X_NAME(fx, maxX, one PREAMBLE_ARG_X);
729 val = PACK_FILTER_X_NAME(fxp, maxX, oneX PREAMBLE_ARG_X);
757 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X);
887 *xy++ = PACK_FILTER_X_NAME(srcXY[0] - (oneX >> 1), maxX,

Completed in 22 milliseconds