Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/
H A Dgd.c1345 int body_size, n = 0, b, i, body_size_check; in PHP_FUNCTION() local
1391 body_size = font->w * font->h * font->nchars; in PHP_FUNCTION()
1392 if (body_size != body_size_check) { in PHP_FUNCTION()
1396 body_size = font->w * font->h * font->nchars; in PHP_FUNCTION()
1406 if (body_size != body_size_check) { in PHP_FUNCTION()
1413 font->data = emalloc(body_size); in PHP_FUNCTION()
1415 while (b < body_size && (n = php_stream_read(stream, &font->data[b], body_size - b))) { in PHP_FUNCTION()

Completed in 15 milliseconds