Searched refs:pack_two_shorts (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/core/ |
D | SkBitmapProcState.h | 145 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { in pack_two_shorts() function 151 #define pack_two_shorts(pri, sec) PACK_TWO_SHORTS(pri, sec) macro
|
D | SkBitmapProcState_matrixProcs.cpp | 67 *dst++ = pack_two_shorts( (fx + 0) >> 16, in decal_nofilter_scale() 115 *xy++ = pack_two_shorts(tile(SkFractionalIntToFixed(fx ), maxX), in nofilter_scale()
|
/external/skia/src/core/ |
D | SkBitmapProcState.h | 145 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { in pack_two_shorts() function 151 #define pack_two_shorts(pri, sec) PACK_TWO_SHORTS(pri, sec) macro
|
D | SkBitmapProcState_matrixProcs.cpp | 67 *dst++ = pack_two_shorts( (fx + 0) >> 16, in decal_nofilter_scale() 115 *xy++ = pack_two_shorts(tile(SkFractionalIntToFixed(fx ), maxX), in nofilter_scale()
|