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

  /external/skia/src/core/
SkBitmapProcState_shaderproc.h 37 subY = TILEY_LOW_BITS(fy, maxY);
79 #undef TILEY_LOW_BITS
SkBitmapProcState_matrix.h 149 i = (i << 4) | TILEY_LOW_BITS(f, max);
288 #undef TILEY_LOW_BITS
SkBitmapProcState.cpp 304 #define TILEY_LOW_BITS(fy, max) (((fy) >> 12) & 0xF)
317 #define TILEY_LOW_BITS(fy, max) ((((fy) & 0xFFFF) * ((max) + 1) >> 12) & 0xF)
330 #define TILEY_LOW_BITS(fy, max) (((fy) >> 12) & 0xF)
SkBitmapProcState_matrixProcs.cpp 38 #define TILEY_LOW_BITS(fy, max) (((fy) >> 12) & 0xF)
50 #define TILEY_LOW_BITS(fy, max) ((((fy) & 0xFFFF) * ((max) + 1) >> 12) & 0xF)
67 #define TILEY_LOW_BITS(fy, max) ((tileProcY(fy) * ((max) + 1) >> 12) & 0xF)
SkBitmapProcState_matrix_repeat.h 37 * #define TILEY_LOW_BITS(fy, max) ((((fy) & 0xFFFF) * ((max) + 1) >> 12) & 0xF)
434 i = (i << 4) | TILEY_LOW_BITS(f, max);
577 #undef TILEY_LOW_BITS
SkBitmapProcState_matrix_clamp.h 38 * #define TILEY_LOW_BITS(fy, max) (((fy) >> 12) & 0xF)
478 i = (i << 4) | TILEY_LOW_BITS(f, max);
924 #undef TILEY_LOW_BITS

Completed in 115 milliseconds