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

/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshrec.c717 FT_Int hint2,
731 ps_mask_test_bit( counter, hint2 ) ||
749 error = ps_mask_set_bit( counter, hint2, 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.c56 PSH_Hint hint2 )
58 return hint1->org_pos + hint1->org_len >= hint2->org_pos &&
59 hint2->org_pos + hint2->org_len >= hint1->org_pos;
121 PSH_Hint hint2; local
127 hint2 = sorted[0];
129 if ( psh_hint_overlap( hint, hint2 ) )
131 hint->parent = hint2;
278 PSH_Hint hint2;
283 hint2
312 PSH_Hint hint1, hint2; local
[all...]
/external/freetype/src/pshinter/
H A Dpshrec.c717 FT_Int hint2,
731 ps_mask_test_bit( counter, hint2 ) ||
749 error = ps_mask_set_bit( counter, hint2, 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.c56 PSH_Hint hint2 )
58 return hint1->org_pos + hint1->org_len >= hint2->org_pos &&
59 hint2->org_pos + hint2->org_len >= hint1->org_pos;
121 PSH_Hint hint2; local
127 hint2 = sorted[0];
129 if ( psh_hint_overlap( hint, hint2 ) )
131 hint->parent = hint2;
278 PSH_Hint hint2;
283 hint2
312 PSH_Hint hint1, hint2; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshrec.c717 FT_Int hint2,
731 ps_mask_test_bit( counter, hint2 ) ||
749 error = ps_mask_set_bit( counter, hint2, 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.c56 PSH_Hint hint2 )
58 return hint1->org_pos + hint1->org_len >= hint2->org_pos &&
59 hint2->org_pos + hint2->org_len >= hint1->org_pos;
121 PSH_Hint hint2; local
127 hint2 = sorted[0];
129 if ( psh_hint_overlap( hint, hint2 ) )
131 hint->parent = hint2;
278 PSH_Hint hint2;
283 hint2
312 PSH_Hint hint1, hint2; local
[all...]

Completed in 262 milliseconds