Searched refs:TILEX_LOW_BITS (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/core/ |
D | SkBitmapProcState_shaderproc.h | 59 unsigned subX = TILEX_LOW_BITS(fx, maxX); in SCALE_FILTER_NAME() 83 #undef TILEX_LOW_BITS
|
D | SkBitmapProcState_matrix.h | 46 i = (i << 4) | TILEX_LOW_BITS(f, max); in PACK_FILTER_X_NAME() 164 #undef TILEX_LOW_BITS
|
D | SkBitmapProcState_matrixProcs.cpp | 54 #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
|
D | SkBitmapProcState_procs.h | 303 #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/ |
D | SkBitmapProcState_shaderproc.h | 59 unsigned subX = TILEX_LOW_BITS(fx, maxX); in SCALE_FILTER_NAME() 83 #undef TILEX_LOW_BITS
|
D | SkBitmapProcState_matrix.h | 46 i = (i << 4) | TILEX_LOW_BITS(f, max); in PACK_FILTER_X_NAME() 164 #undef TILEX_LOW_BITS
|
D | SkBitmapProcState_matrixProcs.cpp | 54 #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
|
D | SkBitmapProcState_procs.h | 303 #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/ |
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 | 242 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/ |
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 | 242 i = (i << 4) | TILEX_LOW_BITS(f, max); in PACK_FILTER_X_NAME() 505 #undef TILEX_LOW_BITS
|