Home
last modified time | relevance | path

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

/PHP-8.1/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.h467 double ptsize, double angle, int x, int y, char *string);
471 double ptsize, double angle, int x, int y, char *string);
498 double ptsize, double angle, int x, int y, char * string,
/PHP-8.1/ext/gd/
H A Dgd.c3219 double ptsize, angle; in php_imagettftext_common() local
3225 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ddss|a", &ptsize, &angle, &fontname, &fontname_len, &s… in php_imagettftext_common()
3229 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Oddlllss|a", &IM, gd_image_ce, &ptsize, &angle, &x, &y… in php_imagettftext_common()
3267 error = gdImageStringFTEx(im, brect, col, fontname, ptsize, angle, x, y, str, &strex); in php_imagettftext_common()
3269 error = gdImageStringFT(im, brect, col, fontname, ptsize, angle, x, y, str); in php_imagettftext_common()

Completed in 26 milliseconds