Home
last modified time | relevance | path

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

/external/freetype/src/type1/
Dt1load.c133 if ( FT_NEW_ARRAY( blend->font_infos[1], num_designs ) || in t1_allocate_blend()
141 blend->font_infos[0] = &face->type1.font_info; in t1_allocate_blend()
147 blend->font_infos[nn] = blend->font_infos[nn - 1] + 1; in t1_allocate_blend()
754 FT_FREE( blend->font_infos[1] ); in T1_Done_Blend()
760 blend->font_infos[n] = NULL; in T1_Done_Blend()
1234 objects = (void**)blend->font_infos; in t1_load_keyword()
/external/freetype/include/freetype/
Dt1tables.h307 PS_FontInfo font_infos[T1_MAX_MM_DESIGNS + 1]; member