Searched refs:dashStep (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/gd/libgd/ |
H A D | gd.c | 1323 int dashStep = 0; in gdImageDashedLine() local 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() 1406 dashedSet(im, x, y, color, &on, &dashStep, wid, vert); in gdImageDashedLine() 1416 dashedSet(im, x, y, color, &on, &dashStep, wid, vert); in gdImageDashedLine() 1435 int dashStep = *dashStepP; in dashedSet() local 1439 dashStep++; in dashedSet() 1440 if (dashStep == gdDashSize) { in dashedSet() 1441 dashStep = 0; in dashedSet() [all …]
|
Completed in 21 milliseconds