Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmapProcState.h163 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { in pack_two_shorts() function
169 #define pack_two_shorts(pri, sec) PACK_TWO_SHORTS(pri, sec) macro