Searched refs:RUNLENGTH (Results 1 – 2 of 2) sorted by relevance
43 #define RUNLENGTH 1 /*length of run */ macro165 edgepts[epindex].flags[RUNLENGTH] = count; in edgesteps_to_edgepts()190 edgepts[epindex].flags[RUNLENGTH] = count; in edgesteps_to_edgepts()242 sum1 = edgept->flags[RUNLENGTH]; in fix2()246 sum2 = edgept->flags[RUNLENGTH]; in fix2()252 sum1 += edgept->flags[RUNLENGTH]; in fix2()254 sum2 += edgept->flags[RUNLENGTH]; in fix2()261 && (linestart->prev->flags[RUNLENGTH] > in fix2()262 linestart->flags[RUNLENGTH] || sum2 > sum1)) { in fix2()270 || ((edgept->prev->flags[RUNLENGTH] < edgept->flags[RUNLENGTH] in fix2()[all …]
68 #define RUNLENGTH 1 /*length of run */ macro