OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREAMBLE_ARG_X
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/core/
SkBitmapProcState_matrix.h
23
#define
PREAMBLE_ARG_X
84
*xy++ = PACK_FILTER_X_NAME(fixedFx, maxX, one
PREAMBLE_ARG_X
);
115
*xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX
PREAMBLE_ARG_X
);
141
oneX
PREAMBLE_ARG_X
);
161
#undef
PREAMBLE_ARG_X
SkBitmapProcState_matrixProcs.cpp
121
#define
PREAMBLE_ARG_X
, tileProcX, tileLowBitsProcX
/external/skia/src/opts/
SkBitmapProcState_matrix_neon.h
21
#define
PREAMBLE_ARG_X
334
res = PACK_FILTER_X4_NAME(wide_fx, maxX, one
PREAMBLE_ARG_X
);
346
*xy++ = PACK_FILTER_X_NAME(SkFractionalIntToFixed(fx), maxX, one
PREAMBLE_ARG_X
);
393
vxy.val[1] = PACK_FILTER_X4_NAME(wide_fx, maxX, oneX
PREAMBLE_ARG_X
);
412
*xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX
PREAMBLE_ARG_X
);
447
vresyx.val[1] = PACK_FILTER_X4_NAME(wide_x, maxX, oneX
PREAMBLE_ARG_X
);
463
oneX
PREAMBLE_ARG_X
);
502
#undef
PREAMBLE_ARG_X
Completed in 2550 milliseconds