Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshrec.c226 table->num_masks = 0; in ps_mask_table_done()
263 count = table->num_masks; in ps_mask_table_alloc()
276 table->num_masks = count; in ps_mask_table_alloc()
295 count = table->num_masks; in ps_mask_table_last()
471 delta = table->num_masks - 1 - index2; /* number of masks to move */ in ps_mask_table_merge()
483 table->num_masks--; in ps_mask_table_merge()
505 for ( index1 = table->num_masks - 1; index1 > 0; index1-- ) in ps_mask_table_merge_all()
550 dimension->masks.num_masks = 0; in ps_dimension_init()
551 dimension->counters.num_masks = 0; in ps_dimension_init()
585 FT_UInt count = dim->masks.num_masks; in ps_dimension_end_mask()
[all …]
A Dpshrec.h111 FT_UInt num_masks; member
A Dpshalgo.c220 count = hint_masks->num_masks; in psh_hint_table_init()
1676 FT_UInt num_masks = table->hint_masks->num_masks; in psh_glyph_find_strong_points() local
1690 if ( num_masks > 1 && glyph->num_points > 0 ) in psh_glyph_find_strong_points()
1697 for ( ; num_masks > 1; num_masks--, mask++ ) in psh_glyph_find_strong_points()
1722 if ( num_masks == 1 ) in psh_glyph_find_strong_points()

Completed in 8 milliseconds