Home
last modified time | relevance | path

Searched refs:num_masks (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/pshinter/
Dpshrec.c223 table->num_masks = 0; in ps_mask_table_done()
260 count = table->num_masks; in ps_mask_table_alloc()
273 table->num_masks = count; in ps_mask_table_alloc()
292 count = table->num_masks; in ps_mask_table_last()
422 if ( index1 < index2 && index2 < table->num_masks ) in ps_mask_table_merge()
471 delta = (FT_Int)( table->num_masks - 1 - index2 ); in ps_mask_table_merge()
485 table->num_masks--; in ps_mask_table_merge()
508 for ( index1 = (FT_Int)table->num_masks - 1; index1 > 0; index1-- ) in ps_mask_table_merge_all()
558 dimension->masks.num_masks = 0; in ps_dimension_init()
559 dimension->counters.num_masks = 0; in ps_dimension_init()
[all …]
Dpshrec.h107 FT_UInt num_masks; member
Dpshalgo.c218 count = hint_masks->num_masks; in psh_hint_table_init()
1573 FT_UInt num_masks = table->hint_masks->num_masks; in psh_glyph_find_strong_points() local
1587 if ( num_masks > 1 && glyph->num_points > 0 ) in psh_glyph_find_strong_points()
1594 for ( ; num_masks > 1; num_masks--, mask++ ) in psh_glyph_find_strong_points()
1615 if ( num_masks == 1 ) in psh_glyph_find_strong_points()