Home | History | Annotate | Download | only in psaux

Lines Matching refs:cff

5 /*    PostScript CFF (Type 2) decoding routines (body).                    */
252 CFF_Font cff = (CFF_Font)(face->extra.data);
255 bchar_index = cff_lookup_glyph_by_stdcharcode( cff, bchar );
256 achar_index = cff_lookup_glyph_by_stdcharcode( cff, achar );
419 cff_lookup_glyph_by_stdcharcode( CFF_Font cff,
429 if ( !cff->charset.sids )
450 cffload = (FT_Service_CFFLoad)cff->cffload;
455 for ( n = 0; n < cff->num_glyphs; n++ )
457 if ( cff->charset.sids[n] == glyph_sid )
503 decoder->cff->top_font.font_dict.charstring_type;
505 decoder->cff->top_font.font_dict.num_designs;
507 decoder->cff->top_font.font_dict.num_axes;
1945 /* Type 1 to CFF, and some parsers seem to accept it */
1955 /* Type 1 to CFF, and some parsers seem to accept it */
1973 /* Type 1 to CFF, and some parsers seem to accept it */
1991 /* Type 1 to CFF, and some parsers seem to accept it */
2003 /* Type 1 to CFF, and some parsers seem to accept it */
2020 /* Type 1 to CFF, and some parsers seem to accept it */
2026 /* code like this (actually found in a CFF font): */
2038 /* the fact that CFF fonts with `pop' are invalid, it is */
2286 CFF_Font cff = (CFF_Font)face->extra.data;
2296 decoder->cff = cff;
2297 decoder->num_globals = cff->global_subrs_index.count;
2298 decoder->globals = cff->global_subrs;
2300 cff->top_font.font_dict.charstring_type,
2318 CFF_Font cff = (CFF_Font)builder->face->extra.data;
2319 CFF_SubFont sub = &cff->top_font;
2322 FT_Service_CFFLoad cffload = (FT_Service_CFFLoad)cff->cffload;
2326 if ( cff->num_subfonts )
2328 FT_Byte fd_index = cffload->fd_select_get( &cff->fd_select,
2332 if ( fd_index >= cff->num_subfonts )
2341 sub = cff->subfonts[fd_index];
2357 decoder->cff->top_font.font_dict.charstring_type,