HomeSort by relevance Sort by last modified time
    Searched refs:TILEX_LOW_BITS (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_shaderproc.h 59 unsigned subX = TILEX_LOW_BITS(fx, maxX);
83 #undef TILEX_LOW_BITS
SkBitmapProcState_matrixProcs.cpp 50 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF)
58 #define TILEX_LOW_BITS(fx, max) ((((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF)
74 #define TILEX_LOW_BITS(fx, max) tileLowBitsProcX(fx, (max) + 1)
SkBitmapProcState_procs.h 303 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF)
316 #define TILEX_LOW_BITS(fx, max) ((((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF)
329 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF)
SkBitmapProcState_matrix.h 172 i = (i << 4) | TILEX_LOW_BITS(f, max);
302 #undef TILEX_LOW_BITS
  /external/skia/src/core/
SkBitmapProcState_shaderproc.h 59 unsigned subX = TILEX_LOW_BITS(fx, maxX);
83 #undef TILEX_LOW_BITS
SkBitmapProcState_matrixProcs.cpp 50 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF)
58 #define TILEX_LOW_BITS(fx, max) ((((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF)
74 #define TILEX_LOW_BITS(fx, max) tileLowBitsProcX(fx, (max) + 1)
SkBitmapProcState_procs.h 303 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF)
316 #define TILEX_LOW_BITS(fx, max) ((((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF)
329 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF)
SkBitmapProcState_matrix.h 172 i = (i << 4) | TILEX_LOW_BITS(f, max);
302 #undef TILEX_LOW_BITS
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrixProcs_neon.cpp 22 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF)
30 #define TILEX_LOW_BITS(fx, max) ((((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF)
SkBitmapProcState_matrix_repeat_neon.h 32 * #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
SkBitmapProcState_matrix_clamp_neon.h 33 * #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
  /external/skia/src/opts/
SkBitmapProcState_matrixProcs_neon.cpp 22 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF)
30 #define TILEX_LOW_BITS(fx, max) ((((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF)
SkBitmapProcState_matrix_repeat_neon.h 32 * #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
SkBitmapProcState_matrix_clamp_neon.h 33 * #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

Completed in 1451 milliseconds