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

  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_matrix.h 19 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
169 static inline uint32_t PACK_FILTER_X_NAME(SkFixed f, unsigned max,
210 *xy++ = PACK_FILTER_X_NAME(fixedFx, maxX, one PREAMBLE_ARG_X);
241 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X);
266 *xy++ = PACK_FILTER_X_NAME(srcXY[0] - (oneX >> 1), maxX,
  /external/skia/src/core/
SkBitmapProcState_matrix.h 19 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
169 static inline uint32_t PACK_FILTER_X_NAME(SkFixed f, unsigned max,
210 *xy++ = PACK_FILTER_X_NAME(fixedFx, maxX, one PREAMBLE_ARG_X);
241 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X);
266 *xy++ = PACK_FILTER_X_NAME(srcXY[0] - (oneX >> 1), maxX,
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_repeat_neon.h 45 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
403 static inline uint32_t PACK_FILTER_X_NAME(SkFixed f, unsigned max,
445 *xy++ = PACK_FILTER_X_NAME(fixedFx, maxX, one PREAMBLE_ARG_X);
476 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X);
505 *xy++ = PACK_FILTER_X_NAME(srcXY[0] - (oneX >> 1), maxX,
SkBitmapProcState_matrix_clamp_neon.h 47 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
473 static inline uint32_t PACK_FILTER_X_NAME(SkFixed f, unsigned max,
562 uint32_t want = PACK_FILTER_X_NAME(debug_fx, maxX, one PREAMBLE_ARG_X);
585 *xy++ = PACK_FILTER_X_NAME(fx, maxX, one PREAMBLE_ARG_X);
716 val = PACK_FILTER_X_NAME(fxp, maxX, oneX PREAMBLE_ARG_X);
744 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X);
874 *xy++ = PACK_FILTER_X_NAME(srcXY[0] - (oneX >> 1), maxX,
  /external/skia/src/opts/
SkBitmapProcState_matrix_repeat_neon.h 45 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
403 static inline uint32_t PACK_FILTER_X_NAME(SkFixed f, unsigned max,
445 *xy++ = PACK_FILTER_X_NAME(fixedFx, maxX, one PREAMBLE_ARG_X);
476 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X);
505 *xy++ = PACK_FILTER_X_NAME(srcXY[0] - (oneX >> 1), maxX,
SkBitmapProcState_matrix_clamp_neon.h 47 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
473 static inline uint32_t PACK_FILTER_X_NAME(SkFixed f, unsigned max,
562 uint32_t want = PACK_FILTER_X_NAME(debug_fx, maxX, one PREAMBLE_ARG_X);
585 *xy++ = PACK_FILTER_X_NAME(fx, maxX, one PREAMBLE_ARG_X);
716 val = PACK_FILTER_X_NAME(fxp, maxX, oneX PREAMBLE_ARG_X);
744 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X);
874 *xy++ = PACK_FILTER_X_NAME(srcXY[0] - (oneX >> 1), maxX,

Completed in 238 milliseconds