Home | History | Annotate | Download | only in pshinter

Lines Matching refs:count2

383     FT_UInt   count2 = mask2->num_bits;
387 count = FT_MIN( count1, count2 );
430 FT_UInt count2 = mask2->num_bits;
434 if ( count2 > 0 )
441 /* if "count2" is greater than "count1", we need to grow the */
443 if ( count2 > count1 )
445 error = ps_mask_ensure( mask1, count2, memory );
449 for ( pos = count1; pos < count2; pos++ )
456 pos = (FT_UInt)( ( count2 + 7 ) >> 3 );
1009 FT_UInt count2 = dim[1].hints.num_hints;
1013 if ( bit_count != count1 + count2 )
1017 bit_count, count1 + count2 ));
1024 error = ps_dimension_set_mask_bits( &dim[0], bytes, count2, count1,
1029 error = ps_dimension_set_mask_bits( &dim[1], bytes, 0, count2,
1054 FT_UInt count2 = dim[1].hints.num_hints;
1058 if ( bit_count != count1 + count2 )
1062 bit_count, count1 + count2 ));
1074 error = ps_dimension_set_mask_bits( &dim[1], bytes, count1, count2,