Home
last modified time | relevance | path

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

/PHP-7.4/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
811 double ptsize, double angle, int x, int y, char *string) argument
813 return gdImageStringFTEx(im, brect, fg, fontlist, ptsize, angle, x, y, string, 0);
817 gdImageStringFTEx (gdImage * im, int *brect, int fg, char *fontlist, double ptsize, double angle, i… argument
904 if (FT_Set_Char_Size(face, 0, (FT_F26Dot6) (ptsize * 64), hdpi, vdpi)) {
H A Dgd.h463 double ptsize, double angle, int x, int y, char *string);
467 double ptsize, double angle, int x, int y, char *string);
494 double ptsize, double angle, int x, int y, char * string,
/PHP-7.4/ext/gd/
H A Dgd.c4070 double ptsize, angle; in php_imagettftext_common() local
4079 …} else if (zend_parse_parameters(argc, "ddss|a", &ptsize, &angle, &fontname, &fontname_len, &str, … in php_imagettftext_common()
4085 …} else if (zend_parse_parameters(argc, "rddlllss|a", &IM, &ptsize, &angle, &x, &y, &col, &fontname… in php_imagettftext_common()
4125 error = gdImageStringFTEx(im, brect, col, fontname, ptsize, angle, x, y, str, &strex); in php_imagettftext_common()
4127 error = gdImageStringFT(im, brect, col, fontname, ptsize, angle, x, y, str); in php_imagettftext_common()

Completed in 26 milliseconds