Home
last modified time | relevance | path

Searched refs:gindex (Results 1 – 20 of 20) sorted by relevance

/external/freetype/src/autofit/
Dafglobal.c111 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 …]
Dafglobal.h52 FT_UInt gindex,
Dafloader.h62 FT_UInt gindex,
Dafloader.c470 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/
Dttcmap.c134 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 …]
Dttmtx.c349 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()
Dttsbit0.c622 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()
Dttmtx.h46 FT_UInt gindex,
/external/freetype/src/base/
Dftpatent.c145 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()
Dftadvanc.c71 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()
Dftobjs.c3064 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/
Dttpload.c168 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()
Dttpload.h36 FT_UInt gindex,
68 FT_UInt gindex );
/external/freetype/include/freetype/
Dftcache.h786 FT_UInt gindex,
843 FT_UInt gindex,
997 FT_UInt gindex,
1053 FT_UInt gindex,
Dftadvanc.h118 FT_UInt gindex,
Dftpfr.h161 FT_UInt gindex,
/external/freetype/include/freetype/internal/services/
Dsvttglyf.h32 FT_UInt gindex,
Dsvpfr.h47 FT_UInt gindex,
/external/freetype/src/cff/
Dcffload.c1138 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/
Dsfnt.h571 FT_UInt gindex,