| /xsrc/external/mit/freetype/dist/src/pfr/ |
| H A D | pfrsbit.h | 29 FT_UInt glyph_index,
|
| /xsrc/external/mit/freetype/dist/src/cff/ |
| H A D | cffgload.h | 31 FT_UInt glyph_index, 53 FT_UInt glyph_index,
|
| H A D | cffgload.c | 45 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 D | cidgload.h | 41 FT_UInt glyph_index,
|
| H A D | cidgload.c | 45 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 D | ftincrem.h | 159 * glyph_index :: 181 FT_UInt glyph_index, 225 * glyph_index :: 244 FT_UInt glyph_index,
|
| H A D | ftcid.h | 137 * glyph_index :: 156 FT_UInt glyph_index,
|
| /xsrc/external/mit/freetype/dist/src/autofit/ |
| H A D | afdummy.c | 41 af_dummy_hints_apply( FT_UInt glyph_index, argument 48 FT_UNUSED( glyph_index );
|
| H A D | afindic.c | 82 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 D | svgldict.h | 39 FT_UInt glyph_index,
|
| H A D | svcid.h | 40 FT_UInt glyph_index,
|
| H A D | svcfftl.h | 43 FT_UInt glyph_index );
|
| /xsrc/external/mit/freetype/dist/src/type1/ |
| H A D | t1gload.h | 43 FT_UInt glyph_index,
|
| H A D | t1gload.c | 43 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 D | ttsubpix.h | 79 FT_UInt glyph_index, 88 FT_UInt glyph_index ); 92 FT_UInt glyph_index );
|
| H A D | ttsubpix.c | 822 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 D | ttgload.h | 52 FT_UInt glyph_index,
|
| /xsrc/external/mit/freetype/dist/src/psaux/ |
| H A D | cffdecode.h | 41 FT_UInt glyph_index );
|
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| H A D | ttsbit.h | 50 FT_UInt glyph_index,
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | ftcid.c | 92 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 D | lcGenConv.c | 215 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 D | ftenc.c | 215 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 D | ftenc.c | 214 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 D | main.c | 48 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 D | autohint.h | 171 * glyph_index :: 188 FT_UInt glyph_index,
|