Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgdfontg.h22 extern gdFontPtr gdFontGiant;
23 extern gdFontPtr gdFontGetGiant(void);
H A Dgdfontl.h23 extern gdFontPtr gdFontLarge;
24 extern gdFontPtr gdFontGetLarge(void);
H A Dgdfontmb.h21 extern gdFontPtr gdFontMediumBold;
22 extern gdFontPtr gdFontGetMediumBold(void);
H A Dgdfonts.h21 extern gdFontPtr gdFontSmall;
22 extern gdFontPtr gdFontGetSmall(void);
H A Dgdfontt.h22 extern gdFontPtr gdFontTiny;
23 extern gdFontPtr gdFontGetTiny(void);
H A Dgdfontg.c4382 gdFontPtr gdFontGiant = &gdFontGiantRep;
4384 gdFontPtr gdFontGetGiant(void) in gdFontGetGiant()
H A Dgdfontl.c4639 gdFontPtr gdFontLarge = &gdFontLargeRep;
4641 gdFontPtr gdFontGetLarge(void) in gdFontGetLarge()
H A Dgdfontmb.c3869 gdFontPtr gdFontMediumBold = &gdFontMediumBoldRep;
3871 gdFontPtr gdFontGetMediumBold(void) in gdFontGetMediumBold()
H A Dgdfonts.c3869 gdFontPtr gdFontSmall = &gdFontSmallRep;
3871 gdFontPtr gdFontGetSmall(void) in gdFontGetSmall()
H A Dgdfontt.c2590 gdFontPtr gdFontTiny = &gdFontTinyRep;
2592 gdFontPtr gdFontGetTiny(void) in gdFontGetTiny()
H A Dgd.h300 typedef gdFont *gdFontPtr; typedef
436 void gdImageChar(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color);
437 void gdImageCharUp(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color);
438 void gdImageString(gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color);
439 void gdImageStringUp(gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color);
440 void gdImageString16(gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color);
441 void gdImageStringUp16(gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color);
H A Dgd.c1516 void gdImageChar (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageChar()
1542 void gdImageCharUp (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageCharUp()
1568 void gdImageString (gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) in gdImageString()
1579 void gdImageStringUp (gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) in gdImageStringUp()
1592 void gdImageString16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) in gdImageString16()
1603 void gdImageStringUp16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) in gdImageStringUp16()
/PHP-7.0/ext/gd/
H A Dgd.c1014 gdFontPtr fp = (gdFontPtr) rsrc->ptr; in php_free_gd_font()
1346 gdFontPtr font; in PHP_FUNCTION()
1370 font = (gdFontPtr) emalloc(sizeof(gdFont)); in PHP_FUNCTION()
3436 static gdFontPtr php_find_gd_font(int size) in php_find_gd_font()
3438 gdFontPtr font; in php_find_gd_font()
3465 font = (gdFontPtr)Z_RES_P(zv)->ptr; in php_find_gd_font()
3482 gdFontPtr font; in php_imagefontsize()
3511 static void php_gdimagecharup(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in php_gdimagecharup()
3550 gdFontPtr font; in php_imagechar()

Completed in 75 milliseconds