Home
last modified time | relevance | path

Searched refs:user_props (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/freetype/src/bdf/
A Dbdf.h239 bdf_property_t* user_props; member
A Dbdflib.c1042 if ( FT_RENEW_ARRAY( font->user_props, in bdf_create_property()
1047 p = font->user_props + font->nuser_props; in bdf_create_property()
1091 return font->user_props + ( propid - _num_bdf_properties ); in bdf_get_property()
1379 prop = font->user_props + ( propid - _num_bdf_properties ); in _bdf_add_property()
2593 for ( prop = font->user_props, i = 0; in bdf_free_font()
2601 FT_FREE( font->user_props ); in bdf_free_font()

Completed in 7 milliseconds