dashStep         1401 ext/gd/libgd/gd.c 	int dashStep = 0;
dashStep         1436 ext/gd/libgd/gd.c 		dashedSet(im, x, y, color, &on, &dashStep, wid, vert);
dashStep         1446 ext/gd/libgd/gd.c 				dashedSet(im, x, y, color, &on, &dashStep, wid, vert);
dashStep         1457 ext/gd/libgd/gd.c 				dashedSet(im, x, y, color, &on, &dashStep, wid, vert);
dashStep         1485 ext/gd/libgd/gd.c 		dashedSet(im, x, y, color, &on, &dashStep, wid, vert);
dashStep         1495 ext/gd/libgd/gd.c 				dashedSet(im, x, y, color, &on, &dashStep, wid, vert);
dashStep         1506 ext/gd/libgd/gd.c 				dashedSet(im, x, y, color, &on, &dashStep, wid, vert);
dashStep         1514 ext/gd/libgd/gd.c 	int dashStep = *dashStepP;
dashStep         1518 ext/gd/libgd/gd.c 	dashStep++;
dashStep         1519 ext/gd/libgd/gd.c 	if (dashStep == gdDashSize) {
dashStep         1520 ext/gd/libgd/gd.c 		dashStep = 0;
dashStep         1536 ext/gd/libgd/gd.c 	*dashStepP = dashStep;