Lines Matching refs:cx

16 gdImageFilledEllipse (gdImagePtr im, int cx, int cy, int width, int height, int color)
18 gdImageFilledArc (im, cx, cy, width, height, 0, 360, color, gdChord);
22 gdImageFilledArc (gdImagePtr im, int cx, int cy, int width, int height, int s, int e, int color, in…
110 gdImageFilledArc (im, cx, cy, width, height, s, (i + 1) * 90, color, gdChord);
112 pt[0].x += cx;
114 pt[1].x = cx + axis_pt[(i + 1) & 3].x;
118 gdImageFilledArc (im, cx, cy, width, height, (i + 1) * 90, e, color, gdChord);
120 pt[2].x += cx;
129 pt[3].x = cx;
137 gdImageFilledArc (im, cx, cy, width, height, (i + 1) * 90, (i + 2) * 90, color, gdChord);
138 pt[2].x = cx + axis_pt[(i + 2) & 3].x;
142 gdImageFilledArc (im, cx, cy, width, height, (i + 2) * 90, e, color, gdChord);
144 pt[3].x += cx;
153 pt[4].x = cx;
161 gdImageFilledArc (im, cx, cy, width, height, (i + 2) * 90, (i + 3) * 90, color, gdChord);
162 pt[3].x = cx + axis_pt[(i + 3) & 3].x;
166 gdImageFilledArc (im, cx, cy, width, height, (i + 3) * 90, e, color, gdChord);
168 pt[4].x += cx;
177 pt[5].x = cx;
185 gdImageFilledArc (im, cx, cy, width, height, (i + 3) * 90, (i + 4) * 90, color, gdChord);
186 pt[4].x = cx + axis_pt[(i + 4) & 3].x;
189 gdImageFilledArc (im, cx, cy, width, height, (i + 4) * 90, e, color, gdChord);
191 pt[5].x += cx;
200 pt[6].x = cx;
369 pt[0].x = cx + (flip_x ? (-pt[0].x) : pt[0].x);
371 pt[1].x = cx;
373 pt[2].x = cx + (flip_x ? (-pt[2].x) : pt[2].x);
391 pt[0].x = cx + (flip_x ? (-pt[0].x) : pt[0].x);
393 pt[1].x = cx + (flip_x ? (-pt[1].x) : pt[1].x);
395 pt[2].x = cx + (flip_x ? (-pt[2].x) : pt[2].x);
461 gdImageSetPixel (im, ((flip_x) ? (cx - x) : (cx + x)),
526 gdImageSetPixel (im, ((flip_x) ? (cx - x) : (cx + x)),