Lines Matching refs:dstfmt
441 SDL_PixelFormat *dstfmt = info->dst_fmt; in Blit1toNAlpha() local
450 dstbpp = dstfmt->BytesPerPixel; in Blit1toNAlpha()
459 DISEMBLE_RGBA(dst, dstbpp, dstfmt, pixel, dR, dG, dB, dA); in Blit1toNAlpha()
461 ASSEMBLE_RGBA(dst, dstbpp, dstfmt, dR, dG, dB, dA); in Blit1toNAlpha()
481 SDL_PixelFormat *dstfmt = info->dst_fmt; in Blit1toNAlphaKey() local
491 dstbpp = dstfmt->BytesPerPixel; in Blit1toNAlphaKey()
501 DISEMBLE_RGBA(dst, dstbpp, dstfmt, pixel, dR, dG, dB, dA); in Blit1toNAlphaKey()
503 ASSEMBLE_RGBA(dst, dstbpp, dstfmt, dR, dG, dB, dA); in Blit1toNAlphaKey()
527 SDL_PixelFormat *dstfmt; in SDL_CalculateBlit1() local
529 dstfmt = surface->map->dst->format; in SDL_CalculateBlit1()
530 if (dstfmt->BitsPerPixel < 8) { in SDL_CalculateBlit1()
533 which = dstfmt->BytesPerPixel; in SDL_CalculateBlit1()