Home
last modified time | relevance | path

Searched defs:TILEX_LOW_BITS (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkBitmapProcState_matrixProcs.cpp63 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF) macro
100 #define TILEX_LOW_BITS(fx, max) (((unsigned)((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF) macro
136 #define TILEX_LOW_BITS(fx, max) tileLowBitsProcX(fx, (max) + 1) macro
DSkBitmapProcState_procs.h238 #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