Lines Matching refs:rotated_data
3170 GX_UBYTE* rotated_data = GX_NULL; in RotateGlyphData() local
3190 … rotated_data = Rotate8bitGlyphData(input_data, glyph->gx_glyph_width, glyph->gx_glyph_height); in RotateGlyphData()
3194 … rotated_data = Rotate4bitGlyphData(input_data, glyph->gx_glyph_width, glyph->gx_glyph_height); in RotateGlyphData()
3198 … rotated_data = Rotate1bitGlyphData(input_data, glyph->gx_glyph_width, glyph->gx_glyph_height); in RotateGlyphData()
3203 if ((font_format & GX_FONT_FORMAT_COMPRESSED) && rotated_data) in RotateGlyphData()
3212 cglyph.gx_glyph_map = rotated_data; in RotateGlyphData()
3222 *rotated_map = rotated_data; in RotateGlyphData()
3236 UCHAR* rotated_data = NULL; in WriteFontPage() local
3278 RotateGlyphData(glyph, font->gx_font_format, &rotated_data, &mapsize); in WriteFontPage()
3322 if (rotated_data) in WriteFontPage()
3324 data = rotated_data; in WriteFontPage()
3343 if (rotated_data) in WriteFontPage()
3345 delete rotated_data; in WriteFontPage()