Searched refs:PACK_FILTER_X_NAME (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkBitmapProcState_matrix.h16 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x) macro
43 static inline uint32_t PACK_FILTER_X_NAME(SkFixed f, unsigned max, function
84 *xy++ = PACK_FILTER_X_NAME(fixedFx, maxX, one PREAMBLE_ARG_X);
115 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X);
140 *xy++ = PACK_FILTER_X_NAME(srcXY[0] - (oneX >> 1), maxX,
/external/skia/src/opts/
H A DSkBitmapProcState_matrix_neon.h12 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x) macro
239 static inline uint32_t PACK_FILTER_X_NAME(SkFixed f, unsigned max, function
346 *xy++ = PACK_FILTER_X_NAME(SkFractionalIntToFixed(fx), maxX, one PREAMBLE_ARG_X);
412 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X);
462 *xy++ = PACK_FILTER_X_NAME(srcXY[0] - (oneX >> 1), maxX,

Completed in 116 milliseconds