Lines Matching refs:plot
212 plot(VGLBitmap * object, int x, int y, int flag, byte color) in plot() function
263 plot(object, x, y, reverse, color); in VGLLine()
267 plot(object, x1, y1, reverse, color); /* plot first two points */ in VGLLine()
279 plot(object, x, y, reverse, color); in VGLLine()
280 plot(object, ++x, y, reverse, color); in VGLLine()
282 plot(object, x1, y1, reverse, color); in VGLLine()
283 plot(object, --x1, y1, reverse, color); in VGLLine()
288 plot(object, x, y, reverse, color); in VGLLine()
289 plot(object, ++x, y += step, reverse, in VGLLine()
292 plot(object, x1, y1, reverse, color); in VGLLine()
293 plot(object, --x1, y1 -= step, reverse, in VGLLine()
297 plot(object, x, y += step, reverse, color); in VGLLine()
298 plot(object, ++x, y, reverse, color); in VGLLine()
300 plot(object, x1, y1 -= step, reverse, in VGLLine()
302 plot(object, --x1, y1, reverse, color); in VGLLine()
311 plot(object, ++x, y, reverse, color); /* pattern 1 */ in VGLLine()
313 plot(object, ++x, y, reverse, color); in VGLLine()
315 plot(object, --x1, y1, reverse, color); in VGLLine()
318 plot(object, ++x, y, reverse, color); /* pattern 2 */ in VGLLine()
320 plot(object, ++x, y += step, reverse, color); in VGLLine()
322 plot(object, --x1, y1, reverse, color); in VGLLine()
325 plot(object, ++x, y += step, reverse, color); in VGLLine()
327 plot(object, ++x, y, reverse, color); in VGLLine()
329 plot(object, --x1, y1 -= step, reverse, color); in VGLLine()
344 plot(object, x, y += step, reverse, color); in VGLLine()
345 plot(object, ++x, y += step, reverse, color); in VGLLine()
347 plot(object, x1, y1 -= step, reverse, color); in VGLLine()
348 plot(object, --x1, y1 -= step, reverse, color); in VGLLine()
353 plot(object, x, y, reverse, color); in VGLLine()
354 plot(object, ++x, y += step, reverse, in VGLLine()
358 plot(object, x1, y1, reverse, color); in VGLLine()
359 plot(object, --x1, y1 -= step, reverse, in VGLLine()
363 plot(object, x, y += step, reverse, color); in VGLLine()
364 plot(object, ++x, y, reverse, color); in VGLLine()
366 plot(object, x1, y1 -= step, reverse, color); in VGLLine()
367 plot(object, --x1, y1, reverse, color); in VGLLine()
375 plot(object, ++x, y += step, reverse, color); /* pattern 4 */ in VGLLine()
377 plot(object, ++x, y += step, reverse, in VGLLine()
380 plot(object, --x1, y1 -= step, reverse, in VGLLine()
384 plot(object, ++x, y, reverse, color); /* pattern 2 */ in VGLLine()
386 plot(object, ++x, y += step, reverse, color); in VGLLine()
388 plot(object, --x1, y1, reverse, color); in VGLLine()
391 plot(object, ++x, y += step, reverse, color); in VGLLine()
393 plot(object, ++x, y, reverse, color); in VGLLine()
396 plot(object, --x1, y1 -= step, reverse, color); in VGLLine()
398 plot(object, --x1, y1, reverse, color); in VGLLine()