Home | History | Annotate | Download | only in vega

Lines Matching full:idash

1129    VGint idash = 0;
1162 while (!floatIsZero(doffset) && doffset >= dash_pattern(stroker, idash)) {
1163 doffset -= dash_pattern(stroker, idash);
1164 idash = (idash + 1) % stroker->dash_pattern_num;
1192 VGfloat dpos = pos + dash_pattern(stroker, idash) - doffset - estart;
1197 doffset = dash_pattern(stroker, idash) - (dpos - elen);
1210 if (idash % 2 == 0) {
1224 idash = (idash + idash_incr) % stroker->dash_pattern_num;