Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_blit_N.c149 if (!srcfmt) { in calc_swizzle32()
164 ((srcfmt->Amask) ? RESHIFT(srcfmt-> in calc_swizzle32()
620 Uint32 rgbmask = srcfmt->Rmask | srcfmt->Gmask | srcfmt->Bmask; in Blit32to32KeyAltivec()
2091 SDL_PixelFormat *srcfmt; in BlitNto1() local
2101 srcfmt = info->src_fmt; in BlitNto1()
2203 Uint32 mask = srcfmt->Rmask | srcfmt->Gmask | srcfmt->Bmask; in Blit4to4MaskAlpha()
2262 if (srcfmt->Amask) { in get_permutation()
2270 if (srcfmt->Amask) { in get_permutation()
2629 …if (srcbpp == 4 && dstbpp == 4 && srcfmt->Rmask == dstfmt->Rmask && srcfmt->Gmask == dstfmt->Gmask… in BlitNtoNKey()
2653 Uint32 mask = srcfmt->Rmask | srcfmt->Gmask | srcfmt->Bmask; in BlitNtoNKey()
[all …]
A DSDL_blit_A.c41 SDL_PixelFormat *srcfmt = info->src_fmt; in BlitNto1SurfaceAlpha() local
43 int srcbpp = srcfmt->BytesPerPixel; in BlitNto1SurfaceAlpha()
88 SDL_PixelFormat *srcfmt = info->src_fmt; in BlitNto1PixelAlpha() local
90 int srcbpp = srcfmt->BytesPerPixel; in BlitNto1PixelAlpha()
134 SDL_PixelFormat *srcfmt = info->src_fmt; in BlitNto1SurfaceAlphaKey() local
136 int srcbpp = srcfmt->BytesPerPixel; in BlitNto1SurfaceAlphaKey()
1221 SDL_PixelFormat *srcfmt = info->src_fmt; in BlitNtoNSurfaceAlpha() local
1223 int srcbpp = srcfmt->BytesPerPixel; in BlitNtoNSurfaceAlpha()
1260 SDL_PixelFormat *srcfmt = info->src_fmt; in BlitNtoNSurfaceAlphaKey() local
1263 int srcbpp = srcfmt->BytesPerPixel; in BlitNtoNSurfaceAlphaKey()
[all …]
A DSDL_pixels.c1048 SDL_PixelFormat *srcfmt; in SDL_MapSurface() local
1063 srcfmt = src->format; in SDL_MapSurface()
1065 if (SDL_ISPIXELFORMAT_INDEXED(srcfmt->format)) { in SDL_MapSurface()
1069 Map1to1(srcfmt->palette, dstfmt->palette, &map->identity); in SDL_MapSurface()
1075 if (srcfmt->BitsPerPixel != dstfmt->BitsPerPixel) in SDL_MapSurface()
1080 Map1toN(srcfmt, src->map->info.r, src->map->info.g, in SDL_MapSurface()
1089 map->info.table = MapNto1(srcfmt, dstfmt, &map->identity); in SDL_MapSurface()
1098 if (srcfmt == dstfmt) { in SDL_MapSurface()
1123 if (srcfmt->palette) { in SDL_MapSurface()
1124 map->src_palette_version = srcfmt->palette->version; in SDL_MapSurface()
A DSDL_blit_0.c409 SDL_PixelFormat *srcfmt = info->src_fmt; in BlitBtoNAlphaKey() local
411 const SDL_Color *srcpal = srcfmt->palette->colors; in BlitBtoNAlphaKey()
/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_gfxBlitFunc.c314 SDL_PixelFormat *srcfmt = info->src; in _SDL_gfxBlitBlitterRGBA() local
316 Uint8 srcbpp = srcfmt->BytesPerPixel; in _SDL_gfxBlitBlitterRGBA()
331 GFX_DISASSEMBLE_RGBA(src, srcbpp, srcfmt, pixel, sR, sG, sB, sA); in _SDL_gfxBlitBlitterRGBA()

Completed in 28 milliseconds