Home
last modified time | relevance | path

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

/PHP-5.5/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
769 double ptsize, double angle, int x, int y, char *string) argument
771 return gdImageStringFTEx(im, brect, fg, fontlist, ptsize, angle, x, y, string, 0);
775 gdImageStringFTEx (gdImage * im, int *brect, int fg, char *fontlist, double ptsize, double angle, i… argument
855 if (FT_Set_Char_Size(face, 0, (FT_F26Dot6) (ptsize * 64), hdpi, vdpi)) {
H A Dgd.h464 double ptsize, double angle, int x, int y, char *string);
468 double ptsize, double angle, int x, int y, char *string);
494 double ptsize, double angle, int x, int y, char * string,
/PHP-5.5/ext/gd/
H A Dgd.c3808 double ptsize, angle; in php_imagettftext_common() local
3817 …} else if (zend_parse_parameters(argc TSRMLS_CC, "ddss|a", &ptsize, &angle, &fontname, &fontname_l… in php_imagettftext_common()
3823 …} else if (zend_parse_parameters(argc TSRMLS_CC, "rddlllss|a", &IM, &ptsize, &angle, &x, &y, &col,… in php_imagettftext_common()
3873 error = gdImageStringFTEx(im, brect, col, fontname, ptsize, angle, x, y, str, &strex); in php_imagettftext_common()
3876 error = gdImageStringFT(im, brect, col, fontname, ptsize, angle, x, y, str); in php_imagettftext_common()

Completed in 28 milliseconds