Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/type1/
A Dt1load.h49 FT_Bool fontdata; member
A Dt1load.c2053 loader->fontdata = 0; in t1_init_loader()
/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_gfxPrimitives.h234 SDL_GFXPRIMITIVES_SCOPE void gfxPrimitivesSetFont(const void *fontdata, Uint32 cw, Uint32 ch);
A DSDL_gfxPrimitives.c5815 void gfxPrimitivesSetFont(const void *fontdata, Uint32 cw, Uint32 ch) in gfxPrimitivesSetFont() argument
5819 if ((fontdata) && (cw) && (ch)) { in gfxPrimitivesSetFont()
5820 currentFontdata = fontdata; in gfxPrimitivesSetFont()

Completed in 15 milliseconds