Home
last modified time | relevance | path

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

/external/freetype/src/pshinter/
Dpshrec.c53 table->num_hints = 0; in ps_hint_table_done()
90 count = table->num_hints; in ps_hint_table_alloc()
105 table->num_hints = count; in ps_hint_table_alloc()
556 dimension->hints.num_hints = 0; in ps_dimension_init()
680 FT_UInt max = dim->hints.num_hints; in ps_dimension_add_t1stem()
1002 FT_UInt count1 = dim[0].hints.num_hints; in ps_hints_t2mask()
1003 FT_UInt count2 = dim[1].hints.num_hints; in ps_hints_t2mask()
1047 FT_UInt count1 = dim[0].hints.num_hints; in ps_hints_t2counter()
1048 FT_UInt count2 = dim[1].hints.num_hints; in ps_hints_t2counter()
Dpshalgo.c71 table->num_hints = 0; in psh_hint_table_done()
117 FT_UInt count = table->num_hints; in psh_hint_table_record()
134 if ( table->num_hints < table->max_hints ) in psh_hint_table_record()
135 table->sort_global[table->num_hints++] = hint; in psh_hint_table_record()
182 count = hints->num_hints; in psh_hint_table_init()
192 table->num_hints = 0; in psh_hint_table_init()
225 if ( table->num_hints != table->max_hints ) in psh_hint_table_init()
303 table->num_hints = count; in psh_hint_table_activate_mask()
1418 FT_UInt num_hints = table->num_hints; in psh_hint_table_find_strong_points() local
1443 for ( nn = 0; nn < num_hints; nn++ ) in psh_hint_table_find_strong_points()
[all …]
Dpshrec.h85 FT_UInt num_hints; member
Dpshalgo.h80 FT_UInt num_hints; member
/external/freetype/src/psaux/
Dcffdecode.c519 decoder->num_hints = 0; in cff_decoder_parse_charstrings()
980 decoder->num_hints += num_args / 2; in cff_decoder_parse_charstrings()
1001 decoder->num_hints += num_args / 2; in cff_decoder_parse_charstrings()
1009 if ( ( ip + ( ( decoder->num_hints + 7 ) >> 3 ) ) >= limit ) in cff_decoder_parse_charstrings()
1017 (FT_UInt)decoder->num_hints, in cff_decoder_parse_charstrings()
1021 (FT_UInt)decoder->num_hints, in cff_decoder_parse_charstrings()
1033 maskbyte < (FT_UInt)( ( decoder->num_hints + 7 ) >> 3 ); in cff_decoder_parse_charstrings()
1040 ip += ( decoder->num_hints + 7 ) >> 3; in cff_decoder_parse_charstrings()
/external/freetype/include/freetype/internal/
Dpsaux.h650 FT_Int num_hints; member
1186 FT_Int num_hints; member