Home
last modified time | relevance | path

Searched refs:RotateUCharData (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dresource_gen.h87 GX_UBYTE* RotateUCharData(GX_CONST GX_UBYTE* data, INT width, INT height);
Dresource_gen.cpp4050 GX_UBYTE* resource_gen::RotateUCharData(GX_CONST GX_UBYTE* data, INT width, INT height) in RotateUCharData() function in resource_gen
4123 …auxdata = RotateUCharData(map->gx_pixelmap_aux_data, map->gx_pixelmap_width, map->gx_pixelmap_heig… in RotatePixelmap()
4130 … data = RotateUCharData(map->gx_pixelmap_data, map->gx_pixelmap_width, map->gx_pixelmap_height); in RotatePixelmap()