Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/bdf/
A Dbdflib.c2531 bdf_glyph_t* glyphs; in bdf_free_font() local
2562 for ( i = 0, glyphs = font->glyphs; in bdf_free_font()
2565 FT_FREE( glyphs->name ); in bdf_free_font()
2566 FT_FREE( glyphs->bitmap ); in bdf_free_font()
2570 i++, glyphs++ ) in bdf_free_font()
2572 FT_FREE( glyphs->name ); in bdf_free_font()
2573 FT_FREE( glyphs->bitmap ); in bdf_free_font()
2576 FT_FREE( font->glyphs ); in bdf_free_font()
2580 for ( i = 0, glyphs = font->overflow.glyphs; in bdf_free_font()
2583 FT_FREE( glyphs->name ); in bdf_free_font()
[all …]
A Dbdf.h184 bdf_glyph_t* glyphs; /* Glyphs themselves. */ member
212 bdf_glyph_t* glyphs; /* Glyphs themselves. */ member
A Dbdfdrivr.c485 bdf_glyph_t* cur = font->glyphs; in BDF_Face_Init()
697 glyph = bdf->bdffont->glyphs[glyph_index]; in BDF_Glyph_Load()
/AliOS-Things-master/components/freetype/src/tools/
A Dglnames.py5156 glyphs = []
5165 glyphs.append( fields[0] )
5168 return glyphs, values
/AliOS-Things-master/components/freetype/src/gxvalid/
A Dgxvjust.c212 FT_UShort glyphs; in gxv_just_actSubrecord_type0_validate() local
216 glyphs = FT_NEXT_USHORT( p ); in gxv_just_actSubrecord_type0_validate()
217 gxv_just_check_max_gid( glyphs, "type0:glyphs", valid ); in gxv_just_actSubrecord_type0_validate()
A DREADME147 Machine can store 16 glyphs onto its stack)
278 GX/AAT defines a `bracketing' property of the glyphs in the `prop'
281 properties to glyphs. Apple font tools warn about this error;
/AliOS-Things-master/components/freetype/src/tools/ftrandom/
A DREADME42 --nohints Specify FT_LOAD_NO_HINTING when loading glyphs.

Completed in 15 milliseconds