Searched refs:charstrings_index (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/freetype/src/cff/
H A Dcfftypes.h239 CFF_IndexRec charstrings_index; member in struct:CFF_FontRec_
H A Dcffload.c1537 error = cff_index_init( &font->charstrings_index, stream, 0 );
1586 font->charstrings_index.count,
1607 font->num_glyphs = font->charstrings_index.count;
1661 cff_index_done( &font->charstrings_index );
H A Dcffgload.c690 return cff_index_access_element( &cff->charstrings_index, glyph_index,
726 cff_index_forget_element( &cff->charstrings_index, pointer );
2876 CFF_Index csindex = &cff->charstrings_index;
H A Dcffobjs.c742 cffface->num_glyphs = cff->charstrings_index.count;
/external/freetype/src/cff/
H A Dcfftypes.h239 CFF_IndexRec charstrings_index; member in struct:CFF_FontRec_
H A Dcffload.c1544 error = cff_index_init( &font->charstrings_index, stream, 0 );
1593 font->charstrings_index.count,
1614 font->num_glyphs = font->charstrings_index.count;
1668 cff_index_done( &font->charstrings_index );
H A Dcffgload.c686 return cff_index_access_element( &cff->charstrings_index, glyph_index,
722 cff_index_forget_element( &cff->charstrings_index, pointer );
2881 CFF_Index csindex = &cff->charstrings_index;
H A Dcffobjs.c742 cffface->num_glyphs = cff->charstrings_index.count;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcfftypes.h239 CFF_IndexRec charstrings_index; member in struct:CFF_FontRec_
H A Dcffload.c1537 error = cff_index_init( &font->charstrings_index, stream, 0 );
1586 font->charstrings_index.count,
1607 font->num_glyphs = font->charstrings_index.count;
1661 cff_index_done( &font->charstrings_index );
H A Dcffgload.c690 return cff_index_access_element( &cff->charstrings_index, glyph_index,
726 cff_index_forget_element( &cff->charstrings_index, pointer );
2889 CFF_Index csindex = &cff->charstrings_index;
H A Dcffobjs.c743 cffface->num_glyphs = cff->charstrings_index.count;

Completed in 612 milliseconds