/external/freetype/src/autofit/ |
D | afglobal.c | 111 FT_UInt gindex; in af_face_globals_compute_script_coverage() local 114 gindex = FT_Get_Char_Index( face, charcode ); in af_face_globals_compute_script_coverage() 116 if ( gindex != 0 && in af_face_globals_compute_script_coverage() 117 gindex < globals->glyph_count && in af_face_globals_compute_script_coverage() 118 gscripts[gindex] == AF_SCRIPT_LIST_NONE ) in af_face_globals_compute_script_coverage() 120 gscripts[gindex] = (FT_Byte)ss; in af_face_globals_compute_script_coverage() 125 charcode = FT_Get_Next_Char( face, charcode, &gindex ); in af_face_globals_compute_script_coverage() 127 if ( gindex == 0 || charcode > range->last ) in af_face_globals_compute_script_coverage() 130 if ( gindex < globals->glyph_count && in af_face_globals_compute_script_coverage() 131 gscripts[gindex] == AF_SCRIPT_LIST_NONE ) in af_face_globals_compute_script_coverage() [all …]
|
D | afglobal.h | 52 FT_UInt gindex,
|
D | afloader.h | 62 FT_UInt gindex,
|
D | afloader.c | 470 FT_UInt gindex, in af_loader_load_glyph() argument 505 error = af_face_globals_get_metrics( loader->globals, gindex, in af_loader_load_glyph() 527 error = af_loader_load_g( loader, &scaler, gindex, load_flags, 0 ); in af_loader_load_glyph()
|
/external/freetype/src/sfnt/ |
D | ttcmap.c | 134 FT_UInt gindex = 0; in tt_cmap0_char_next() local 140 gindex = table[charcode]; in tt_cmap0_char_next() 141 if ( gindex != 0 ) in tt_cmap0_char_next() 149 return gindex; in tt_cmap0_char_next() 470 FT_UInt gindex = 0; in tt_cmap2_char_next() local 510 gindex = ( idx + delta ) & 0xFFFFU; in tt_cmap2_char_next() 511 if ( gindex != 0 ) in tt_cmap2_char_next() 528 return gindex; in tt_cmap2_char_next() 766 FT_UInt gindex = FT_NEXT_USHORT( p ); in tt_cmap4_next() local 769 if ( gindex != 0 ) in tt_cmap4_next() [all …]
|
D | ttmtx.c | 349 FT_UInt gindex, in tt_face_get_metrics() argument 382 if ( gindex < (FT_UInt)k ) in tt_face_get_metrics() 384 table_pos += 4 * gindex; in tt_face_get_metrics() 403 table_pos += 4 + 2 * ( gindex - k ); in tt_face_get_metrics() 428 FT_UInt gindex, in tt_face_get_metrics() argument 442 gindex >= (FT_UInt)face->max_profile.numGlyphs ) in tt_face_get_metrics() 448 if ( gindex < (FT_UInt)k ) in tt_face_get_metrics() 450 longs_m = (TT_LongMetrics)header->long_metrics + gindex; in tt_face_get_metrics() 456 *abearing = ((TT_ShortMetrics*)header->short_metrics)[gindex - k]; in tt_face_get_metrics()
|
D | ttsbit0.c | 622 FT_UInt gindex = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_compound() local 628 error = tt_sbit_decoder_load_image( decoder, gindex, in tt_sbit_decoder_load_compound() 860 FT_UInt gindex = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image() local 863 if ( gindex == glyph_index ) in tt_sbit_decoder_load_image() 902 FT_UInt gindex = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image() local 905 if ( gindex == glyph_index ) in tt_sbit_decoder_load_image()
|
D | ttmtx.h | 46 FT_UInt gindex,
|
/external/freetype/src/base/ |
D | ftpatent.c | 145 FT_UInt gindex; in _tt_face_check_patents() local 164 for ( gindex = 0; gindex < (FT_UInt)face->num_glyphs; gindex++ ) in _tt_face_check_patents() 170 offset = service->get_location( face, gindex, &size ); in _tt_face_check_patents()
|
D | ftadvanc.c | 71 FT_UInt gindex, in FT_Get_Advance() argument 81 if ( gindex >= (FT_UInt)face->num_glyphs ) in FT_Get_Advance() 90 error = func( face, gindex, 1, flags, padvance ); in FT_Get_Advance() 98 return FT_Get_Advances( face, gindex, 1, flags, padvance ); in FT_Get_Advance()
|
D | ftobjs.c | 3064 FT_UInt gindex = 0; in FT_Get_First_Char() local 3069 gindex = FT_Get_Char_Index( face, 0 ); in FT_Get_First_Char() 3070 if ( gindex == 0 ) in FT_Get_First_Char() 3071 result = FT_Get_Next_Char( face, 0, &gindex ); in FT_Get_First_Char() 3075 *agindex = gindex; in FT_Get_First_Char() 3089 FT_UInt gindex = 0; in FT_Get_Next_Char() local 3098 gindex = cmap->clazz->char_next( cmap, &code ); in FT_Get_Next_Char() 3099 result = ( gindex == 0 ) ? 0 : code; in FT_Get_Next_Char() 3103 *agindex = gindex; in FT_Get_Next_Char()
|
/external/freetype/src/truetype/ |
D | ttpload.c | 168 FT_UInt gindex, in tt_face_get_location() argument 178 if ( gindex < face->num_locations ) in tt_face_get_location() 182 p = face->glyph_locations + gindex * 4; in tt_face_get_location() 193 p = face->glyph_locations + gindex * 2; in tt_face_get_location() 553 FT_UInt gindex ) in tt_face_get_device_metrics() argument 564 gindex += 2; in tt_face_get_device_metrics() 565 if ( gindex < record_size ) in tt_face_get_device_metrics() 566 result = record + nn * record_size + gindex; in tt_face_get_device_metrics()
|
D | ttpload.h | 36 FT_UInt gindex, 68 FT_UInt gindex );
|
/external/freetype/include/freetype/ |
D | ftcache.h | 786 FT_UInt gindex, 843 FT_UInt gindex, 997 FT_UInt gindex, 1053 FT_UInt gindex,
|
D | ftadvanc.h | 118 FT_UInt gindex,
|
D | ftpfr.h | 161 FT_UInt gindex,
|
/external/freetype/include/freetype/internal/services/ |
D | svttglyf.h | 32 FT_UInt gindex,
|
D | svpfr.h | 47 FT_UInt gindex,
|
/external/freetype/src/cff/ |
D | cffload.c | 1138 FT_UInt gindex; in cff_encoding_load() local 1160 for ( gindex = 0; gindex < num_glyphs; gindex++ ) in cff_encoding_load() 1162 if ( charset->sids[gindex] == glyph_sid ) in cff_encoding_load() 1164 encoding->codes[glyph_code] = (FT_UShort)gindex; in cff_encoding_load()
|
/external/freetype/include/freetype/internal/ |
D | sfnt.h | 571 FT_UInt gindex,
|