Home
last modified time | relevance | path

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

/dports/graphics/jslice/jslice-1.0.0/
H A Djslice.c92 int slicesx[MAX_WIDTH]; variable
345 if (slicesx[x] != _UNCUT) count++; in get_cut_count_x()
377 if (slicesx[cx] != _UNCUT) { in count_cuts()
385 if (slicesx[cx+1] == slicesx[cx]) { in count_cuts()
448 if (slicesx[i] != _UNCUT) fprintf(stdout,"%d, ",i); in dump_slices()
494 slicesx[ax] = _UNCUT; in script_cut()
574 slicesx[slices[count].ax] = slices[count].ay +_CUT; in script_cut()
575 slicesx[slices[count].bx] = slices[count].ay +_CUT; in script_cut()
595 if (slicesx[ax] != _UNCUT) { in script_cut()
596 if (slicesx[ax-1] != slicesx[ax]){ in script_cut()