Home
last modified time | relevance | path

Searched refs:num_hints (Results 1 – 6 of 6) sorted by relevance

/external/freetype/src/pshinter/
Dpshrec.c54 table->num_hints = 0; in ps_hint_table_done()
91 count = table->num_hints; in ps_hint_table_alloc()
106 table->num_hints = count; in ps_hint_table_alloc()
557 dimension->hints.num_hints = 0; in ps_dimension_init()
681 FT_UInt max = dim->hints.num_hints; in ps_dimension_add_t1stem()
1003 FT_UInt count1 = dim[0].hints.num_hints; in ps_hints_t2mask()
1004 FT_UInt count2 = dim[1].hints.num_hints; in ps_hints_t2mask()
1048 FT_UInt count1 = dim[0].hints.num_hints; in ps_hints_t2counter()
1049 FT_UInt count2 = dim[1].hints.num_hints; in ps_hints_t2counter()
Dpshalgo.c72 table->num_hints = 0; in psh_hint_table_done()
118 FT_UInt count = table->num_hints; in psh_hint_table_record()
135 if ( table->num_hints < table->max_hints ) in psh_hint_table_record()
136 table->sort_global[table->num_hints++] = hint; in psh_hint_table_record()
183 count = hints->num_hints; in psh_hint_table_init()
193 table->num_hints = 0; in psh_hint_table_init()
226 if ( table->num_hints != table->max_hints ) in psh_hint_table_init()
304 table->num_hints = count; in psh_hint_table_activate_mask()
1419 FT_UInt num_hints = table->num_hints; in psh_hint_table_find_strong_points() local
1444 for ( nn = 0; nn < num_hints; nn++ ) in psh_hint_table_find_strong_points()
[all …]
Dpshrec.h86 FT_UInt num_hints; member
Dpshalgo.h80 FT_UInt num_hints; member
/external/freetype/src/psaux/
Dcffdecode.c520 decoder->num_hints = 0; in cff_decoder_parse_charstrings()
978 decoder->num_hints += num_args / 2; in cff_decoder_parse_charstrings()
999 decoder->num_hints += num_args / 2; in cff_decoder_parse_charstrings()
1007 if ( ( ip + ( ( decoder->num_hints + 7 ) >> 3 ) ) >= limit ) in cff_decoder_parse_charstrings()
1015 (FT_UInt)decoder->num_hints, in cff_decoder_parse_charstrings()
1019 (FT_UInt)decoder->num_hints, in cff_decoder_parse_charstrings()
1031 maskbyte < (FT_UInt)( ( decoder->num_hints + 7 ) >> 3 ); in cff_decoder_parse_charstrings()
1038 ip += ( decoder->num_hints + 7 ) >> 3; in cff_decoder_parse_charstrings()
/external/freetype/include/freetype/internal/
Dpsaux.h651 FT_Int num_hints; member
1187 FT_Int num_hints; member