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

  /external/skia/legacy/src/core/
SkBitmapProcState_matrix.h 26 #define PREAMBLE_ARG_X
195 *xy++ = PACK_FILTER_X_NAME(fx, maxX, one PREAMBLE_ARG_X);
226 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X);
252 oneX PREAMBLE_ARG_X);
284 #undef PREAMBLE_ARG_X
SkBitmapProcState_matrix_repeat.h 56 #define PREAMBLE_ARG_X
480 *xy++ = PACK_FILTER_X_NAME(fx, maxX, one PREAMBLE_ARG_X);
511 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X);
541 oneX PREAMBLE_ARG_X);
573 #undef PREAMBLE_ARG_X
SkBitmapProcState_matrix_clamp.h 58 #define PREAMBLE_ARG_X
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);
888 oneX PREAMBLE_ARG_X);
920 #undef PREAMBLE_ARG_X
SkBitmapProcState_matrixProcs.cpp 62 #define PREAMBLE_ARG_X , tileProcX
  /external/skia/src/core/
SkBitmapProcState_matrix.h 26 #define PREAMBLE_ARG_X
210 *xy++ = PACK_FILTER_X_NAME(fixedFx, maxX, one PREAMBLE_ARG_X);
241 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X);
267 oneX PREAMBLE_ARG_X);
299 #undef PREAMBLE_ARG_X
SkBitmapProcState_matrixProcs.cpp 105 #define PREAMBLE_ARG_X , tileProcX, tileLowBitsProcX
  /external/skia/src/opts/
SkBitmapProcState_matrix_repeat_neon.h 52 #define PREAMBLE_ARG_X
447 *xy++ = PACK_FILTER_X_NAME(fx, maxX, one PREAMBLE_ARG_X);
478 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X);
508 oneX PREAMBLE_ARG_X);
540 #undef PREAMBLE_ARG_X
SkBitmapProcState_matrix_clamp_neon.h 54 #define PREAMBLE_ARG_X
569 uint32_t want = PACK_FILTER_X_NAME(debug_fx, maxX, one PREAMBLE_ARG_X);
592 *xy++ = PACK_FILTER_X_NAME(fx, maxX, one PREAMBLE_ARG_X);
725 val = PACK_FILTER_X_NAME(fxp, maxX, oneX PREAMBLE_ARG_X);
753 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X);
884 oneX PREAMBLE_ARG_X);
916 #undef PREAMBLE_ARG_X

Completed in 828 milliseconds