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.h21 #define PREAMBLE_ARG_X macro
78 *xy++ = PACK_FILTER_X_NAME(fixedFx, maxX, one PREAMBLE_ARG_X); in SCALE_FILTER_NAME()
106 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X); in AFFINE_FILTER_NAME()
124 #undef PREAMBLE_ARG_X
DSkBitmapProcState_matrixProcs.cpp123 #define PREAMBLE_ARG_X , tileProcX macro
/external/skia/src/opts/
DSkBitmapProcState_matrix_neon.h24 #define PREAMBLE_ARG_X macro
282 res = PACK_FILTER_X4_NAME(wide_fx, maxX, one PREAMBLE_ARG_X); in SCALE_FILTER_NAME()
294 *xy++ = PACK_FILTER_X_NAME(SkFractionalIntToFixed(fx), maxX, one PREAMBLE_ARG_X); in SCALE_FILTER_NAME()
338 vxy.val[1] = PACK_FILTER_X4_NAME(wide_fx, maxX, oneX PREAMBLE_ARG_X); in AFFINE_FILTER_NAME()
357 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X); in AFFINE_FILTER_NAME()
390 #undef PREAMBLE_ARG_X