Home
last modified time | relevance | path

Searched refs:PREAMBLE_ARG_X (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkBitmapProcState_matrix.h23 #define PREAMBLE_ARG_X macro
82 *xy++ = PACK_FILTER_X_NAME(fixedFx, maxX, one PREAMBLE_ARG_X); in SCALE_FILTER_NAME()
110 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X); in AFFINE_FILTER_NAME()
136 oneX PREAMBLE_ARG_X); in PERSP_FILTER_NAME()
156 #undef PREAMBLE_ARG_X
DSkBitmapProcState_matrixProcs.cpp132 #define PREAMBLE_ARG_X , tileProcX, tileLowBitsProcX macro
/external/skia/src/opts/
DSkBitmapProcState_matrix_neon.h26 #define PREAMBLE_ARG_X macro
331 res = PACK_FILTER_X4_NAME(wide_fx, maxX, one PREAMBLE_ARG_X); in SCALE_FILTER_NAME()
343 *xy++ = PACK_FILTER_X_NAME(SkFractionalIntToFixed(fx), maxX, one PREAMBLE_ARG_X); in SCALE_FILTER_NAME()
387 vxy.val[1] = PACK_FILTER_X4_NAME(wide_fx, maxX, oneX PREAMBLE_ARG_X); in AFFINE_FILTER_NAME()
406 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X); in AFFINE_FILTER_NAME()
441 vresyx.val[1] = PACK_FILTER_X4_NAME(wide_x, maxX, oneX PREAMBLE_ARG_X); in PERSP_FILTER_NAME()
457 oneX PREAMBLE_ARG_X); in PERSP_FILTER_NAME()
496 #undef PREAMBLE_ARG_X