Home
last modified time | relevance | path

Searched defs:PACK_TWO_SHORTS (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/core/
H A DSkBitmapProcState.h119 #define PACK_TWO_SHORTS(pri, sec) ((pri) << 16 | (sec)) macro
123 #define PACK_TWO_SHORTS(pri, sec) ((pri) | ((sec) << 16)) macro

Completed in 1 milliseconds