Searched refs:font_infos (Results 1 - 3 of 3) sorted by relevance

/external/freetype/include/
H A Dt1tables.h310 PS_FontInfo font_infos[T1_MAX_MM_DESIGNS + 1]; member in struct:PS_BlendRec_
/external/pdfium/third_party/freetype/include/
H A Dt1tables.h310 PS_FontInfo font_infos[T1_MAX_MM_DESIGNS + 1]; member in struct:PS_BlendRec_
/external/pdfium/third_party/freetype/src/type1/
H A Dt1load.c132 if ( FT_NEW_ARRAY( blend->font_infos[1], num_designs ) ||
140 blend->font_infos[0] = &face->type1.font_info;
146 blend->font_infos[nn] = blend->font_infos[nn - 1] + 1;
531 FT_FREE( blend->font_infos[1] );
537 blend->font_infos[n] = NULL;
946 objects = (void**)blend->font_infos;

Completed in 118 milliseconds