Home
last modified time | relevance | path

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

/dports/graphics/svgalib/svgalib-1.4.3/src/
H A Daccel.h87 void (*DrawHLineList) (int ymin, int n, int *xmin, int *xmax); member
H A Dvgaaccel.c148 (*__svgalib_driverspecs->accelspecs->DrawHLineList) (y, n, x1, x2); in vga_accel()