/external/freetype/src/truetype/ |
D | ttgload.c | 145 FT_UInt glyph_index ) in tt_get_metrics() argument 153 TT_Get_HMetrics( face, glyph_index, in tt_get_metrics() 158 TT_Get_VMetrics( face, glyph_index, in tt_get_metrics() 181 FT_UInt glyph_index ) in tt_get_metrics_incr_overrides() argument 205 glyph_index, FALSE, &metrics ); in tt_get_metrics_incr_overrides() 221 glyph_index, TRUE, &metrics ); in tt_get_metrics_incr_overrides() 286 FT_UInt glyph_index, in TT_Access_Glyph_Frame() argument 294 FT_UNUSED( glyph_index ); in TT_Access_Glyph_Frame() 297 FT_TRACE4(( "Glyph %ld\n", glyph_index )); in TT_Access_Glyph_Frame() 887 loader->glyph_index, in TT_Process_Simple_Glyph() [all …]
|
D | ttdriver.c | 287 FT_UInt glyph_index, in Load_Glyph() argument 306 if ( glyph_index >= (FT_UInt)face->num_glyphs && in Load_Glyph() 309 if ( glyph_index >= (FT_UInt)face->num_glyphs ) in Load_Glyph() 334 error = TT_Load_Glyph( size, slot, glyph_index, load_flags ); in Load_Glyph()
|
D | ttgxvar.c | 1321 FT_UInt glyph_index, in TT_Vary_Get_Glyph_Deltas() argument 1354 if ( glyph_index >= blend->gv_glyphcnt || in TT_Vary_Get_Glyph_Deltas() 1355 blend->glyphoffsets[glyph_index] == in TT_Vary_Get_Glyph_Deltas() 1356 blend->glyphoffsets[glyph_index + 1] ) in TT_Vary_Get_Glyph_Deltas() 1359 if ( FT_STREAM_SEEK( blend->glyphoffsets[glyph_index] ) || in TT_Vary_Get_Glyph_Deltas() 1360 FT_FRAME_ENTER( blend->glyphoffsets[glyph_index + 1] - in TT_Vary_Get_Glyph_Deltas() 1361 blend->glyphoffsets[glyph_index] ) ) in TT_Vary_Get_Glyph_Deltas()
|
D | ttgload.h | 54 FT_UInt glyph_index,
|
D | ttgxvar.h | 166 FT_UInt glyph_index,
|
/external/freetype/src/psnames/ |
D | psmodule.c | 342 map->glyph_index = n; in ps_unicodes_init() 359 map->glyph_index = extra_glyphs[n]; in ps_unicodes_init() 436 return result->glyph_index; in ps_unicodes_char_index() 465 result = map->glyph_index; in ps_unicodes_char_next() 472 result = map->glyph_index; in ps_unicodes_char_next() 489 result = map->glyph_index; in ps_unicodes_char_next()
|
/external/freetype/src/cff/ |
D | cffdrivr.c | 155 FT_UInt glyph_index, in Load_Glyph() argument 182 error = cff_slot_load( slot, size, glyph_index, load_flags ); in Load_Glyph() 227 FT_UInt glyph_index, in cff_get_glyph_name() argument 248 sid = font->charset.sids[glyph_index]; in cff_get_glyph_name() 523 FT_UInt glyph_index, in cff_get_cid_from_glyph_index() argument 544 if ( glyph_index > cff->num_glyphs ) in cff_get_cid_from_glyph_index() 550 c = cff->charset.sids[glyph_index]; in cff_get_cid_from_glyph_index()
|
D | cffgload.c | 411 FT_UInt glyph_index ) in cff_decoder_prepare() argument 422 FT_Byte fd_index = cff_fd_select_get( &cff->fd_select, glyph_index ); in cff_decoder_prepare() 432 FT_TRACE3(( "glyph index %d (subfont %d):\n", glyph_index, fd_index )); in cff_decoder_prepare() 447 FT_TRACE3(( "glyph index %d:\n", glyph_index )); in cff_decoder_prepare() 642 FT_UInt glyph_index, in cff_get_glyph_data() argument 655 glyph_index, &data ); in cff_get_glyph_data() 670 return cff_index_access_element( &cff->charstrings_index, glyph_index, in cff_get_glyph_data() 2531 FT_Int glyph_index; 2545 for ( glyph_index = 0; glyph_index < face->root.num_glyphs; 2546 glyph_index++ ) [all …]
|
D | cffgload.h | 173 FT_UInt glyph_index ); 192 FT_UInt glyph_index,
|
D | cffload.h | 75 FT_UInt glyph_index );
|
D | cffload.c | 698 FT_UInt glyph_index ) in cff_fd_select_get() argument 706 fd = fdselect->data[glyph_index]; in cff_fd_select_get() 711 if ( (FT_UInt)( glyph_index - fdselect->cache_first ) < in cff_fd_select_get() 729 if ( glyph_index < first ) in cff_fd_select_get() 735 if ( glyph_index < limit ) in cff_fd_select_get()
|
/external/freetype/src/sfnt/ |
D | ttsbit0.c | 358 FT_UInt glyph_index, 790 FT_UInt glyph_index, in tt_sbit_decoder_load_image() argument 811 if ( glyph_index >= start && glyph_index <= end ) in tt_sbit_decoder_load_image() 839 p += 4 * ( glyph_index - start ); in tt_sbit_decoder_load_image() 864 image_start = image_size * ( glyph_index - start ); in tt_sbit_decoder_load_image() 871 p += 2 * ( glyph_index - start ); in tt_sbit_decoder_load_image() 905 if ( gindex == glyph_index ) in tt_sbit_decoder_load_image() 947 if ( gindex == glyph_index ) in tt_sbit_decoder_load_image() 987 FT_UInt glyph_index, in tt_face_load_sbit_image() argument 1004 error = tt_sbit_decoder_load_image( decoder, glyph_index, 0, 0 ); in tt_face_load_sbit_image()
|
D | ttsbit.c | 709 find_sbit_range( FT_UInt glyph_index, in find_sbit_range() argument 719 if ( glyph_index < (FT_UInt)strike->start_glyph || in find_sbit_range() 720 glyph_index > (FT_UInt)strike->end_glyph ) in find_sbit_range() 731 if ( glyph_index >= (FT_UInt)range->first_glyph && in find_sbit_range() 732 glyph_index <= (FT_UInt)range->last_glyph ) in find_sbit_range() 734 FT_UShort delta = (FT_UShort)( glyph_index - range->first_glyph ); in find_sbit_range() 757 if ( (FT_UInt)range->glyph_codes[n] == glyph_index ) in find_sbit_range() 819 FT_UInt glyph_index, in tt_find_sbit_image() argument 835 error = find_sbit_range( glyph_index, strike, in tt_find_sbit_image() 1447 FT_UInt glyph_index, in tt_face_load_sbit_image() argument [all …]
|
D | ttsbit.h | 51 FT_UInt glyph_index, 67 FT_UInt glyph_index,
|
/external/freetype/include/freetype/ |
D | ftincrem.h | 180 FT_UInt glyph_index, 243 FT_UInt glyph_index,
|
D | ftcid.h | 156 FT_UInt glyph_index,
|
/external/freetype/src/autofit/ |
D | afmodule.c | 60 FT_UInt glyph_index, in af_autofitter_load_glyph() argument 66 glyph_index, load_flags ); in af_autofitter_load_glyph()
|
D | aflatin.c | 55 FT_UInt glyph_index; in af_latin_metrics_init_widths() local 61 glyph_index = FT_Get_Char_Index( face, charcode ); in af_latin_metrics_init_widths() 62 if ( glyph_index == 0 ) in af_latin_metrics_init_widths() 65 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin_metrics_init_widths() 201 FT_UInt glyph_index; in af_latin_metrics_init_blues() local 211 glyph_index = FT_Get_Char_Index( face, (FT_UInt)*p ); in af_latin_metrics_init_blues() 212 if ( glyph_index == 0 ) in af_latin_metrics_init_blues() 215 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin_metrics_init_blues() 414 FT_UInt glyph_index; in af_latin_metrics_check_digits() local 417 glyph_index = FT_Get_Char_Index( face, i ); in af_latin_metrics_check_digits() [all …]
|
D | aflatin2.c | 62 FT_UInt glyph_index; in af_latin2_metrics_init_widths() local 68 glyph_index = FT_Get_Char_Index( face, charcode ); in af_latin2_metrics_init_widths() 69 if ( glyph_index == 0 ) in af_latin2_metrics_init_widths() 72 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin2_metrics_init_widths() 207 FT_UInt glyph_index; in af_latin2_metrics_init_blues() local 216 glyph_index = FT_Get_Char_Index( face, (FT_UInt)*p ); in af_latin2_metrics_init_blues() 217 if ( glyph_index == 0 ) in af_latin2_metrics_init_blues() 220 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin2_metrics_init_blues() 419 FT_UInt glyph_index; in af_latin2_metrics_check_digits() local 422 glyph_index = FT_Get_Char_Index( face, i ); in af_latin2_metrics_check_digits() [all …]
|
/external/freetype/src/psaux/ |
D | t1decode.h | 37 FT_UInt glyph_index );
|
/external/freetype/include/freetype/internal/services/ |
D | svgldict.h | 39 FT_UInt glyph_index,
|
D | svcid.h | 39 FT_UInt glyph_index,
|
/external/freetype/include/freetype/internal/ |
D | autohint.h | 178 FT_UInt glyph_index,
|
D | tttypes.h | 1024 FT_UInt glyph_index, 1497 FT_UInt glyph_index; member
|
D | sfnt.h | 277 FT_UInt glyph_index, 359 FT_UInt glyph_index,
|