Home
last modified time | relevance | path

Searched refs:CURC (Results 1 – 25 of 117) sorted by relevance

12345

/dports/graphics/grx/grx249/src/fdrivers/
H A Dram4.c150 lwdt = CURC->gc_lineoffset; in drawvline()
157 p = &CURC->gc_baseaddr[0][offs]; in drawvline()
162 p = &CURC->gc_baseaddr[1][offs]; in drawvline()
167 p = &CURC->gc_baseaddr[2][offs]; in drawvline()
172 p = &CURC->gc_baseaddr[3][offs]; in drawvline()
179 p = &CURC->gc_baseaddr[0][offs]; in drawvline()
184 p = &CURC->gc_baseaddr[1][offs]; in drawvline()
189 p = &CURC->gc_baseaddr[2][offs]; in drawvline()
194 p = &CURC->gc_baseaddr[3][offs]; in drawvline()
202 p = &CURC->gc_baseaddr[0][offs]; in drawvline()
[all …]
H A Ddriver8.h99 pp = &CURC->gc_baseaddr[0][FOFS(x,y,CURC->gc_lineoffset)]; in drawpixel()
100 SETFARSEL(CURC->gc_selector); in drawpixel()
118 unsigned lwdt = CURC->gc_lineoffset; in drawvline()
120 SETFARSEL(CURC->gc_selector); in drawvline()
140 char far *pp = &CURC->gc_baseaddr[0][FOFS(x,y,CURC->gc_lineoffset)]; in drawhline()
141 SETFARSEL(CURC->gc_selector); in drawhline()
164 SETFARSEL(CURC->gc_selector); in drawblock()
262 ptr = &CURC->gc_baseaddr[0][FOFS(x,y,CURC->gc_lineoffset)]; in drawline()
263 SETFARSEL(CURC->gc_selector); in drawline()
324 int skip = CURC->gc_lineoffset; in drawbitmap()
[all …]
H A Ddriver16.h97 ptr = &CURC->gc_baseaddr[0][FOFS(x,y,CURC->gc_lineoffset)]; in drawpixel()
98 SETFARSEL(CURC->gc_selector); in drawpixel()
113 pp = &CURC->gc_baseaddr[0][FOFS(x,y,CURC->gc_lineoffset)]; in drawhline()
115 SETFARSEL(CURC->gc_selector); in drawhline()
130 lwdt = CURC->gc_lineoffset; in drawvline()
132 SETFARSEL(CURC->gc_selector); in drawvline()
149 skip = CURC->gc_lineoffset; in drawblock()
153 SETFARSEL(CURC->gc_selector); in drawblock()
252 ptr = &CURC->gc_baseaddr[0][FOFS(x,y,CURC->gc_lineoffset)]; in drawline()
253 SETFARSEL(CURC->gc_selector); in drawline()
[all …]
H A Ddriver32.h103 ptr = &CURC->gc_baseaddr[0][FOFS(x,y,CURC->gc_lineoffset)]; in drawpixel()
106 SETFARSEL(CURC->gc_selector); in drawpixel()
124 lwdt = CURC->gc_lineoffset; in drawvline()
125 pp = &CURC->gc_baseaddr[0][FOFS(x,y,CURC->gc_lineoffset)]; in drawvline()
128 SETFARSEL(CURC->gc_selector); in drawvline()
150 pp = &CURC->gc_baseaddr[0][FOFS(x,y,CURC->gc_lineoffset)]; in drawhline()
154 SETFARSEL(CURC->gc_selector); in drawhline()
172 skip = CURC->gc_lineoffset; in drawblock()
178 SETFARSEL(CURC->gc_selector); in drawblock()
281 ptr = &CURC->gc_baseaddr[0][FOFS(x,y,CURC->gc_lineoffset)]; in drawline()
[all …]
/dports/misc/visp/visp-3.4.0/modules/robot/src/wireframe-simulator/
H A DvpLex.cpp273 switch (chtbl[(int)CURC]) { in lex()
300 if (CURC != '*') in lex()
349 switch (CURC) { in lex()
355 if (CURC != 'E' && CURC != 'e') { in lex()
366 if (isintt((int)CURC)) in lex()
397 if (isintt((int)CURC)) in lex()
494 if (CURC != '*') in lexecho()
547 switch (CURC) { in lexecho()
553 if (CURC != 'E' && CURC != 'e') { in lexecho()
562 if (isintt((int)CURC)) in lexecho()
[all …]
/dports/graphics/grx/grx249/src/setup/
H A Dclip.c24 cxclip_box(CURC,x1,y1,x2,y2); in GrSetClipBox()
25 CURC->gc_xcliplo = x1; in GrSetClipBox()
26 CURC->gc_ycliplo = y1; in GrSetClipBox()
27 CURC->gc_xcliphi = x2; in GrSetClipBox()
28 CURC->gc_ycliphi = y2; in GrSetClipBox()
42 CURC->gc_xcliplo = 0; in GrResetClipBox()
43 CURC->gc_ycliplo = 0; in GrResetClipBox()
44 CURC->gc_xcliphi = CURC->gc_xmax; in GrResetClipBox()
45 CURC->gc_ycliphi = CURC->gc_ymax; in GrResetClipBox()
/dports/graphics/grx/grx249/src/draw/
H A Dbox.c27 clip_ordbox(CURC,x1,y1,x2,y2); in GrBox()
28 mouse_block(CURC,x1,y1,x2,y2); in GrBox()
30 x1 + CURC->gc_xoffset, in GrBox()
31 y1 + CURC->gc_yoffset, in GrBox()
36 x1 + CURC->gc_xoffset, in GrBox()
37 y2 + CURC->gc_yoffset, in GrBox()
43 x1 + CURC->gc_xoffset, in GrBox()
44 y1 + CURC->gc_yoffset, in GrBox()
49 x2 + CURC->gc_xoffset, in GrBox()
50 y1 + CURC->gc_yoffset, in GrBox()
H A Dboxnc.c27 x1 + CURC->gc_xoffset, in GrBoxNC()
28 y1 + CURC->gc_yoffset, in GrBoxNC()
33 x1 + CURC->gc_xoffset, in GrBoxNC()
34 y2 + CURC->gc_yoffset, in GrBoxNC()
40 x1 + CURC->gc_xoffset, in GrBoxNC()
41 y1 + CURC->gc_yoffset + 1, in GrBoxNC()
46 x2 + CURC->gc_xoffset, in GrBoxNC()
47 y1 + CURC->gc_yoffset + 1, in GrBoxNC()
/dports/graphics/grx/grx249/src/user/
H A Duframbox.c28 U2SX(x1,CURC); in GrUsrFramedBox()
29 U2SY(y1,CURC); in GrUsrFramedBox()
30 U2SX(x2,CURC); in GrUsrFramedBox()
31 U2SY(y2,CURC); in GrUsrFramedBox()
32 SCALE(w1,wdt,CURC->gc_xmax,CURC->gc_usrwidth); in GrUsrFramedBox()
33 SCALE(w2,wdt,CURC->gc_ymax,CURC->gc_usrheight); in GrUsrFramedBox()
H A Dugetwin.c24 *x1 = CURC->gc_usrxbase; in GrGetUserWindow()
25 *y1 = CURC->gc_usrybase; in GrGetUserWindow()
26 *x2 = CURC->gc_usrxbase + CURC->gc_usrwidth; in GrGetUserWindow()
27 *y2 = CURC->gc_usrybase + CURC->gc_usrheight; in GrGetUserWindow()
H A Dupfelli.c14 U2SX(xc,CURC); in GrUsrPatternFilledEllipse()
15 U2SY(yc,CURC); in GrUsrPatternFilledEllipse()
16 SCALE(xa,xa,CURC->gc_xmax,CURC->gc_usrwidth); in GrUsrPatternFilledEllipse()
17 SCALE(ya,ya,CURC->gc_ymax,CURC->gc_usrheight); in GrUsrPatternFilledEllipse()
H A Dupelli.c24 U2SX(xc,CURC); in GrUsrPatternedEllipse()
25 U2SY(yc,CURC); in GrUsrPatternedEllipse()
26 SCALE(xa,xa,CURC->gc_xmax,CURC->gc_usrwidth); in GrUsrPatternedEllipse()
27 SCALE(ya,ya,CURC->gc_ymax,CURC->gc_usrheight); in GrUsrPatternedEllipse()
H A Ducelli.c24 U2SX(xc,CURC); in GrUsrCustomEllipse()
25 U2SY(yc,CURC); in GrUsrCustomEllipse()
26 SCALE(xa,xa,CURC->gc_xmax,CURC->gc_usrwidth); in GrUsrCustomEllipse()
27 SCALE(ya,ya,CURC->gc_ymax,CURC->gc_usrheight); in GrUsrCustomEllipse()
H A Duelli.c28 U2SX(xc,CURC); in GrUsrEllipse()
29 U2SY(yc,CURC); in GrUsrEllipse()
30 SCALE(xa,xa,CURC->gc_xmax,CURC->gc_usrwidth); in GrUsrEllipse()
31 SCALE(ya,ya,CURC->gc_ymax,CURC->gc_usrheight); in GrUsrEllipse()
H A Duellif.c28 U2SX(xc,CURC); in GrUsrFilledEllipse()
29 U2SY(yc,CURC); in GrUsrFilledEllipse()
30 SCALE(xa,xa,CURC->gc_xmax,CURC->gc_usrwidth); in GrUsrFilledEllipse()
31 SCALE(ya,ya,CURC->gc_ymax,CURC->gc_usrheight); in GrUsrFilledEllipse()
H A Ducellia.c24 U2SX(xc,CURC); in GrUsrCustomEllipseArc()
25 U2SY(yc,CURC); in GrUsrCustomEllipseArc()
26 SCALE(xa,xa,CURC->gc_xmax,CURC->gc_usrwidth); in GrUsrCustomEllipseArc()
27 SCALE(ya,ya,CURC->gc_ymax,CURC->gc_usrheight); in GrUsrCustomEllipseArc()
H A Duellia.c23 U2SX(xc,CURC); in GrUsrEllipseArc()
24 U2SY(yc,CURC); in GrUsrEllipseArc()
25 SCALE(xa,xa,CURC->gc_xmax,CURC->gc_usrwidth); in GrUsrEllipseArc()
26 SCALE(ya,ya,CURC->gc_ymax,CURC->gc_usrheight); in GrUsrEllipseArc()
H A Duellifa.c23 U2SX(xc,CURC); in GrUsrFilledEllipseArc()
24 U2SY(yc,CURC); in GrUsrFilledEllipseArc()
25 SCALE(xa,xa,CURC->gc_xmax,CURC->gc_usrwidth); in GrUsrFilledEllipseArc()
26 SCALE(ya,ya,CURC->gc_ymax,CURC->gc_usrheight); in GrUsrFilledEllipseArc()
H A Dupfellia.c24 U2SX(xc,CURC); in GrUsrPatternFilledEllipseArc()
25 U2SY(yc,CURC); in GrUsrPatternFilledEllipseArc()
26 SCALE(xa,xa,CURC->gc_xmax,CURC->gc_usrwidth); in GrUsrPatternFilledEllipseArc()
27 SCALE(ya,ya,CURC->gc_ymax,CURC->gc_usrheight); in GrUsrPatternFilledEllipseArc()
H A Dupellia.c25 U2SX(xc,CURC); in GrUsrPatternedEllipseArc()
26 U2SY(yc,CURC); in GrUsrPatternedEllipseArc()
27 SCALE(xa,xa,CURC->gc_xmax,CURC->gc_usrwidth); in GrUsrPatternedEllipseArc()
28 SCALE(ya,ya,CURC->gc_ymax,CURC->gc_usrheight); in GrUsrPatternedEllipseArc()
/dports/graphics/grx/grx249/src/image/
H A Dihline.c33 clip_hline(CURC,x,x2,y); in GrImageHLineAlign()
35 mouse_block(CURC,x,y,x2,y); in GrImageHLineAlign()
39 xdest = x + CURC->gc_xoffset; in GrImageHLineAlign()
40 ydest = y + CURC->gc_yoffset; in GrImageHLineAlign()
43 if (CURC->gc_onscreen) bltfun = CURC->gc_driver->bltr2v; in GrImageHLineAlign()
44 else bltfun = CURC->gc_driver->bitblt; in GrImageHLineAlign()
47 (*bltfun)(&CURC->gc_frame,xdest,ydest, in GrImageHLineAlign()
H A Difbox.c31 clip_box(CURC,x1,y1,x2,y2); in GrImageFilledBoxAlign()
35 if (CURC->gc_onscreen) bltfun = CURC->gc_driver->bltr2v; in GrImageFilledBoxAlign()
36 else bltfun = CURC->gc_driver->bitblt; in GrImageFilledBoxAlign()
41 mouse_block(CURC,x1,y1,x2,y2); in GrImageFilledBoxAlign()
50 (*bltfun)( &CURC->gc_frame, xx + CURC->gc_xoffset, yy + CURC->gc_yoffset, in GrImageFilledBoxAlign()
/dports/graphics/grx/grx249/src/pattern/
H A Dpatfbox.c28 clip_box(CURC,x1,y1,x2,y2); in GrPatternFilledBox()
29 mouse_block(CURC,x1,y1,x2,y2); in GrPatternFilledBox()
32 x1 += CURC->gc_xoffset; in GrPatternFilledBox()
33 y1 += CURC->gc_yoffset; in GrPatternFilledBox()
43 if (CURC->gc_onscreen) bltfun = CURC->gc_driver->bltr2v; in GrPatternFilledBox()
44 else bltfun = CURC->gc_driver->bitblt; in GrPatternFilledBox()
53 &CURC->gc_frame,xpos,ypos, in GrPatternFilledBox()
H A Dfillpatt.c39 if (CURC->gc_onscreen) bltfun = CURC->gc_driver->bltr2v; in _GrFillPatternExt()
40 else bltfun = CURC->gc_driver->bitblt; in _GrFillPatternExt()
44 &CURC->gc_frame,xdest,ydest, in _GrFillPatternExt()
58 (*CURC->gc_driver->drawhline)(x,y,width,p->gp_bmp_bgcolor); in _GrFillPatternExt()
60 (*CURC->gc_driver->drawhline)(x,y,width,p->gp_bmp_fgcolor); in _GrFillPatternExt()
67 (*CURC->gc_driver->drawpattern)(x,y,width,pp,fg,bg); in _GrFillPatternExt()
73 (*CURC->gc_driver->drawpixel)(x,y,(bits & mask) ? fg : bg); in _GrFillPatternExt()
/dports/graphics/grx/grx249/src/shape/
H A Dscanellp.c34 clip_ordbox(CURC,x1,y1,x2,y2); in _GrScanEllipse()
35 mouse_block(CURC,x1,y1,x2,y2); in _GrScanEllipse()
38 (x1 + CURC->gc_xoffset), in _GrScanEllipse()
39 (y1 + CURC->gc_yoffset), in _GrScanEllipse()
95 clip_ordxrange_(CURC,x1,x2,break,CLIP_EMPTY_MACRO_ARG); in _GrScanEllipse()
97 (x1 + CURC->gc_xoffset), in _GrScanEllipse()
98 (row + CURC->gc_yoffset), in _GrScanEllipse()
111 clip_ordxrange_(CURC,x1,x2,continue,CLIP_EMPTY_MACRO_ARG); in _GrScanEllipse()
113 (x1 + CURC->gc_xoffset), in _GrScanEllipse()
114 (row + CURC->gc_yoffset), in _GrScanEllipse()

12345