Home
last modified time | relevance | path

Searched refs:TILEX_LOW_BITS (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkBitmapProcState_shaderproc.h55 unsigned subX = TILEX_LOW_BITS(fx, maxX); in SCALE_FILTER_NAME()
79 #undef TILEX_LOW_BITS
DSkBitmapProcState_matrix.h46 i = (i << 4) | TILEX_LOW_BITS(f, max); in PACK_FILTER_X_NAME()
159 #undef TILEX_LOW_BITS
DSkBitmapProcState_matrixProcs.cpp63 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF) macro
100 #define TILEX_LOW_BITS(fx, max) (((unsigned)((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF) macro
136 #define TILEX_LOW_BITS(fx, max) tileLowBitsProcX(fx, (max) + 1) macro
DSkBitmapProcState_procs.h238 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF) macro
/external/skia/src/opts/
DSkBitmapProcState_matrixProcs_neon.cpp128 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF) macro
142 #define TILEX_LOW_BITS(fx, max) ((((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF) macro
DSkBitmapProcState_matrix_neon.h241 i = (i << 4) | TILEX_LOW_BITS(f, max); in PACK_FILTER_X_NAME()
499 #undef TILEX_LOW_BITS