Lines Matching refs:y
269 double x, y; member
314 int x, y; member
418 void gdImageSetPixel(gdImagePtr im, int x, int y, int color);
420 int gdImageGetTrueColorPixel (gdImagePtr im, int x, int y);
421 int gdImageGetPixel(gdImagePtr im, int x, int y);
439 void gdImageChar(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color);
440 void gdImageCharUp(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color);
441 void gdImageString(gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color);
442 void gdImageStringUp(gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color);
443 void gdImageString16(gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color);
444 void gdImageStringUp16(gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color);
467 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,
504 int x, y; member
697 void gdImageFillToBorder(gdImagePtr im, int x, int y, int border, int color);
698 void gdImageFill(gdImagePtr im, int x, int y, int color);
785 #define gdImagePalettePixel(im, x, y) (im)->pixels[(y)][(x)] argument
786 #define gdImageTrueColorPixel(im, x, y) (im)->tpixels[(y)][(x)] argument
945 #define gdImageBoundsSafe(im, x, y) (!((((y) < (im)->cy1) || ((y) > (im)->cy2)) || (((x) < (im)->cx… argument