Searched refs:gdFontPtr (Results 1 – 13 of 13) sorted by relevance
/PHP-7.3/ext/gd/libgd/ |
H A D | gdfontg.h | 22 extern gdFontPtr gdFontGiant; 23 extern gdFontPtr gdFontGetGiant(void);
|
H A D | gdfontl.h | 23 extern gdFontPtr gdFontLarge; 24 extern gdFontPtr gdFontGetLarge(void);
|
H A D | gdfontmb.h | 21 extern gdFontPtr gdFontMediumBold; 22 extern gdFontPtr gdFontGetMediumBold(void);
|
H A D | gdfonts.h | 21 extern gdFontPtr gdFontSmall; 22 extern gdFontPtr gdFontGetSmall(void);
|
H A D | gdfontt.h | 22 extern gdFontPtr gdFontTiny; 23 extern gdFontPtr gdFontGetTiny(void);
|
H A D | gdfontg.c | 4382 gdFontPtr gdFontGiant = &gdFontGiantRep; 4384 gdFontPtr gdFontGetGiant(void) in gdFontGetGiant()
|
H A D | gdfontl.c | 4639 gdFontPtr gdFontLarge = &gdFontLargeRep; 4641 gdFontPtr gdFontGetLarge(void) in gdFontGetLarge()
|
H A D | gdfontmb.c | 3869 gdFontPtr gdFontMediumBold = &gdFontMediumBoldRep; 3871 gdFontPtr gdFontGetMediumBold(void) in gdFontGetMediumBold()
|
H A D | gdfonts.c | 3869 gdFontPtr gdFontSmall = &gdFontSmallRep; 3871 gdFontPtr gdFontGetSmall(void) in gdFontGetSmall()
|
H A D | gdfontt.c | 2590 gdFontPtr gdFontTiny = &gdFontTinyRep; 2592 gdFontPtr gdFontGetTiny(void) in gdFontGetTiny()
|
H A D | gd.h | 298 typedef gdFont *gdFontPtr; typedef 441 void gdImageChar(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color); 442 void gdImageCharUp(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color); 443 void gdImageString(gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color); 444 void gdImageStringUp(gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color); 445 void gdImageString16(gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color); 446 void gdImageStringUp16(gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color);
|
H A D | gd.c | 1461 void gdImageChar (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageChar() 1489 void gdImageCharUp (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageCharUp() 1517 void gdImageString (gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) in gdImageString() 1528 void gdImageStringUp (gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) in gdImageStringUp() 1541 void gdImageString16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) in gdImageString16() 1552 void gdImageStringUp16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) in gdImageStringUp16()
|
/PHP-7.3/ext/gd/ |
H A D | gd.c | 1055 gdFontPtr fp = (gdFontPtr) rsrc->ptr; in php_free_gd_font() 1395 gdFontPtr font; in PHP_FUNCTION() 1419 font = (gdFontPtr) emalloc(sizeof(gdFont)); in PHP_FUNCTION() 3516 static gdFontPtr php_find_gd_font(int size) in php_find_gd_font() 3518 gdFontPtr font; in php_find_gd_font() 3545 font = (gdFontPtr)Z_RES_P(zv)->ptr; in php_find_gd_font() 3562 gdFontPtr font; in php_imagefontsize() 3591 static void php_gdimagecharup(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in php_gdimagecharup() 3630 gdFontPtr font; in php_imagechar()
|
Completed in 50 milliseconds