Home
last modified time | relevance | path

Searched refs:GrHighX (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/grx/grx249/src/setup/
H A Dcxtinlne.c76 int (GrHighX)(void)
78 return(GrHighX());
/dports/graphics/grx/grx249/src/shape/
H A Dscanpoly.c140 if((nedges > 0) && (xmin <= GrHighX()) && (xmax >= GrLowX())) { in _GrScanPolygon()
143 if(xmax > GrHighX()) xmax = GrHighX(); in _GrScanPolygon()
/dports/graphics/grx/grx249/src/text/
H A Ddumptext.c60 if(xpos > GrHighX()) { in GrDumpText()
61 int clip = (xpos - GrHighX() + chrw - 1) / chrw; in GrDumpText()
/dports/graphics/grx/grx249/include/
H A Dgrx20.h557 int GrHighX(void);
570 #define GrHighX() (GrCurrentContext()->gc_xcliphi) macro
581 *(x2p) = GrHighX(); \
/dports/graphics/grx/grx249/pascal/
H A Dgrx.pas457 function GrHighX:CInteger; asmname 'GrHighX'; in GrHighX() function