Lines Matching refs:plot

176 plot(VGLBitmap * object, int x, int y, int flag, u_long color)  in plot()  function
227 plot(object, x, y, reverse, color); in VGLLine()
231 plot(object, x1, y1, reverse, color); /* plot first two points */ in VGLLine()
243 plot(object, x, y, reverse, color); in VGLLine()
244 plot(object, ++x, y, reverse, color); in VGLLine()
246 plot(object, x1, y1, reverse, color); in VGLLine()
247 plot(object, --x1, y1, reverse, color); in VGLLine()
252 plot(object, x, y, reverse, color); in VGLLine()
253 plot(object, ++x, y += step, reverse, in VGLLine()
256 plot(object, x1, y1, reverse, color); in VGLLine()
257 plot(object, --x1, y1 -= step, reverse, in VGLLine()
261 plot(object, x, y += step, reverse, color); in VGLLine()
262 plot(object, ++x, y, reverse, color); in VGLLine()
264 plot(object, x1, y1 -= step, reverse, in VGLLine()
266 plot(object, --x1, y1, reverse, color); in VGLLine()
275 plot(object, ++x, y, reverse, color); /* pattern 1 */ in VGLLine()
277 plot(object, ++x, y, reverse, color); in VGLLine()
279 plot(object, --x1, y1, reverse, color); in VGLLine()
282 plot(object, ++x, y, reverse, color); /* pattern 2 */ in VGLLine()
284 plot(object, ++x, y += step, reverse, color); in VGLLine()
286 plot(object, --x1, y1, reverse, color); in VGLLine()
289 plot(object, ++x, y += step, reverse, color); in VGLLine()
291 plot(object, ++x, y, reverse, color); in VGLLine()
293 plot(object, --x1, y1 -= step, reverse, color); in VGLLine()
308 plot(object, x, y += step, reverse, color); in VGLLine()
309 plot(object, ++x, y += step, reverse, color); in VGLLine()
311 plot(object, x1, y1 -= step, reverse, color); in VGLLine()
312 plot(object, --x1, y1 -= step, reverse, color); in VGLLine()
317 plot(object, x, y, reverse, color); in VGLLine()
318 plot(object, ++x, y += step, reverse, in VGLLine()
322 plot(object, x1, y1, reverse, color); in VGLLine()
323 plot(object, --x1, y1 -= step, reverse, in VGLLine()
327 plot(object, x, y += step, reverse, color); in VGLLine()
328 plot(object, ++x, y, reverse, color); in VGLLine()
330 plot(object, x1, y1 -= step, reverse, color); in VGLLine()
331 plot(object, --x1, y1, reverse, color); in VGLLine()
339 plot(object, ++x, y += step, reverse, color); /* pattern 4 */ in VGLLine()
341 plot(object, ++x, y += step, reverse, in VGLLine()
344 plot(object, --x1, y1 -= step, reverse, in VGLLine()
348 plot(object, ++x, y, reverse, color); /* pattern 2 */ in VGLLine()
350 plot(object, ++x, y += step, reverse, color); in VGLLine()
352 plot(object, --x1, y1, reverse, color); in VGLLine()
355 plot(object, ++x, y += step, reverse, color); in VGLLine()
357 plot(object, ++x, y, reverse, color); in VGLLine()
360 plot(object, --x1, y1 -= step, reverse, color); in VGLLine()
362 plot(object, --x1, y1, reverse, color); in VGLLine()