/external/harfbuzz/src/ |
D | harfbuzz-buffer-private.h | 57 HB_UInt glyph_index, 66 HB_UInt glyph_index, 95 #define ADD_Glyph( buffer, glyph_index, component, ligID ) \ argument 97 (glyph_index), (component), (ligID) \ 99 #define REPLACE_Glyph( buffer, glyph_index, nesting_level ) \ argument 100 ( ( error = _hb_buffer_replace_output_glyph( (buffer), (glyph_index), \
|
D | harfbuzz-gdef.c | 654 HB_UShort glyph_index, array_index, count; in Get_New_Class() local 672 glyph_index = glyphID; in Get_New_Class() 674 glyph_index = glyphID - gcrr[index - 1].End - 1; in Get_New_Class() 679 glyph_index = glyphID - gcrr[index].End - 1; in Get_New_Class() 682 byte = ngc[array_index][glyph_index / 4]; in Get_New_Class() 683 bits = byte >> ( 16 - ( glyph_index % 4 + 1 ) * 4 ); in Get_New_Class() 989 HB_UShort array_index, glyph_index, count; in _HB_GDEF_Add_Glyph_Property() local 1038 glyph_index = glyphID; in _HB_GDEF_Add_Glyph_Property() 1040 glyph_index = glyphID - gcrr[index - 1].End - 1; in _HB_GDEF_Add_Glyph_Property() 1045 glyph_index = glyphID - gcrr[index].End - 1; in _HB_GDEF_Add_Glyph_Property() [all …]
|
D | harfbuzz-buffer.c | 173 HB_UInt glyph_index, in hb_buffer_add_glyph() argument 185 glyph->gindex = glyph_index; in hb_buffer_add_glyph() 320 HB_UInt glyph_index, in _hb_buffer_add_output_glyph() argument 324 HB_UShort glyph_data = glyph_index; in _hb_buffer_add_output_glyph() 353 HB_UInt glyph_index, in _hb_buffer_replace_output_glyph() argument 365 buffer->out_string[buffer->out_pos-1].gindex = glyph_index; in _hb_buffer_replace_output_glyph() 369 return _hb_buffer_add_output_glyph( buffer, glyph_index, 0xFFFF, 0xFFFF ); in _hb_buffer_replace_output_glyph()
|
D | harfbuzz-buffer.h | 92 HB_UInt glyph_index,
|
/external/freetype/src/truetype/ |
D | ttgload.c | 132 FT_UInt glyph_index ) in tt_get_metrics() argument 140 TT_Get_HMetrics( face, glyph_index, in tt_get_metrics() 143 TT_Get_VMetrics( face, glyph_index, in tt_get_metrics() 164 FT_UInt glyph_index ) in tt_get_metrics_incr_overrides() argument 188 glyph_index, FALSE, &metrics ); in tt_get_metrics_incr_overrides() 204 glyph_index, TRUE, &metrics ); in tt_get_metrics_incr_overrides() 269 FT_UInt glyph_index, in TT_Access_Glyph_Frame() argument 277 FT_UNUSED( glyph_index ); in TT_Access_Glyph_Frame() 280 FT_TRACE4(( "Glyph %ld\n", glyph_index )); in TT_Access_Glyph_Frame() 867 loader->glyph_index, in TT_Process_Simple_Glyph() [all …]
|
D | ttdriver.c | 287 FT_UInt glyph_index, in tt_glyph_load() argument 306 if ( glyph_index >= (FT_UInt)face->num_glyphs && in tt_glyph_load() 309 if ( glyph_index >= (FT_UInt)face->num_glyphs ) in tt_glyph_load() 334 error = TT_Load_Glyph( size, slot, glyph_index, load_flags ); in tt_glyph_load()
|
D | ttgload.h | 52 FT_UInt glyph_index,
|
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()
|
/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 | 154 FT_UInt glyph_index, in cff_glyph_load() argument 181 error = cff_slot_load( slot, size, glyph_index, load_flags ); in cff_glyph_load() 226 FT_UInt glyph_index, in cff_get_glyph_name() argument 247 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 | 410 FT_UInt glyph_index ) in cff_decoder_prepare() argument 421 FT_Byte fd_index = cff_fd_select_get( &cff->fd_select, glyph_index ); in cff_decoder_prepare() 431 FT_TRACE3(( "glyph index %d (subfont %d):\n", glyph_index, fd_index )); in cff_decoder_prepare() 446 FT_TRACE3(( "glyph index %d:\n", glyph_index )); in cff_decoder_prepare() 641 FT_UInt glyph_index, in cff_get_glyph_data() argument 654 glyph_index, &data ); in cff_get_glyph_data() 669 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 );
|
/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.h | 51 FT_UInt glyph_index, 67 FT_UInt glyph_index,
|
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 …]
|
/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 | 59 FT_UInt glyph_index, in af_autofitter_load_glyph() argument 65 glyph_index, load_flags ); in af_autofitter_load_glyph()
|
D | aflatin.c | 70 FT_UInt glyph_index; in af_latin_metrics_init_widths() local 76 glyph_index = FT_Get_Char_Index( face, charcode ); in af_latin_metrics_init_widths() 77 if ( glyph_index == 0 ) in af_latin_metrics_init_widths() 80 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin_metrics_init_widths() 223 FT_UInt glyph_index; in af_latin_metrics_init_blues() local 233 glyph_index = FT_Get_Char_Index( face, (FT_UInt)*p ); in af_latin_metrics_init_blues() 234 if ( glyph_index == 0 ) in af_latin_metrics_init_blues() 237 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin_metrics_init_blues() 442 FT_UInt glyph_index; in af_latin_metrics_check_digits() local 445 glyph_index = FT_Get_Char_Index( face, i ); in af_latin_metrics_check_digits() [all …]
|
D | afcjk.c | 84 FT_UInt glyph_index; in af_cjk_metrics_init_widths() local 90 glyph_index = FT_Get_Char_Index( face, charcode ); in af_cjk_metrics_init_widths() 91 if ( glyph_index == 0 ) in af_cjk_metrics_init_widths() 94 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_cjk_metrics_init_widths() 328 FT_UInt glyph_index; in af_cjk_metrics_init_blues() local 337 glyph_index = FT_Get_Char_Index( face, *p ); in af_cjk_metrics_init_blues() 338 if ( glyph_index == 0 ) in af_cjk_metrics_init_blues() 344 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_cjk_metrics_init_blues() 513 FT_UInt glyph_index; in af_cjk_metrics_check_digits() local 516 glyph_index = FT_Get_Char_Index( face, i ); in af_cjk_metrics_check_digits() [all …]
|
D | aflatin2.c | 73 FT_UInt glyph_index; in af_latin2_metrics_init_widths() local 79 glyph_index = FT_Get_Char_Index( face, charcode ); in af_latin2_metrics_init_widths() 80 if ( glyph_index == 0 ) in af_latin2_metrics_init_widths() 83 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin2_metrics_init_widths() 219 FT_UInt glyph_index; in af_latin2_metrics_init_blues() local 228 glyph_index = FT_Get_Char_Index( face, (FT_UInt)*p ); in af_latin2_metrics_init_blues() 229 if ( glyph_index == 0 ) in af_latin2_metrics_init_blues() 232 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE ); in af_latin2_metrics_init_blues() 431 FT_UInt glyph_index; in af_latin2_metrics_check_digits() local 434 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,
|