Searched refs:amount_kern (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/gd/ |
H A D | gd.c | 4268 int amount_kern, add_width; in PHP_FUNCTION() local 4351 amount_kern = (int) T1_GetKerning(*f_ind, str[i - 1], str[i]); in PHP_FUNCTION() 4352 amount_kern += str[i - 1] == ' ' ? space : 0; in PHP_FUNCTION() 4353 add_width = (int) (amount_kern + width) / extend; in PHP_FUNCTION() 4402 int i, space = 0, add_width = 0, char_width, amount_kern; in PHP_FUNCTION() local 4447 amount_kern = i ? T1_GetKerning(*f_ind, str[i - 1], str[i]) : 0; in PHP_FUNCTION() 4466 dx = new_x(char_width + add_width + amount_kern, 0); in PHP_FUNCTION() 4467 dy = new_y(char_width + add_width + amount_kern, 0); in PHP_FUNCTION()
|
Completed in 15 milliseconds