Searched refs:glyph_index (Results 1 - 25 of 70) sorted by relevance

123

/xsrc/external/mit/freetype/dist/src/pfr/
H A Dpfrsbit.h29 FT_UInt glyph_index,
/xsrc/external/mit/freetype/dist/src/cff/
H A Dcffgload.h31 FT_UInt glyph_index,
53 FT_UInt glyph_index,
H A Dcffgload.c45 FT_UInt glyph_index,
58 glyph_index, &data );
73 return cff_index_access_element( &cff->charstrings_index, glyph_index,
141 FT_Int glyph_index;
158 for ( glyph_index = 0; glyph_index < face->root.num_glyphs;
159 glyph_index++ )
166 error = cff_get_glyph_data( face, glyph_index,
170 error = decoder_funcs->prepare( &decoder, size, glyph_index );
196 FT_UInt glyph_index,
44 cff_get_glyph_data(TT_Face face,FT_UInt glyph_index,FT_Byte ** pointer,FT_ULong * length) argument
194 cff_slot_load(CFF_GlyphSlot glyph,CFF_Size size,FT_UInt glyph_index,FT_Int32 load_flags) argument
[all...]
/xsrc/external/mit/freetype/dist/src/cid/
H A Dcidgload.h41 FT_UInt glyph_index,
H A Dcidgload.c45 FT_UInt glyph_index )
66 FT_TRACE1(( "cid_load_glyph: glyph index %d\n", glyph_index ));
78 glyph_index, &glyph_data );
112 glyph_index * entry_len ) ||
244 glyph_index, FALSE, &metrics );
289 FT_Int glyph_index;
316 for ( glyph_index = 0; glyph_index < face->root.num_glyphs;
317 glyph_index++ )
320 error = cid_load_glyph( &decoder, glyph_index );
44 cid_load_glyph(T1_Decoder decoder,FT_UInt glyph_index) argument
336 cid_slot_load_glyph(FT_GlyphSlot cidglyph,FT_Size cidsize,FT_UInt glyph_index,FT_Int32 load_flags) argument
[all...]
/xsrc/external/mit/freetype/dist/include/freetype/
H A Dftincrem.h159 * glyph_index ::
181 FT_UInt glyph_index,
225 * glyph_index ::
244 FT_UInt glyph_index,
H A Dftcid.h137 * glyph_index ::
156 FT_UInt glyph_index,
/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafdummy.c41 af_dummy_hints_apply( FT_UInt glyph_index, argument
48 FT_UNUSED( glyph_index );
H A Dafindic.c82 af_indic_hints_apply( FT_UInt glyph_index, argument
88 return af_cjk_hints_apply( glyph_index, hints, outline, metrics );
/xsrc/external/mit/freetype/dist/include/freetype/internal/services/
H A Dsvgldict.h39 FT_UInt glyph_index,
H A Dsvcid.h40 FT_UInt glyph_index,
H A Dsvcfftl.h43 FT_UInt glyph_index );
/xsrc/external/mit/freetype/dist/src/type1/
H A Dt1gload.h43 FT_UInt glyph_index,
H A Dt1gload.c43 FT_UInt glyph_index,
74 glyph_index, char_string );
81 char_string->pointer = type1->charstrings[glyph_index];
82 char_string->length = (FT_Int)type1->charstrings_len[glyph_index];
151 glyph_index, FALSE, &metrics );
166 FT_UInt glyph_index )
171 decoder, glyph_index, &glyph_data,
217 FT_Int glyph_index; local in function:T1_Compute_Max_Advance
256 for ( glyph_index = 0; glyph_index < type
42 T1_Parse_Glyph_And_Get_Char_String(T1_Decoder decoder,FT_UInt glyph_index,FT_Data * char_string,FT_Bool * force_scaling) argument
165 T1_Parse_Glyph(T1_Decoder decoder,FT_UInt glyph_index) argument
347 T1_Load_Glyph(FT_GlyphSlot t1glyph,FT_Size t1size,FT_UInt glyph_index,FT_Int32 load_flags) argument
[all...]
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttsubpix.h79 FT_UInt glyph_index,
88 FT_UInt glyph_index );
92 FT_UInt glyph_index );
H A Dttsubpix.c822 FT_UInt glyph_index,
840 rule[i].glyph ) == glyph_index )
853 FT_UInt glyph_index,
871 rule[i].glyph ) == glyph_index )
884 FT_UInt glyph_index )
886 return scale_test_tweak( face, family, ppem, style, glyph_index,
892 if ( sph_test_tweak( face, family, ppem, style, glyph_index, \
897 if ( sph_test_tweak( face, family, ppem, style, glyph_index, \
904 FT_UInt glyph_index )
918 family, ppem, style, glyph_index, glyph_inde
818 sph_test_tweak(TT_Face face,const FT_String * family,FT_UInt ppem,const FT_String * style,FT_UInt glyph_index,const SPH_TweakRule * rule,FT_UInt num_rules) argument
849 scale_test_tweak(TT_Face face,const FT_String * family,FT_UInt ppem,const FT_String * style,FT_UInt glyph_index,const SPH_ScaleRule * rule,FT_UInt num_rules) argument
880 sph_test_tweak_x_scaling(TT_Face face,const FT_String * family,FT_UInt ppem,const FT_String * style,FT_UInt glyph_index) argument
903 sph_set_tweaks(TT_Loader loader,FT_UInt glyph_index) argument
[all...]
H A Dttgload.h52 FT_UInt glyph_index,
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dcffdecode.h41 FT_UInt glyph_index );
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dttsbit.h50 FT_UInt glyph_index,
/xsrc/external/mit/freetype/dist/src/base/
H A Dftcid.c92 FT_UInt glyph_index,
107 error = service->get_cid_from_glyph_index( face, glyph_index, &c);
91 FT_Get_CID_From_Glyph_Index(FT_Face face,FT_UInt glyph_index,FT_UInt * cid) argument
/xsrc/external/mit/libX11/dist/modules/lc/gen/
H A DlcGenConv.c215 unsigned long glyph_index,
224 glyph_index = glyph_index | mask;
228 return( conv_to_source(codeset->mbconv, glyph_index) );
230 return(glyph_index);
236 unsigned long glyph_index,
248 *wc = (*wc << wc_shift_bits) | ((glyph_index >> (length * 8 )) & mask);
259 unsigned long *glyph_index,
283 for (*glyph_index = 0, i = (*codeset)->length - 1; i >= 0; i--)
284 *glyph_index
214 gi_to_mb(unsigned long glyph_index,CodeSet codeset) argument
234 gi_to_wc(XLCd lcd,unsigned long glyph_index,CodeSet codeset,wchar_t * wc) argument
256 wc_to_gi(XLCd lcd,wchar_t wc,unsigned long * glyph_index,CodeSet * codeset) argument
373 gi_parse_charset(unsigned long glyph_index,CodeSet codeset) argument
549 segment_conversion(XLCd lcd,XlcCharSet * charset,unsigned long * glyph_index) argument
617 _XlcGetCodeSetFromCharSet(XLCd lcd,XlcCharSet charset,CodeSet * codeset,unsigned long * glyph_index) argument
907 unsigned long mb, glyph_index; local in function:wcstombs_org
1062 unsigned long glyph_index; local in function:wcstocts
1247 unsigned long glyph_index = 0; local in function:ctstowcs
1433 unsigned long glyph_index = 0; local in function:cstowcs
1754 unsigned long glyph_index; local in function:mbtocs
1934 unsigned long mb, glyph_index; local in function:wcstostr
2089 unsigned long glyph_index; local in function:wctocs
2398 unsigned long mb, glyph_index; local in function:strtombs
2507 unsigned long glyph_index; local in function:strtowcs
[all...]
/xsrc/external/mit/libXfont/dist/src/FreeType/
H A Dftenc.c215 unsigned glyph_index; local in function:FTRemap
222 glyph_index = FT_Get_Name_Index(face, name);
223 return glyph_index;
227 glyph_index = FT_Get_Char_Index(face, index);
228 return glyph_index;
234 glyph_index = FT_Get_Char_Index(face, index);
235 return glyph_index;
/xsrc/external/mit/libXfont2/dist/src/FreeType/
H A Dftenc.c214 unsigned glyph_index; local in function:FTRemap
221 glyph_index = FT_Get_Name_Index(face, name);
222 return glyph_index;
226 glyph_index = FT_Get_Char_Index(face, index);
227 return glyph_index;
233 glyph_index = FT_Get_Char_Index(face, index);
234 return glyph_index;
/xsrc/local/programs/ttf2wsfont/
H A Dmain.c48 int glyph_index, error; local in function:push_size
51 glyph_index = FT_Get_Char_Index(face, letter);
52 printf("idx: %d\n", glyph_index);
53 error = FT_Load_Glyph(face, glyph_index, FT_LOAD_DEFAULT);
76 int error, glyph_index; local in function:main
122 glyph_index = FT_Get_Char_Index(face, i);
123 FT_Load_Glyph(face, glyph_index, FT_LOAD_DEFAULT);
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dautohint.h171 * glyph_index ::
188 FT_UInt glyph_index,

Completed in 25 milliseconds

123