Searched refs:TILEX_LOW_BITS (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
D | SkBitmapProcState_shaderproc.h | 55 unsigned subX = TILEX_LOW_BITS(fx, maxX); in SCALE_FILTER_NAME() 79 #undef TILEX_LOW_BITS
|
D | SkBitmapProcState_matrix.h | 46 i = (i << 4) | TILEX_LOW_BITS(f, max); in PACK_FILTER_X_NAME() 159 #undef TILEX_LOW_BITS
|
D | SkBitmapProcState_matrixProcs.cpp | 63 #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
|
D | SkBitmapProcState_procs.h | 238 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF) macro
|
/external/skia/src/opts/ |
D | SkBitmapProcState_matrixProcs_neon.cpp | 128 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF) macro 142 #define TILEX_LOW_BITS(fx, max) ((((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF) macro
|
D | SkBitmapProcState_matrix_neon.h | 241 i = (i << 4) | TILEX_LOW_BITS(f, max); in PACK_FILTER_X_NAME() 499 #undef TILEX_LOW_BITS
|