Home | History | Annotate | Download | only in pshinter

Lines Matching defs:memory

51                       FT_Memory      memory )
63 FT_Memory memory )
83 FT_Memory memory,
96 error = ps_hint_table_ensure( table, count, memory );
125 FT_Memory memory )
138 FT_Memory memory )
187 FT_Memory memory )
195 error = ps_mask_ensure( mask, idx + 1, memory );
213 FT_Memory memory )
220 ps_mask_done( mask, memory );
232 FT_Memory memory )
252 FT_Memory memory,
265 error = ps_mask_table_ensure( table, count, memory );
284 FT_Memory memory,
295 error = ps_mask_table_alloc( table, memory, &mask );
314 FT_Memory memory )
320 error = ps_mask_table_last( table, memory, &mask );
324 error = ps_mask_ensure( mask, bit_count, memory );
406 FT_Memory memory )
444 error = ps_mask_ensure( mask1, count2, memory );
501 FT_Memory memory )
519 memory );
545 FT_Memory memory )
547 ps_mask_table_done( &dimension->counters, memory );
548 ps_mask_table_done( &dimension->masks, memory );
549 ps_hint_table_done( &dimension->hints, memory );
569 FT_Memory memory )
576 error = ps_mask_table_last( &dim->masks, memory, &mask );
580 error = ps_mask_set_bit( mask, idx, memory );
611 FT_Memory memory )
620 return ps_mask_table_alloc( &dim->masks, memory, &mask );
631 FT_Memory memory )
637 error = ps_dimension_reset_mask( dim, end_point, memory );
643 source_pos, source_bits, memory );
655 FT_Memory memory,
694 error = ps_hint_table_alloc( &dim->hints, memory, &hint );
704 error = ps_mask_table_last( &dim->masks, memory, &mask );
708 error = ps_mask_set_bit( mask, idx, memory );
727 FT_Memory memory )
747 error = ps_mask_table_alloc( &dim->counters, memory, &counter );
755 error = ps_mask_set_bit( counter, (FT_UInt)hint1, memory );
762 error = ps_mask_set_bit( counter, (FT_UInt)hint2, memory );
769 error = ps_mask_set_bit( counter, (FT_UInt)hint3, memory );
783 FT_Memory memory )
789 return ps_mask_table_merge_all( &dim->counters, memory );
806 FT_Memory memory = hints->memory;
809 ps_dimension_done( &hints->dimension[0], memory );
810 ps_dimension_done( &hints->dimension[1], memory );
813 hints->memory = NULL;
819 FT_Memory memory )
822 hints->memory = memory;
867 FT_Memory memory = hints->memory;
873 memory,
899 FT_Memory memory = hints->memory;
923 memory, &idx[count] );
930 memory );
960 FT_Memory memory = hints->memory;
966 end_point, memory );
971 end_point, memory );
1002 FT_Memory memory = hints->memory;
1020 end_point, memory );
1025 end_point, memory );
1047 FT_Memory memory = hints->memory;
1065 0, memory );
1070 0, memory );
1092 FT_Memory memory = hints->memory;
1096 error = ps_dimension_end( &dim[0], end_point, memory );
1099 error = ps_dimension_end( &dim[1], end_point, memory );