Home
last modified time | relevance | path

Searched refs:gdImageCharUp (Results 1 – 25 of 81) sorted by relevance

1234

/dports/science/healpix/Healpix_3.50/src/f90/lib/
H A Dgd.h103 void gdImageCharUp(gdImagePtr im, gdFontPtr f, int x, int y, char c, int color);
/dports/math/ploticus/pl240src/src/gd13/
H A Dgd.h103 void gdImageCharUp(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color);
/dports/math/ploticus-nox11/pl240src/src/gd13/
H A Dgd.h103 void gdImageCharUp(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color);
/dports/graphics/grads/grads-1.9b4/src/
H A Dgd13gif.h103 void gdImageCharUp(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color);
/dports/graphics/gracula/gracula-3.0/
H A Dgd.h103 void gdImageCharUp(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color);
/dports/graphics/fpc-libgd/fpc-3.2.2/packages/libgd/src/
H A Dgd.pas420 procedure gdImageCharUp(im: gdImagePtr; f: gdFontPtr; x: cint; y: cint; c: cint; color: cint); EXTD… procedure
865 procedure gdImageCharUp(im: gdImagePtr; f: gdFontPtr; x: cint; y: cint; c: char; color: cint);
1017 procedure gdImageCharUp(im: gdImagePtr; f: gdFontPtr; x: cint; y: cint; c: char; color: cint);
1019 gdImageCharUp(im,f,x,y,ord(c),color);
/dports/lang/fpc-source/fpc-3.2.2/packages/libgd/src/
H A Dgd.pas420 procedure gdImageCharUp(im: gdImagePtr; f: gdFontPtr; x: cint; y: cint; c: cint; color: cint); EXTD… procedure
865 procedure gdImageCharUp(im: gdImagePtr; f: gdFontPtr; x: cint; y: cint; c: char; color: cint);
1017 procedure gdImageCharUp(im: gdImagePtr; f: gdFontPtr; x: cint; y: cint; c: char; color: cint);
1019 gdImageCharUp(im,f,x,y,ord(c),color);
/dports/math/PDL/PDL-2.019/GENERATED/PDL/IO/
H A DGD.pm1401 return gdImageCharUp ( @_ );
1412 sub gdImageCharUp subroutine
/dports/math/ploticus-nox11/pl240src/src/gd16/
H A Dgd.h128 void gdImageCharUp(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color);
/dports/math/ploticus/pl240src/src/gd16/
H A Dgd.h128 void gdImageCharUp(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color);
/dports/www/mod_php80/php-8.0.15/main/
H A Dphp_compat.h227 #define gdImageCharUp php_gd_gdImageCharUp macro
/dports/www/mod_php81/php-8.1.1/main/
H A Dphp_compat.h227 #define gdImageCharUp php_gd_gdImageCharUp macro
/dports/lang/php73/php-7.3.33/main/
H A Dphp_compat.h229 #define gdImageCharUp php_gd_gdImageCharUp macro
/dports/lang/php74/php-7.4.27/main/
H A Dphp_compat.h229 #define gdImageCharUp php_gd_gdImageCharUp macro
/dports/lang/php81/php-8.1.1/main/
H A Dphp_compat.h227 #define gdImageCharUp php_gd_gdImageCharUp macro
/dports/lang/php80/php-8.0.15/main/
H A Dphp_compat.h227 #define gdImageCharUp php_gd_gdImageCharUp macro
/dports/www/mod_php74/php-7.4.27/main/
H A Dphp_compat.h229 #define gdImageCharUp php_gd_gdImageCharUp macro
/dports/www/mod_php73/php-7.3.33/main/
H A Dphp_compat.h229 #define gdImageCharUp php_gd_gdImageCharUp macro
/dports/math/ploticus-nox11/pl240src/src/
H A Dgd16.c559 void gdImageCharUp(gdImagePtr im, gdFontPtr f,
602 gdImageCharUp(im, f, x, y, s[i], color);
628 gdImageCharUp(im, f, x, y, s[i], color);
/dports/math/ploticus/pl240src/src/
H A Dgd16.c559 void gdImageCharUp(gdImagePtr im, gdFontPtr f, in gdImageCharUp() function
602 gdImageCharUp(im, f, x, y, s[i], color); in gdImageStringUp()
628 gdImageCharUp(im, f, x, y, s[i], color); in gdImageStringUp16()
/dports/graphics/libwmf/libwmf-0.2.12/src/extra/gd/
H A Dgd.h250 void gdImageCharUp(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color);
/dports/graphics/libwmf-nox11/libwmf-0.2.12/src/extra/gd/
H A Dgd.h250 void gdImageCharUp(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color);
/dports/russian/gd/libgd-2.3.1/VMS/
H A DCONFIGURE.COM431 gdImageCharUp=PROCEDURE,-
585 UNIVERSAL=gdImageCharUp
/dports/ukrainian/gd/libgd-2.3.1/VMS/
H A DCONFIGURE.COM431 gdImageCharUp=PROCEDURE,-
585 UNIVERSAL=gdImageCharUp
/dports/japanese/gd/libgd-2.3.1/VMS/
H A DCONFIGURE.COM431 gdImageCharUp=PROCEDURE,-
585 UNIVERSAL=gdImageCharUp

1234