Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/
H A Dgd.c4122 int amount_kern, add_width; in PHP_FUNCTION() local
4205 amount_kern = (int) T1_GetKerning(*f_ind, str[i - 1], str[i]); in PHP_FUNCTION()
4206 amount_kern += str[i - 1] == ' ' ? space : 0; in PHP_FUNCTION()
4207 add_width = (int) (amount_kern + width) / extend; in PHP_FUNCTION()
4256 int i, space = 0, add_width = 0, char_width, amount_kern; in PHP_FUNCTION() local
4301 amount_kern = i ? T1_GetKerning(*f_ind, str[i - 1], str[i]) : 0; in PHP_FUNCTION()
4320 dx = new_x(char_width + add_width + amount_kern, 0); in PHP_FUNCTION()
4321 dy = new_y(char_width + add_width + amount_kern, 0); in PHP_FUNCTION()

Completed in 16 milliseconds