Lines Matching refs:plot
210 plot(VGLBitmap * object, int x, int y, int flag, byte color) in plot() function
261 plot(object, x, y, reverse, color); in VGLLine()
265 plot(object, x1, y1, reverse, color); /* plot first two points */ in VGLLine()
277 plot(object, x, y, reverse, color); in VGLLine()
278 plot(object, ++x, y, reverse, color); in VGLLine()
280 plot(object, x1, y1, reverse, color); in VGLLine()
281 plot(object, --x1, y1, reverse, color); in VGLLine()
286 plot(object, x, y, reverse, color); in VGLLine()
287 plot(object, ++x, y += step, reverse, in VGLLine()
290 plot(object, x1, y1, reverse, color); in VGLLine()
291 plot(object, --x1, y1 -= step, reverse, in VGLLine()
295 plot(object, x, y += step, reverse, color); in VGLLine()
296 plot(object, ++x, y, reverse, color); in VGLLine()
298 plot(object, x1, y1 -= step, reverse, in VGLLine()
300 plot(object, --x1, y1, reverse, color); in VGLLine()
309 plot(object, ++x, y, reverse, color); /* pattern 1 */ in VGLLine()
311 plot(object, ++x, y, reverse, color); in VGLLine()
313 plot(object, --x1, y1, reverse, color); in VGLLine()
316 plot(object, ++x, y, reverse, color); /* pattern 2 */ in VGLLine()
318 plot(object, ++x, y += step, reverse, color); in VGLLine()
320 plot(object, --x1, y1, reverse, color); in VGLLine()
323 plot(object, ++x, y += step, reverse, color); in VGLLine()
325 plot(object, ++x, y, reverse, color); in VGLLine()
327 plot(object, --x1, y1 -= step, reverse, color); in VGLLine()
342 plot(object, x, y += step, reverse, color); in VGLLine()
343 plot(object, ++x, y += step, reverse, color); in VGLLine()
345 plot(object, x1, y1 -= step, reverse, color); in VGLLine()
346 plot(object, --x1, y1 -= step, reverse, color); in VGLLine()
351 plot(object, x, y, reverse, color); in VGLLine()
352 plot(object, ++x, y += step, reverse, in VGLLine()
356 plot(object, x1, y1, reverse, color); in VGLLine()
357 plot(object, --x1, y1 -= step, reverse, in VGLLine()
361 plot(object, x, y += step, reverse, color); in VGLLine()
362 plot(object, ++x, y, reverse, color); in VGLLine()
364 plot(object, x1, y1 -= step, reverse, color); in VGLLine()
365 plot(object, --x1, y1, reverse, color); in VGLLine()
373 plot(object, ++x, y += step, reverse, color); /* pattern 4 */ in VGLLine()
375 plot(object, ++x, y += step, reverse, in VGLLine()
378 plot(object, --x1, y1 -= step, reverse, in VGLLine()
382 plot(object, ++x, y, reverse, color); /* pattern 2 */ in VGLLine()
384 plot(object, ++x, y += step, reverse, color); in VGLLine()
386 plot(object, --x1, y1, reverse, color); in VGLLine()
389 plot(object, ++x, y += step, reverse, color); in VGLLine()
391 plot(object, ++x, y, reverse, color); in VGLLine()
394 plot(object, --x1, y1 -= step, reverse, color); in VGLLine()
396 plot(object, --x1, y1, reverse, color); in VGLLine()