Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/libgd/
H A Dgdft.c40 double ptsize, double angle, int x, int y, char *string) in gdImageStringTTF() argument
43 return gdImageStringFT (im, brect, fg, fontlist, ptsize, angle, x, y, string); in gdImageStringTTF()
49 double ptsize, double angle, int x, int y, char *string, in gdImageStringFTEx() argument
57 double ptsize, double angle, int x, int y, char *string) in gdImageStringFT() argument
767 double ptsize, double angle, int x, int y, char *string) argument
769 return gdImageStringFTEx(im, brect, fg, fontlist, ptsize, angle, x, y, string, 0);
773 gdImageStringFTEx (gdImage * im, int *brect, int fg, char *fontlist, double ptsize, double angle, i… argument
853 if (FT_Set_Char_Size(face, 0, (FT_F26Dot6) (ptsize * 64), hdpi, vdpi)) {
H A Dgd.h342 double ptsize, double angle, int x, int y, char *string);
346 double ptsize, double angle, int x, int y, char *string);
372 double ptsize, double angle, int x, int y, char * string,
/PHP-5.3/ext/gd/
H A Dgd.c3897 double ptsize, angle; in php_imagettftext_common() local
3912 …} else if (zend_parse_parameters(argc TSRMLS_CC, "ddss|a", &ptsize, &angle, &fontname, &fontname_l… in php_imagettftext_common()
3918 …} else if (zend_parse_parameters(argc TSRMLS_CC, "rddlllss|a", &IM, &ptsize, &angle, &x, &y, &col,… in php_imagettftext_common()
3971 error = gdImageStringFTEx(im, brect, col, fontname, ptsize, angle, x, y, str, &strex); in php_imagettftext_common()
3977 error = gdImageStringFT(im, brect, col, fontname, ptsize, angle, x, y, str); in php_imagettftext_common()
3979 error = gdImageStringTTF(im, brect, col, fontname, ptsize, angle, x, y, str); in php_imagettftext_common()

Completed in 23 milliseconds