Searched refs:load_tile (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_xcf.c | 627 …Surface * surface, SDL_RWops * src, xcf_header * head, xcf_layer * layer, load_tile_type load_tile) in do_layer_surface() argument 673 tile = load_tile(src, length, hierarchy->bpp, ox, oy); in do_layer_surface() 802 unsigned char * (* load_tile) (SDL_RWops *, Uint32, int, int, int); in IMG_LoadXCF_RW() local 820 load_tile = load_xcf_tile_none; in IMG_LoadXCF_RW() 823 load_tile = load_xcf_tile_rle; in IMG_LoadXCF_RW() 864 do_layer_surface (lays, src, head, layer, load_tile); in IMG_LoadXCF_RW()
|
Completed in 5 milliseconds