Searched defs:hint1 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshrec.c716 FT_Int hint1,
730 if ( ps_mask_test_bit( counter, hint1 ) ||
745 error = ps_mask_set_bit( counter, hint1, memory );
715 ps_dimension_add_counter( PS_Dimension dim, FT_Int hint1, FT_Int hint2, FT_Int hint3, FT_Memory memory ) argument
H A Dpshalgo.c55 psh_hint_overlap( PSH_Hint hint1, argument
58 return hint1->org_pos + hint1->org_len >= hint2->org_pos &&
59 hint2->org_pos + hint2->org_len >= hint1->org_pos;
312 PSH_Hint hint1, hint2; local
320 hint1 = sort[i1];
325 if ( hint2->org_pos < hint1->org_pos )
329 sort[i2] = hint1;
/external/freetype/src/pshinter/
H A Dpshrec.c716 FT_Int hint1,
730 if ( ps_mask_test_bit( counter, hint1 ) ||
745 error = ps_mask_set_bit( counter, hint1, memory );
715 ps_dimension_add_counter( PS_Dimension dim, FT_Int hint1, FT_Int hint2, FT_Int hint3, FT_Memory memory ) argument
H A Dpshalgo.c55 psh_hint_overlap( PSH_Hint hint1, argument
58 return hint1->org_pos + hint1->org_len >= hint2->org_pos &&
59 hint2->org_pos + hint2->org_len >= hint1->org_pos;
312 PSH_Hint hint1, hint2; local
320 hint1 = sort[i1];
325 if ( hint2->org_pos < hint1->org_pos )
329 sort[i2] = hint1;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshrec.c716 FT_Int hint1,
730 if ( ps_mask_test_bit( counter, hint1 ) ||
745 error = ps_mask_set_bit( counter, hint1, memory );
715 ps_dimension_add_counter( PS_Dimension dim, FT_Int hint1, FT_Int hint2, FT_Int hint3, FT_Memory memory ) argument
H A Dpshalgo.c55 psh_hint_overlap( PSH_Hint hint1, argument
58 return hint1->org_pos + hint1->org_len >= hint2->org_pos &&
59 hint2->org_pos + hint2->org_len >= hint1->org_pos;
312 PSH_Hint hint1, hint2; local
320 hint1 = sort[i1];
325 if ( hint2->org_pos < hint1->org_pos )
329 sort[i2] = hint1;

Completed in 1413 milliseconds