Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/
H A Dgd.c1416 int ind, body_size, n = 0, b, i, body_size_check; in PHP_FUNCTION() local
1462 body_size = font->w * font->h * font->nchars; in PHP_FUNCTION()
1463 if (body_size != body_size_check) { in PHP_FUNCTION()
1467 body_size = font->w * font->h * font->nchars; in PHP_FUNCTION()
1477 if (body_size != body_size_check) { in PHP_FUNCTION()
1484 font->data = emalloc(body_size); in PHP_FUNCTION()
1486 while (b < body_size && (n = php_stream_read(stream, &font->data[b], body_size - b))) { in PHP_FUNCTION()

Completed in 28 milliseconds