Searched refs:fontdata (Results 1 – 4 of 4) sorted by relevance
49 FT_Bool fontdata; member
2053 loader->fontdata = 0; in t1_init_loader()
234 SDL_GFXPRIMITIVES_SCOPE void gfxPrimitivesSetFont(const void *fontdata, Uint32 cw, Uint32 ch);
5815 void gfxPrimitivesSetFont(const void *fontdata, Uint32 cw, Uint32 ch) in gfxPrimitivesSetFont() argument5819 if ((fontdata) && (cw) && (ch)) { in gfxPrimitivesSetFont()5820 currentFontdata = fontdata; in gfxPrimitivesSetFont()
Completed in 15 milliseconds