Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_blit_N.c1215 #define RGB565_32(dst, src, map) (map[src[LO]*2] + map[src[HI]*2+1]) macro
1238 *dst++ = RGB565_32(dst, src, map); in Blit_RGB565_32()
1249 *dst++ = RGB565_32(dst, src, map); in Blit_RGB565_32()
1251 *dst++ = RGB565_32(dst, src, map); in Blit_RGB565_32()
1253 *dst++ = RGB565_32(dst, src, map); in Blit_RGB565_32()
1255 *dst++ = RGB565_32(dst, src, map); in Blit_RGB565_32()
1261 *dst++ = RGB565_32(dst, src, map); in Blit_RGB565_32()
1264 *dst++ = RGB565_32(dst, src, map); in Blit_RGB565_32()
1267 *dst++ = RGB565_32(dst, src, map); in Blit_RGB565_32()