HomeSort by relevance Sort by last modified time
    Searched defs:UNPACK_PRIMARY_SHORT (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/core/
SkBitmapProcState.h 115 #define UNPACK_PRIMARY_SHORT(packed) ((uint32_t)(packed) >> 16)
119 #define UNPACK_PRIMARY_SHORT(packed) ((packed) & 0xFFFF)
  /external/skia/src/core/
SkBitmapProcState.h 157 #define UNPACK_PRIMARY_SHORT(packed) ((uint32_t)(packed) >> 16)
161 #define UNPACK_PRIMARY_SHORT(packed) ((packed) & 0xFFFF)

Completed in 27 milliseconds