Home | History | Annotate | Download | only in cff

Lines Matching refs:num_glyphs

666                       FT_UInt       num_glyphs,
685 fdselect->data_size = num_glyphs;
781 FT_UInt num_glyphs,
793 for ( i = 0; i < num_glyphs; i++ )
805 for ( j = num_glyphs - 1; j >= 0 ; j-- )
809 charset->num_glyphs = num_glyphs;
856 FT_UInt num_glyphs,
882 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
891 if ( num_glyphs > 0 )
893 if ( FT_FRAME_ENTER( ( num_glyphs - 1 ) * 2 ) )
896 for ( j = 1; j < num_glyphs; j++ )
912 while ( j < num_glyphs )
939 for ( i = 0; j < num_glyphs && i <= nleft; i++, j++, glyph_sid++ )
959 /* the first num_glyphs. */
966 if ( num_glyphs > 229 )
975 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
979 FT_ARRAY_COPY( charset->sids, cff_isoadobe_charset, num_glyphs );
984 if ( num_glyphs > 166 )
993 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
997 FT_ARRAY_COPY( charset->sids, cff_expert_charset, num_glyphs );
1002 if ( num_glyphs > 87 )
1011 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
1015 FT_ARRAY_COPY( charset->sids, cff_expertsubset_charset, num_glyphs );
1027 error = cff_charset_compute_cids( charset, num_glyphs, memory );
1056 FT_UInt num_glyphs,
1127 if ( j < num_glyphs )
1172 if ( k < num_glyphs && glyph_code < 256 )
1220 for ( gindex = 0; gindex < num_glyphs; gindex++ )
1255 error = cff_charset_compute_cids( charset, num_glyphs,
1607 font->num_glyphs = font->charstrings_index.count;
1616 if ( font->num_glyphs > 0 )
1621 error = cff_charset_load( &font->charset, font->num_glyphs, stream,
1631 font->num_glyphs,