Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dresource_gen.h83 GX_UBYTE* Rotate4bitGlyphData(GX_CONST GX_UBYTE* map, INT width, INT height);
Dresource_gen.cpp2926 GX_UBYTE* resource_gen::Rotate4bitGlyphData(GX_CONST GX_UBYTE* map, INT width, INT height) in Rotate4bitGlyphData() function in resource_gen
3194 … rotated_data = Rotate4bitGlyphData(input_data, glyph->gx_glyph_width, glyph->gx_glyph_height); in RotateGlyphData()