Home
last modified time | relevance | path

Searched refs:dashStep (Results 1 – 1 of 1) sorted by relevance

/PHP-7.1/ext/gd/libgd/
H A Dgd.c1377 int dashStep = 0; in gdImageDashedLine() local
1411 dashedSet(im, x, y, color, &on, &dashStep, wid, vert); in gdImageDashedLine()
1421 dashedSet(im, x, y, color, &on, &dashStep, wid, vert); in gdImageDashedLine()
1432 dashedSet(im, x, y, color, &on, &dashStep, wid, vert); in gdImageDashedLine()
1460 dashedSet(im, x, y, color, &on, &dashStep, wid, vert); in gdImageDashedLine()
1470 dashedSet(im, x, y, color, &on, &dashStep, wid, vert); in gdImageDashedLine()
1489 int dashStep = *dashStepP; in dashedSet() local
1493 dashStep++; in dashedSet()
1494 if (dashStep == gdDashSize) { in dashedSet()
1495 dashStep = 0; in dashedSet()
[all …]

Completed in 11 milliseconds