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
84 *xy++ = PACK_FILTER_X_NAME(fixedFx, maxX, one PREAMBLE_ARG_X); in SCALE_FILTER_NAME()
115 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X); in AFFINE_FILTER_NAME()
141 oneX PREAMBLE_ARG_X); in PERSP_FILTER_NAME()
161 #undef PREAMBLE_ARG_X
DSkBitmapProcState_matrixProcs.cpp121 #define PREAMBLE_ARG_X , tileProcX, tileLowBitsProcX macro
/external/skia/src/opts/
DSkBitmapProcState_matrix_neon.h21 #define PREAMBLE_ARG_X macro
334 res = PACK_FILTER_X4_NAME(wide_fx, maxX, one PREAMBLE_ARG_X); in SCALE_FILTER_NAME()
346 *xy++ = PACK_FILTER_X_NAME(SkFractionalIntToFixed(fx), maxX, one PREAMBLE_ARG_X); in SCALE_FILTER_NAME()
393 vxy.val[1] = PACK_FILTER_X4_NAME(wide_fx, maxX, oneX PREAMBLE_ARG_X); in AFFINE_FILTER_NAME()
412 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X); in AFFINE_FILTER_NAME()
447 vresyx.val[1] = PACK_FILTER_X4_NAME(wide_x, maxX, oneX PREAMBLE_ARG_X); in PERSP_FILTER_NAME()
463 oneX PREAMBLE_ARG_X); in PERSP_FILTER_NAME()
502 #undef PREAMBLE_ARG_X