Home
last modified time | relevance | path

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

/external/freetype/src/pshinter/
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()
423 if ( index1 < index2 && index1 >= 0 && index2 < (FT_Int)table->num_masks ) in ps_mask_table_merge()
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()
[all …]
Dpshrec.h111 FT_UInt num_masks; member
Dpshalgo.c221 count = hint_masks->num_masks; in psh_hint_table_init()
1678 FT_UInt num_masks = table->hint_masks->num_masks; in psh_glyph_find_strong_points() local
1692 if ( num_masks > 1 && glyph->num_points > 0 ) in psh_glyph_find_strong_points()
1699 for ( ; num_masks > 1; num_masks--, mask++ ) in psh_glyph_find_strong_points()
1724 if ( num_masks == 1 ) in psh_glyph_find_strong_points()