Lines Matching refs:y
279 double x, y; member
324 int x, y; member
420 void gdImageSetPixel(gdImagePtr im, int x, int y, int color);
422 int gdImageGetTrueColorPixel (gdImagePtr im, int x, int y);
423 int gdImageGetPixel(gdImagePtr im, int x, int y);
441 void gdImageChar(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color);
442 void gdImageCharUp(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color);
443 void gdImageString(gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color);
444 void gdImageStringUp(gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color);
445 void gdImageString16(gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color);
446 void gdImageStringUp16(gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color);
469 double ptsize, double angle, int x, int y, char *string);
473 double ptsize, double angle, int x, int y, char *string);
500 double ptsize, double angle, int x, int y, char * string,
506 int x, y; member
680 void gdImageFillToBorder(gdImagePtr im, int x, int y, int border, int color);
681 void gdImageFill(gdImagePtr im, int x, int y, int color);
756 #define gdImagePalettePixel(im, x, y) (im)->pixels[(y)][(x)] argument
757 #define gdImageTrueColorPixel(im, x, y) (im)->tpixels[(y)][(x)] argument
916 #define gdImageBoundsSafe(im, x, y) (!((((y) < (im)->cy1) || ((y) > (im)->cy2)) || (((x) < (im)->cx… argument