Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmapProcState_shaderproc.h59 unsigned subX = TILEX_LOW_BITS(fx, maxX); in SCALE_FILTER_NAME()
83 #undef TILEX_LOW_BITS
DSkBitmapProcState_matrix.h46 i = (i << 4) | TILEX_LOW_BITS(f, max); in PACK_FILTER_X_NAME()
164 #undef TILEX_LOW_BITS
DSkBitmapProcState_matrixProcs.cpp54 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF) macro
91 #define TILEX_LOW_BITS(fx, max) ((((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF) macro
125 #define TILEX_LOW_BITS(fx, max) tileLowBitsProcX(fx, (max) + 1) macro
DSkBitmapProcState_procs.h303 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF) macro
316 #define TILEX_LOW_BITS(fx, max) ((((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF) macro
329 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF) macro
/external/chromium_org/third_party/skia/src/core/
DSkBitmapProcState_shaderproc.h59 unsigned subX = TILEX_LOW_BITS(fx, maxX); in SCALE_FILTER_NAME()
83 #undef TILEX_LOW_BITS
DSkBitmapProcState_matrix.h46 i = (i << 4) | TILEX_LOW_BITS(f, max); in PACK_FILTER_X_NAME()
164 #undef TILEX_LOW_BITS
DSkBitmapProcState_matrixProcs.cpp54 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF) macro
91 #define TILEX_LOW_BITS(fx, max) ((((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF) macro
125 #define TILEX_LOW_BITS(fx, max) tileLowBitsProcX(fx, (max) + 1) macro
DSkBitmapProcState_procs.h303 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF) macro
316 #define TILEX_LOW_BITS(fx, max) ((((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF) macro
329 #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.h242 i = (i << 4) | TILEX_LOW_BITS(f, max); in PACK_FILTER_X_NAME()
505 #undef TILEX_LOW_BITS
/external/chromium_org/third_party/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.h242 i = (i << 4) | TILEX_LOW_BITS(f, max); in PACK_FILTER_X_NAME()
505 #undef TILEX_LOW_BITS