Home
last modified time | relevance | path

Searched refs:FDRV (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/grx/grx249/src/draw/
H A Dboxnc.c26 (*FDRV->drawhline)( in GrBoxNC()
32 if(y2 != y1) (*FDRV->drawhline)( in GrBoxNC()
39 (*FDRV->drawvline)( in GrBoxNC()
45 if(x2 != x1) (*FDRV->drawvline)( in GrBoxNC()
H A Dbox.c29 if(!(oy1 -= y1)) (*FDRV->drawhline)( in GrBox()
35 if(!(oy2 -= y2) && ((y1 != y2) || oy1)) (*FDRV->drawhline)( in GrBox()
42 if(!(ox1 -= x1)) (*FDRV->drawvline)( in GrBox()
48 if((ox2 == x2) && ((x1 != x2) || ox1)) (*FDRV->drawvline)( in GrBox()
H A Dmajorln4.c25 (*FDRV->drawvline)( in GrVLineNC()
H A Dfillboxn.c24 (*FDRV->drawblock)( in GrFilledBoxNC()
H A Dlinenc.c24 (*FDRV->drawline)( in GrLineNC()
H A Dmajorln3.c25 (*FDRV->drawhline)( in GrHLineNC()
H A Dplot.c27 (*FDRV->drawpixel)( in GrPlot()
H A Dmajorln1.c26 (*FDRV->drawhline)( in GrHLine()
H A Dmajorln2.c26 (*FDRV->drawvline)( in GrVLine()
H A Dpixel.c27 retval = (*FDRV->readpixel)( in GrPixel()
H A Dfillbox.c26 (*FDRV->drawblock)( in GrFilledBox()
H A Dline.c26 (*FDRV->drawline)( in GrLine()
H A Dputscl.c37 (*FDRV->putscanline)( in GrPutScanline()
/dports/graphics/grx/grx249/src/shape/
H A Dsolidfil.c23 FDRV->drawpixel(x,y,fval.color); in pixel()
29 FDRV->drawline(x,y,dx,dy,fval.color); in line()
35 FDRV->drawhline(x,y,w,fval.color); in scan()
/dports/graphics/grx/grx249/src/pattern/
H A Dpatfbits.c67 (*FDRV->drawhline)(oldx, y, widthbg, bg); in _GrFillBitmapPatternExt()
86 if ( widthbg ) (*FDRV->drawhline)(oldx, y, widthbg, bg); in _GrFillBitmapPatternExt()
/dports/graphics/grx/grx249/src/text/
H A Ddumptext.c115 if(bmp) (*FDRV->drawbitmap)( in GrDumpText()
122 else (*FDRV->drawblock)( in GrDumpText()
H A Ddrwstrg.c28 (*FDRV->drawbitmap)(x,y,w,h,bmp,pitch,start,fg,bg); in FdrvDrawBitmap()
H A Ddrawstrg.c124 else (*FDRV->drawblock)( in _GrDrawString()
/dports/graphics/grx/grx249/src/setup/
H A Dcontext.c140 sttcopy(FDRV,context->gc_driver); in GrSetContext()
/dports/graphics/grx/grx249/src/include/
H A Dlibgrx.h247 #define FDRV (&(DRVINFO->fdriver)) macro