Searched refs:new_points (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/freetype/src/base/
H A Dftstroke.c318 FT_UInt new_points )
321 FT_UInt new_max = border->num_points + new_points;
1794 FT_Int new_points; local
1800 new_points = left->num_points - left->start;
1801 if ( new_points > 0 )
1803 error = ft_stroke_border_grow( right, (FT_UInt)new_points );
1841 right->num_points += new_points;
/external/freetype/src/base/
H A Dftstroke.c318 FT_UInt new_points )
321 FT_UInt new_max = border->num_points + new_points;
1794 FT_Int new_points; local
1800 new_points = left->num_points - left->start;
1801 if ( new_points > 0 )
1803 error = ft_stroke_border_grow( right, (FT_UInt)new_points );
1841 right->num_points += new_points;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftstroke.c318 FT_UInt new_points )
321 FT_UInt new_max = border->num_points + new_points;
1794 FT_Int new_points; local
1800 new_points = left->num_points - left->start;
1801 if ( new_points > 0 )
1803 error = ft_stroke_border_grow( right, (FT_UInt)new_points );
1841 right->num_points += new_points;

Completed in 301 milliseconds