Home
last modified time | relevance | path

Searched refs:glyph_index (Results 1 – 25 of 33) sorted by relevance

12

/external/freetype/src/truetype/
Dttgload.c145 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 …]
Dttdriver.c287 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()
Dttgxvar.c1321 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()
Dttgload.h54 FT_UInt glyph_index,
Dttgxvar.h166 FT_UInt glyph_index,
/external/freetype/src/psnames/
Dpsmodule.c342 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/
Dcffdrivr.c155 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()
Dcffgload.c411 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 …]
Dcffgload.h173 FT_UInt glyph_index );
192 FT_UInt glyph_index,
Dcffload.h75 FT_UInt glyph_index );
Dcffload.c698 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/
Dttsbit0.c358 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()
Dttsbit.c709 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 …]
Dttsbit.h51 FT_UInt glyph_index,
67 FT_UInt glyph_index,
/external/freetype/include/freetype/
Dftincrem.h180 FT_UInt glyph_index,
243 FT_UInt glyph_index,
Dftcid.h156 FT_UInt glyph_index,
/external/freetype/src/autofit/
Dafmodule.c60 FT_UInt glyph_index, in af_autofitter_load_glyph() argument
66 glyph_index, load_flags ); in af_autofitter_load_glyph()
Daflatin.c55 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 …]
Daflatin2.c62 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/
Dt1decode.h37 FT_UInt glyph_index );
/external/freetype/include/freetype/internal/services/
Dsvgldict.h39 FT_UInt glyph_index,
Dsvcid.h39 FT_UInt glyph_index,
/external/freetype/include/freetype/internal/
Dautohint.h178 FT_UInt glyph_index,
Dtttypes.h1024 FT_UInt glyph_index,
1497 FT_UInt glyph_index; member
Dsfnt.h277 FT_UInt glyph_index,
359 FT_UInt glyph_index,

12