Home
last modified time | relevance | path

Searched refs:count2 (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshrec.c383 FT_UInt count2 = mask2->num_bits; in ps_mask_table_test_intersect() local
387 count = FT_MIN( count1, count2 ); in ps_mask_table_test_intersect()
430 FT_UInt count2 = mask2->num_bits; in ps_mask_table_merge() local
434 if ( count2 > 0 ) in ps_mask_table_merge()
443 if ( count2 > count1 ) in ps_mask_table_merge()
449 for ( pos = count1; pos < count2; pos++ ) in ps_mask_table_merge()
456 pos = (FT_UInt)( ( count2 + 7 ) >> 3 ); in ps_mask_table_merge()
1013 if ( bit_count != count1 + count2 ) in ps_hints_t2mask()
1017 bit_count, count1 + count2 )); in ps_hints_t2mask()
1058 if ( bit_count != count1 + count2 ) in ps_hints_t2counter()
[all …]
A Dpshglob.c476 FT_UInt count1, count2; in psh_blues_scale_zones() local
500 count2 = family->count; in psh_blues_scale_zones()
502 for ( ; count2 > 0; count2--, zone2++ ) in psh_blues_scale_zones()
A Dpshalgo.c274 FT_UInt count2; in psh_hint_table_activate_mask() local
281 for ( count2 = count; count2 > 0; count2--, sort++ ) in psh_hint_table_activate_mask()
289 count2 = 0; in psh_hint_table_activate_mask()
292 if ( count2 == 0 ) in psh_hint_table_activate_mask()
/AliOS-Things-master/components/freetype/src/sfnt/
A Dttkern.c261 FT_UInt count2; in tt_face_get_kerning() local
264 for ( count2 = num_pairs; count2 > 0; count2-- ) in tt_face_get_kerning()
/AliOS-Things-master/components/freetype/src/otvalid/
A Dotvcommn.c982 FT_UInt count1, count2; in otv_u_x_Ox_y_Oy_z_Oz_p_sp() local
1017 count2 = FT_NEXT_USHORT( p ); in otv_u_x_Ox_y_Oy_z_Oz_p_sp()
1019 OTV_TRACE(( " (Count = %d)\n", count2 )); in otv_u_x_Ox_y_Oy_z_Oz_p_sp()
1021 OTV_LIMIT_CHECK( count2 * 4 ); in otv_u_x_Ox_y_Oy_z_Oz_p_sp()
1023 for ( ; count2 > 0; count2-- ) in otv_u_x_Ox_y_Oy_z_Oz_p_sp()
/AliOS-Things-master/components/freetype/src/base/
A Dftstroke.c1981 FT_UInt count1, count2, num_points = 0; in FT_Stroker_GetCounts() local
1987 &count1, &count2 ); in FT_Stroker_GetCounts()
1997 num_contours = count2 + count4; in FT_Stroker_GetCounts()

Completed in 15 milliseconds