Home
last modified time | relevance | path

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

/external/freetype/src/bdf/
Dbdfdrivr.c225 prop = bdf_get_font_property( font, "SLANT" ); in bdf_interpret_style()
237 prop = bdf_get_font_property( font, "WEIGHT_NAME" ); in bdf_interpret_style()
246 prop = bdf_get_font_property( font, "SETWIDTH_NAME" ); in bdf_interpret_style()
252 prop = bdf_get_font_property( font, "ADD_STYLE_NAME" ); in bdf_interpret_style()
418 prop = bdf_get_font_property( font, "SPACING" ); in BDF_Face_Init()
428 prop = bdf_get_font_property( font, "FAMILY_NAME" ); in BDF_Face_Init()
472 prop = bdf_get_font_property( font, "AVERAGE_WIDTH" ); in BDF_Face_Init()
495 prop = bdf_get_font_property( font, "POINT_SIZE" ); in BDF_Face_Init()
532 prop = bdf_get_font_property( font, "PIXEL_SIZE" ); in BDF_Face_Init()
549 prop = bdf_get_font_property( font, "RESOLUTION_X" ); in BDF_Face_Init()
[all …]
Dbdf.h247 bdf_get_font_property( bdf_font_t* font,
Dbdflib.c1795 if ( bdf_get_font_property( p->font, "FONT_ASCENT" ) == 0 ) in _bdf_parse_properties()
1807 if ( bdf_get_font_property( p->font, "FONT_DESCENT" ) == 0 ) in _bdf_parse_properties()
2401 bdf_get_font_property( bdf_font_t* font, in bdf_get_font_property() function
/external/freetype/
DChangeLog.261754 bdf_get_font_property): Updated.
DChangeLog.23651 (bdf_get_font_property): Drop a cast to unsigned long.
DChangeLog.215818 (bdf_get_font_property): Use `const' for third argument.