Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/pshinter/
A 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()
549 dimension->hints.num_hints = 0; in ps_dimension_init()
673 FT_UInt max = dim->hints.num_hints; in ps_dimension_add_t1stem()
1008 FT_UInt count1 = dim[0].hints.num_hints; in ps_hints_t2mask()
1009 FT_UInt count2 = dim[1].hints.num_hints; in ps_hints_t2mask()
1053 FT_UInt count1 = dim[0].hints.num_hints; in ps_hints_t2counter()
1054 FT_UInt count2 = dim[1].hints.num_hints; in ps_hints_t2counter()
A Dpshalgo.c74 table->num_hints = 0; in psh_hint_table_done()
120 FT_UInt count = table->num_hints; in psh_hint_table_record()
137 if ( table->num_hints < table->max_hints ) in psh_hint_table_record()
185 count = hints->num_hints; in psh_hint_table_init()
195 table->num_hints = 0; in psh_hint_table_init()
228 if ( table->num_hints != table->max_hints ) in psh_hint_table_init()
306 table->num_hints = count; in psh_hint_table_activate_mask()
1522 FT_UInt num_hints = table->num_hints; in psh_hint_table_find_strong_points() local
1547 for ( nn = 0; nn < num_hints; nn++ ) in psh_hint_table_find_strong_points()
1567 for ( nn = 0; nn < num_hints; nn++ ) in psh_hint_table_find_strong_points()
[all …]
A Dpshrec.h90 FT_UInt num_hints; member
A Dpshalgo.h82 FT_UInt num_hints; member
/AliOS-Things-master/components/freetype/src/cff/
A Dcffgload.h175 FT_Int num_hints; member
A Dcffgload.c921 decoder->num_hints = 0; in cff_decoder_parse_charstrings()
1341 decoder->num_hints += num_args / 2; in cff_decoder_parse_charstrings()
1361 decoder->num_hints += num_args / 2; in cff_decoder_parse_charstrings()
1369 if ( ( ip + ( ( decoder->num_hints + 7 ) >> 3 ) ) >= limit ) in cff_decoder_parse_charstrings()
1377 decoder->num_hints, in cff_decoder_parse_charstrings()
1381 decoder->num_hints, in cff_decoder_parse_charstrings()
1393 maskbyte < (FT_UInt)( ( decoder->num_hints + 7 ) >> 3 ); in cff_decoder_parse_charstrings()
1400 ip += ( decoder->num_hints + 7 ) >> 3; in cff_decoder_parse_charstrings()

Completed in 16 milliseconds