Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dresource_gen.cpp3171 GX_UBYTE* decoded_data = GX_NULL; in RotateGlyphData() local
3177 decoded_data = RleDecodeGlyphData((GX_COMPRESSED_GLYPH*)glyph, GetFontBits(font_format)); in RotateGlyphData()
3178 input_data = decoded_data; in RotateGlyphData()
3205 if (decoded_data) in RotateGlyphData()
3207 delete decoded_data; in RotateGlyphData()