Lines Matching refs:starty
69 static int starty; variable
85 int starty, in render_one_pixel() argument
164 int startx, stopx, starty, stopy; in parallel_thread() local
169 starty = pchin->starty; in parallel_thread()
172 if (((stopx - startx) >= grain_size) || ((stopy - starty) >= grain_size)) { in parallel_thread()
174 int ypatchsize = (stopy - starty) / DIVFACTOR + 1; in parallel_thread()
175 for (ys = starty; ys <= stopy; ys += ypatchsize) in parallel_thread()
179 pch.starty = ys; in parallel_thread()
193 drawing_area drawing(startx, totaly - stopy, stopx - startx, stopy - starty); in parallel_thread()
194 for (int i = 1, y = starty; y < stopy; ++y, i++) { in parallel_thread()
198 unsigned int serial = 5 * ((stopx - startx) + (stopy - starty) * totalx); in parallel_thread()
201 render_one_pixel(x, y, local_mbox, serial, startx, stopx, starty, stopy); in parallel_thread()
216 starty = parms->starty; in thread_trace()
225 pch.starty = starty; in thread_trace()