font 586 ext/gd/gd.c ZEND_ARG_INFO(0, font) font 590 ext/gd/gd.c ZEND_ARG_INFO(0, font) font 595 ext/gd/gd.c ZEND_ARG_INFO(0, font) font 604 ext/gd/gd.c ZEND_ARG_INFO(0, font) font 613 ext/gd/gd.c ZEND_ARG_INFO(0, font) font 622 ext/gd/gd.c ZEND_ARG_INFO(0, font) font 1327 ext/gd/gd.c gdFontPtr font; font 1351 ext/gd/gd.c font = (gdFontPtr) emalloc(sizeof(gdFont)); font 1353 ext/gd/gd.c while (b < hdr_size && (n = php_stream_read(stream, (char*)&font[b], hdr_size - b))) { font 1358 ext/gd/gd.c efree(font); font 1372 ext/gd/gd.c body_size = font->w * font->h * font->nchars; font 1374 ext/gd/gd.c font->w = FLIPWORD(font->w); font 1375 ext/gd/gd.c font->h = FLIPWORD(font->h); font 1376 ext/gd/gd.c font->nchars = FLIPWORD(font->nchars); font 1377 ext/gd/gd.c body_size = font->w * font->h * font->nchars; font 1380 ext/gd/gd.c if (overflow2(font->nchars, font->h) || overflow2(font->nchars * font->h, font->w )) { font 1382 ext/gd/gd.c efree(font); font 1389 ext/gd/gd.c efree(font); font 1394 ext/gd/gd.c font->data = emalloc(body_size); font 1396 ext/gd/gd.c while (b < body_size && (n = php_stream_read(stream, &font->data[b], body_size - b))) { font 1401 ext/gd/gd.c efree(font->data); font 1402 ext/gd/gd.c efree(font); font 1413 ext/gd/gd.c ind = zend_list_insert(font, le_gd_font); font 3404 ext/gd/gd.c gdFontPtr font; font 3408 ext/gd/gd.c font = gdFontTiny; font 3411 ext/gd/gd.c font = gdFontSmall; font 3414 ext/gd/gd.c font = gdFontMediumBold; font 3417 ext/gd/gd.c font = gdFontLarge; font 3420 ext/gd/gd.c font = gdFontGiant; font 3426 ext/gd/gd.c font = gdFontTiny; font 3428 ext/gd/gd.c font = gdFontGiant; font 3431 ext/gd/gd.c font = (gdFontPtr)Z_RES_P(zv)->ptr; font 3437 ext/gd/gd.c return font; font 3448 ext/gd/gd.c gdFontPtr font; font 3454 ext/gd/gd.c font = php_find_gd_font(SIZE); font 3455 ext/gd/gd.c RETURN_LONG(arg ? font->h : font->w); font 3516 ext/gd/gd.c gdFontPtr font; font 3539 ext/gd/gd.c font = php_find_gd_font(size); font 3543 ext/gd/gd.c gdImageChar(im, font, x, y, ch, col); font 3546 ext/gd/gd.c php_gdimagecharup(im, font, x, y, ch, col); font 3550 ext/gd/gd.c gdImageChar(im, font, x, y, (int) ((unsigned char) str[i]), col); font 3551 ext/gd/gd.c x += font->w; font 3557 ext/gd/gd.c gdImageCharUp(im, font, x, y, (int) str[i], col); font 3558 ext/gd/gd.c y -= font->w; font 824 ext/gd/libgd/gdft.c font_t *font; font 876 ext/gd/libgd/gdft.c font = (font_t *) gdCacheGet (fontCache, &fontkey); font 877 ext/gd/libgd/gdft.c if (!font) { font 882 ext/gd/libgd/gdft.c face = font->face; /* shortcut */ font 923 ext/gd/libgd/gdft.c if (font->have_char_map_unicode) { font 928 ext/gd/libgd/gdft.c if (font->have_char_map_sjis) { font 950 ext/gd/libgd/gdft.c if (font->have_char_map_sjis) { font 994 ext/gd/libgd/gdft.c if (font->face->family_name && font->face->charmap->encoding && font 995 ext/gd/libgd/gdft.c font->face->charmap->encoding == FT_ENCODING_MS_SYMBOL && strcmp(font->face->family_name, "Symbol") == 0) { font 1011 ext/gd/libgd/gdft.c if (font->have_char_map_unicode) { font 1018 ext/gd/libgd/gdft.c if (font->have_char_map_sjis) {