font              592 ext/gd/gd.c    	ZEND_ARG_INFO(0, font)
font              596 ext/gd/gd.c    	ZEND_ARG_INFO(0, font)
font              601 ext/gd/gd.c    	ZEND_ARG_INFO(0, font)
font              610 ext/gd/gd.c    	ZEND_ARG_INFO(0, font)
font              619 ext/gd/gd.c    	ZEND_ARG_INFO(0, font)
font              628 ext/gd/gd.c    	ZEND_ARG_INFO(0, font)
font              766 ext/gd/gd.c    	ZEND_ARG_INFO(0, font)
font              780 ext/gd/gd.c    	ZEND_ARG_INFO(0, font)
font             1437 ext/gd/gd.c    	gdFontPtr font;
font             1461 ext/gd/gd.c    	font = (gdFontPtr) emalloc(sizeof(gdFont));
font             1463 ext/gd/gd.c    	while (b < hdr_size && (n = php_stream_read(stream, (char*)&font[b], hdr_size - b))) {
font             1468 ext/gd/gd.c    		efree(font);
font             1482 ext/gd/gd.c    	body_size = font->w * font->h * font->nchars;
font             1484 ext/gd/gd.c    		font->w = FLIPWORD(font->w);
font             1485 ext/gd/gd.c    		font->h = FLIPWORD(font->h);
font             1486 ext/gd/gd.c    		font->nchars = FLIPWORD(font->nchars);
font             1487 ext/gd/gd.c    		body_size = font->w * font->h * font->nchars;
font             1490 ext/gd/gd.c    	if (overflow2(font->nchars, font->h) || overflow2(font->nchars * font->h, font->w )) {
font             1492 ext/gd/gd.c    		efree(font);
font             1499 ext/gd/gd.c    		efree(font);
font             1504 ext/gd/gd.c    	font->data = emalloc(body_size);
font             1506 ext/gd/gd.c    	while (b < body_size && (n = php_stream_read(stream, &font->data[b], body_size - b))) {
font             1511 ext/gd/gd.c    		efree(font->data);
font             1512 ext/gd/gd.c    		efree(font);
font             1527 ext/gd/gd.c    	ind = 5 + zend_list_insert(font, le_gd_font TSRMLS_CC);
font             3430 ext/gd/gd.c    	gdFontPtr font;
font             3435 ext/gd/gd.c    			 font = gdFontTiny;
font             3438 ext/gd/gd.c    			 font = gdFontSmall;
font             3441 ext/gd/gd.c    			 font = gdFontMediumBold;
font             3444 ext/gd/gd.c    			 font = gdFontLarge;
font             3447 ext/gd/gd.c    			 font = gdFontGiant;
font             3450 ext/gd/gd.c    			font = zend_list_find(size - 5, &ind_type);
font             3451 ext/gd/gd.c    			 if (!font || ind_type != le_gd_font) {
font             3453 ext/gd/gd.c    					   font = gdFontTiny;
font             3455 ext/gd/gd.c    					   font = gdFontGiant;
font             3461 ext/gd/gd.c    	return font;
font             3472 ext/gd/gd.c    	gdFontPtr font;
font             3478 ext/gd/gd.c    	font = php_find_gd_font(SIZE TSRMLS_CC);
font             3479 ext/gd/gd.c    	RETURN_LONG(arg ? font->h : font->w);
font             3540 ext/gd/gd.c    	gdFontPtr font;
font             3561 ext/gd/gd.c    	font = php_find_gd_font(size TSRMLS_CC);
font             3565 ext/gd/gd.c    			gdImageChar(im, font, x, y, ch, col);
font             3568 ext/gd/gd.c    			php_gdimagecharup(im, font, x, y, ch, col);
font             3572 ext/gd/gd.c    				gdImageChar(im, font, x, y, (int) ((unsigned char) str[i]), col);
font             3573 ext/gd/gd.c    				x += font->w;
font             3579 ext/gd/gd.c    				gdImageCharUp(im, font, x, y, (int) str[i], col);
font             3580 ext/gd/gd.c    				y -= font->w;
font             3921 ext/gd/gd.c    	int *font = (int *) rsrc->ptr;
font             3923 ext/gd/gd.c    	T1_DeleteFont(*font);
font             3924 ext/gd/gd.c    	efree(font);
font             3943 ext/gd/gd.c    	int file_len, f_ind, *font;
font             3971 ext/gd/gd.c    	font = (int *) emalloc(sizeof(int));
font             3972 ext/gd/gd.c    	*font = f_ind;
font             3973 ext/gd/gd.c    	ZEND_REGISTER_RESOURCE(return_value, font, le_ps_font);
font              825 ext/gd/libgd/gdft.c 	font_t *font;
font              877 ext/gd/libgd/gdft.c 	font = (font_t *) gdCacheGet (fontCache, &fontkey);
font              878 ext/gd/libgd/gdft.c 	if (!font) {
font              883 ext/gd/libgd/gdft.c 	face = font->face;		/* shortcut */
font              924 ext/gd/libgd/gdft.c 				if (font->have_char_map_unicode) {
font              929 ext/gd/libgd/gdft.c 				if (font->have_char_map_sjis) {
font              951 ext/gd/libgd/gdft.c 	if (font->have_char_map_sjis) {
font              995 ext/gd/libgd/gdft.c 		if (font->face->family_name && font->face->charmap->encoding &&
font              996 ext/gd/libgd/gdft.c 			font->face->charmap->encoding == FT_ENCODING_MS_SYMBOL && strcmp(font->face->family_name, "Symbol") == 0) {
font             1012 ext/gd/libgd/gdft.c 				if (font->have_char_map_unicode) {
font             1019 ext/gd/libgd/gdft.c 				if (font->have_char_map_sjis) {