Searched refs:TILEX_LOW_BITS (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcState_shaderproc.h59 unsigned subX = TILEX_LOW_BITS(fx, maxX);
83 #undef TILEX_LOW_BITS macro
H A DSkBitmapProcState_matrixProcs.cpp85 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF) macro
93 #define TILEX_LOW_BITS(fx, max) ((((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF) macro
109 #define TILEX_LOW_BITS(fx, max) tileLowBitsProcX(fx, (max) + 1) macro
H A 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
H A DSkBitmapProcState_matrix.h172 i = (i << 4) | TILEX_LOW_BITS(f, max);
302 #undef TILEX_LOW_BITS macro
/external/skia/src/core/
H A DSkBitmapProcState_shaderproc.h59 unsigned subX = TILEX_LOW_BITS(fx, maxX);
83 #undef TILEX_LOW_BITS macro
H A DSkBitmapProcState_matrixProcs.cpp85 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF) macro
93 #define TILEX_LOW_BITS(fx, max) ((((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF) macro
109 #define TILEX_LOW_BITS(fx, max) tileLowBitsProcX(fx, (max) + 1) macro
H A 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
H A DSkBitmapProcState_matrix.h172 i = (i << 4) | TILEX_LOW_BITS(f, max);
302 #undef TILEX_LOW_BITS macro
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_matrixProcs_neon.cpp25 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF) macro
33 #define TILEX_LOW_BITS(fx, max) ((((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF) macro
H A DSkBitmapProcState_matrix_repeat_neon.h32 * #define TILEX_LOW_BITS(fx, max) ((((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF)
406 i = (i << 4) | TILEX_LOW_BITS(f, max);
541 #undef TILEX_LOW_BITS macro
H A DSkBitmapProcState_matrix_clamp_neon.h33 * #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF)
476 i = (i << 4) | TILEX_LOW_BITS(f, max);
540 /* i<<4 | TILEX_LOW_BITS(fx) */
654 /* i<<4 | TILEX_LOW_BITS(fx) */
675 /* i<<4 | TILEX_LOW_BITS(fx) */
803 /* i<<4 | TILEX_LOW_BITS(fx) */
827 /* i<<4 | TILEX_LOW_BITS(fx) */
910 #undef TILEX_LOW_BITS macro
/external/skia/src/opts/
H A DSkBitmapProcState_matrixProcs_neon.cpp25 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF) macro
33 #define TILEX_LOW_BITS(fx, max) ((((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF) macro
H A DSkBitmapProcState_matrix_repeat_neon.h32 * #define TILEX_LOW_BITS(fx, max) ((((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF)
406 i = (i << 4) | TILEX_LOW_BITS(f, max);
541 #undef TILEX_LOW_BITS macro
H A DSkBitmapProcState_matrix_clamp_neon.h33 * #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF)
476 i = (i << 4) | TILEX_LOW_BITS(f, max);
540 /* i<<4 | TILEX_LOW_BITS(fx) */
654 /* i<<4 | TILEX_LOW_BITS(fx) */
675 /* i<<4 | TILEX_LOW_BITS(fx) */
803 /* i<<4 | TILEX_LOW_BITS(fx) */
827 /* i<<4 | TILEX_LOW_BITS(fx) */
910 #undef TILEX_LOW_BITS macro

Completed in 136 milliseconds