Searched refs:pack_two_shorts (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/core/
H A DSkBitmapProcState.h170 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { function
176 #define pack_two_shorts(pri, sec) PACK_TWO_SHORTS(pri, sec) macro
H A DSkBitmapProcState_matrixProcs.cpp214 *dst++ = pack_two_shorts(fx >> 16, (fx + dx) >> 16);
216 *dst++ = pack_two_shorts(fx >> 16, (fx + dx) >> 16);
/external/skqp/src/core/
H A DSkBitmapProcState.h170 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { function
176 #define pack_two_shorts(pri, sec) PACK_TWO_SHORTS(pri, sec) macro
H A DSkBitmapProcState_matrixProcs.cpp214 *dst++ = pack_two_shorts(fx >> 16, (fx + dx) >> 16);
216 *dst++ = pack_two_shorts(fx >> 16, (fx + dx) >> 16);
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSE2.cpp393 *xy++ = pack_two_shorts(fx >> 16, (fx + dx) >> 16);
434 *xy++ = pack_two_shorts(SkClampMax((fx + dx) >> 16, maxX),
/external/skqp/src/opts/
H A DSkBitmapProcState_opts_SSE2.cpp393 *xy++ = pack_two_shorts(fx >> 16, (fx + dx) >> 16);
434 *xy++ = pack_two_shorts(SkClampMax((fx + dx) >> 16, maxX),

Completed in 151 milliseconds