Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/
H A Dgd.c4167 long _fg, _bg, x, y, size, space = 0, aa_steps = 4, width = 0; in PHP_FUNCTION() local
4183 …, &str, &str_len, &fnt, &size, &_fg, &_bg, &x, &y, &space, &width, &angle, &aa_steps) == FAILURE) { in PHP_FUNCTION()
4187 if (aa_steps != 4 && aa_steps != 16) { in PHP_FUNCTION()
4216 for (i = 0; i < aa_steps; i++) { in PHP_FUNCTION()
4217 rd = bg_rd + (double) (fg_rd - bg_rd) / aa_steps * (i + 1); in PHP_FUNCTION()
4218 gr = bg_gr + (double) (fg_gr - bg_gr) / aa_steps * (i + 1); in PHP_FUNCTION()
4219 bl = bg_bl + (double) (fg_bl - bg_bl) / aa_steps * (i + 1); in PHP_FUNCTION()
4220 al = bg_al + (double) (fg_al - bg_al) / aa_steps * (i + 1); in PHP_FUNCTION()
4226 switch (aa_steps) { in PHP_FUNCTION()
4236 …cref(NULL TSRMLS_CC, E_WARNING, "Invalid value %ld as number of steps for antialiasing", aa_steps); in PHP_FUNCTION()

Completed in 22 milliseconds