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

/external/skia/src/core/
H A DSkBitmapProcState_shaderproc.h54 unsigned subX = TILEX_LOW_BITS(fx, maxX);
78 #undef TILEX_LOW_BITS macro
H A DSkBitmapProcState_matrixProcs.cpp37 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF) macro
49 #define TILEX_LOW_BITS(fx, max) ((((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF) macro
66 #define TILEX_LOW_BITS(fx, max) ((tileProcX(fx) * ((max) + 1) >> 12) & 0xF) macro
H A DSkBitmapProcState_matrix.h156 i = (i << 4) | TILEX_LOW_BITS(f, max);
287 #undef TILEX_LOW_BITS macro
H A DSkBitmapProcState.cpp303 #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_repeat.h36 * #define TILEX_LOW_BITS(fx, max) ((((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF)
441 i = (i << 4) | TILEX_LOW_BITS(f, max);
576 #undef TILEX_LOW_BITS macro
H A DSkBitmapProcState_matrix_clamp.h37 * #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF)
485 i = (i << 4) | TILEX_LOW_BITS(f, max);
551 /* i<<4 | TILEX_LOW_BITS(fx) */
667 /* i<<4 | TILEX_LOW_BITS(fx) */
688 /* i<<4 | TILEX_LOW_BITS(fx) */
816 /* i<<4 | TILEX_LOW_BITS(fx) */
840 /* i<<4 | TILEX_LOW_BITS(fx) */
923 #undef TILEX_LOW_BITS macro

Completed in 72 milliseconds