Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmapProcState.h131 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { in pack_two_shorts() function
137 #define pack_two_shorts(pri, sec) PACK_TWO_SHORTS(pri, sec) macro
DSkBitmapProcState_matrixProcs.cpp208 *dst++ = pack_two_shorts(fx >> 16, (fx + dx) >> 16); in decal_nofilter_scale()
210 *dst++ = pack_two_shorts(fx >> 16, (fx + dx) >> 16); in decal_nofilter_scale()