HomeSort by relevance Sort by last modified time
    Searched refs:dstfmt (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_1.c 414 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 = surface->map->dst->format
    [all...]
SDL_blit_N.c 80 #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)
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...]
SDL_blit_0.c 352 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);
SDL_pixels.c 545 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) )
SDL_blit_A.c 76 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->palette->colors[*dst].r
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 42 milliseconds