Lines Matching refs:wid

1043 	int wid;  in gdImageLine()  local
1077 wid = 1; in gdImageLine()
1083 wid = thick / ac; in gdImageLine()
1085 wid = 1; in gdImageLine()
1087 if (wid == 0) { in gdImageLine()
1088 wid = 1; in gdImageLine()
1107 wstart = y - wid / 2; in gdImageLine()
1108 for (w = wstart; w < wstart + wid; w++) { in gdImageLine()
1121 wstart = y - wid / 2; in gdImageLine()
1122 for (w = wstart; w < wstart + wid; w++) { in gdImageLine()
1135 wstart = y - wid / 2; in gdImageLine()
1136 for (w = wstart; w < wstart + wid; w++) { in gdImageLine()
1147 wid = thick / as; in gdImageLine()
1149 wid = 1; in gdImageLine()
1151 if (wid == 0) { in gdImageLine()
1152 wid = 1; in gdImageLine()
1171 wstart = x - wid / 2; in gdImageLine()
1172 for (w = wstart; w < wstart + wid; w++) { in gdImageLine()
1185 wstart = x - wid / 2; in gdImageLine()
1186 for (w = wstart; w < wstart + wid; w++) { in gdImageLine()
1199 wstart = x - wid / 2; in gdImageLine()
1200 for (w = wstart; w < wstart + wid; w++) { in gdImageLine()
1318 static void dashedSet (gdImagePtr im, int x, int y, int color, int *onP, int *dashStepP, int wid, i…
1325 int wid; in gdImageDashedLine() local
1337 wid = thick / as; in gdImageDashedLine()
1339 wid = 1; in gdImageDashedLine()
1357 dashedSet(im, x, y, color, &on, &dashStep, wid, vert); in gdImageDashedLine()
1367 dashedSet(im, x, y, color, &on, &dashStep, wid, vert); in gdImageDashedLine()
1378 dashedSet(im, x, y, color, &on, &dashStep, wid, vert); in gdImageDashedLine()
1386 wid = thick / as; in gdImageDashedLine()
1388 wid = 1; in gdImageDashedLine()
1406 dashedSet(im, x, y, color, &on, &dashStep, wid, vert); in gdImageDashedLine()
1416 dashedSet(im, x, y, color, &on, &dashStep, wid, vert); in gdImageDashedLine()
1427 dashedSet(im, x, y, color, &on, &dashStep, wid, vert); in gdImageDashedLine()
1433 static void dashedSet (gdImagePtr im, int x, int y, int color, int *onP, int *dashStepP, int wid, i… in dashedSet() argument
1446 wstart = y - wid / 2; in dashedSet()
1447 for (w = wstart; w < wstart + wid; w++) { in dashedSet()
1451 wstart = x - wid / 2; in dashedSet()
1452 for (w = wstart; w < wstart + wid; w++) { in dashedSet()