Searched refs:dstfmt (Results 1 - 5 of 5) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit_1.c414 SDL_PixelFormat *dstfmt = info->dst; local
420 dstbpp = dstfmt->BytesPerPixel;
431 DISEMBLE_RGB(dst, dstbpp, dstfmt,
434 ASSEMBLE_RGB(dst, dstbpp, dstfmt, dR, dG, dB);
453 SDL_PixelFormat *dstfmt = info->dst; local
460 dstbpp = dstfmt->BytesPerPixel;
472 DISEMBLE_RGB(dst, dstbpp, dstfmt,
475 ASSEMBLE_RGB(dst, dstbpp, dstfmt, dR, dG, dB);
497 SDL_PixelFormat *dstfmt; local
499 dstfmt
[all...]
H A DSDL_blit_N.c80 #define MAKE8888(dstfmt, r, g, b, a) \
81 ( ((r<<dstfmt->Rshift)&dstfmt->Rmask) | \
82 ((g<<dstfmt->Gshift)&dstfmt->Gmask) | \
83 ((b<<dstfmt->Bshift)&dstfmt->Bmask) | \
84 ((a<<dstfmt->Ashift)&dstfmt->Amask) )
105 const SDL_PixelFormat *dstfmt)
104 calc_swizzle32(const SDL_PixelFormat *srcfmt, const SDL_PixelFormat *dstfmt) argument
258 SDL_PixelFormat *dstfmt = info->dst; local
403 SDL_PixelFormat *dstfmt = info->dst; local
551 SDL_PixelFormat *dstfmt = info->dst; local
664 SDL_PixelFormat *dstfmt = info->dst; local
742 SDL_PixelFormat *dstfmt = info->dst; local
1999 SDL_PixelFormat *dstfmt = info->dst; local
2044 SDL_PixelFormat *dstfmt = info->dst; local
2076 SDL_PixelFormat *dstfmt = info->dst; local
2199 SDL_PixelFormat *dstfmt = info->dst; local
2240 SDL_PixelFormat *dstfmt = info->dst; local
2378 SDL_PixelFormat *dstfmt; local
[all...]
H A DSDL_blit_0.c352 SDL_PixelFormat *dstfmt = info->dst; local
358 dstbpp = dstfmt->BytesPerPixel;
375 DISEMBLE_RGB(dst, dstbpp, dstfmt,
378 ASSEMBLE_RGB(dst, dstbpp, dstfmt, dR, dG, dB);
397 SDL_PixelFormat *dstfmt = info->dst; local
405 dstbpp = dstfmt->BytesPerPixel;
422 DISEMBLE_RGB(dst, dstbpp, dstfmt,
425 ASSEMBLE_RGB(dst, dstbpp, dstfmt, dR, dG, dB);
H A DSDL_pixels.c545 SDL_PixelFormat *dstfmt; local
558 dstfmt = dst->format;
561 switch (dstfmt->BytesPerPixel) {
570 dstfmt->palette, &map->identity);
577 if (srcfmt->BitsPerPixel!=dstfmt->BitsPerPixel)
583 map->table = Map1toN(srcfmt, dstfmt);
591 switch (dstfmt->BytesPerPixel) {
594 map->table = MapNto1(srcfmt, dstfmt, &map->identity);
604 if ( FORMAT_EQUAL(srcfmt, dstfmt) )
H A DSDL_blit_A.c76 SDL_PixelFormat *dstfmt = info->dst; local
92 dR = dstfmt->palette->colors[*dst].r;
93 dG = dstfmt->palette->colors[*dst].g;
94 dB = dstfmt->palette->colors[*dst].b;
129 SDL_PixelFormat *dstfmt = info->dst; local
145 dR = dstfmt->palette->colors[*dst].r;
146 dG = dstfmt->palette->colors[*dst].g;
147 dB = dstfmt->palette->colors[*dst].b;
182 SDL_PixelFormat *dstfmt = info->dst; local
200 dR = dstfmt
728 calc_swizzle32(const SDL_PixelFormat *srcfmt, const SDL_PixelFormat *dstfmt) argument
947 SDL_PixelFormat *dstfmt = info->dst; local
1070 SDL_PixelFormat *dstfmt = info->dst; local
1264 SDL_PixelFormat *dstfmt = info->dst; local
2597 SDL_PixelFormat *dstfmt = info->dst; local
2638 SDL_PixelFormat *dstfmt = info->dst; local
2681 SDL_PixelFormat *dstfmt = info->dst; local
[all...]

Completed in 51 milliseconds