/dports/games/warzone2100/warzone2100/src/ |
H A D | bucket3d.cpp | 41 #define CLIP_RIGHT ((SDWORD)pie_GetVideoBufferWidth()) macro 92 if ((pixel.x + radius < CLIP_LEFT) || (pixel.x - radius > CLIP_RIGHT) in bucketCalculateZ() 127 if ((pixel.x + radius < CLIP_LEFT) || (pixel.x - radius > CLIP_RIGHT) in bucketCalculateZ() 161 if ((pixel.x + radius < CLIP_LEFT) || (pixel.x - radius > CLIP_RIGHT) in bucketCalculateZ() 183 if ((pixel.x + radius < CLIP_LEFT) || (pixel.x - radius > CLIP_RIGHT) in bucketCalculateZ() 208 if ((pixel.x + radius < CLIP_LEFT) || (pixel.x - radius > CLIP_RIGHT) in bucketCalculateZ() 246 if ((pixel.x + radius < CLIP_LEFT) || (pixel.x - radius > CLIP_RIGHT) in bucketCalculateZ() 270 if ((pixel.x + radius < CLIP_LEFT) || (pixel.x - radius > CLIP_RIGHT) in bucketCalculateZ() 294 if ((pixel.x + radius < CLIP_LEFT) || (pixel.x - radius > CLIP_RIGHT) in bucketCalculateZ()
|
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/Clip/ |
H A D | clplin.c | 69 code |= CLIP_RIGHT; in gr_clip_fix_code() 118 } else if (code & CLIP_RIGHT) { in gr_clip_fix_line()
|
H A D | clpcon.h | 42 #define CLIP_RIGHT 4 macro
|
H A D | clprect.c | 66 code |= CLIP_RIGHT; in gr_clip_rect()
|
H A D | clip.h | 84 #define CLIP_RIGHT 4 macro
|
H A D | clpf24.c | 67 code |= CLIP_RIGHT; in gr_clip_flat24_bitmap()
|
H A D | clpmono.c | 74 code |= CLIP_RIGHT; in gr_clip_mono_bitmap()
|
H A D | clplin2.c | 80 } else if (code & CLIP_RIGHT) { in gri_line_clip()
|
/dports/print/hp2xx/hp2xx-3.4.4/sources/ |
H A D | clip.c | 20 #define CLIP_RIGHT 1 macro 36 code |= CLIP_RIGHT; in ClipAreaCode()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Device/ |
H A D | Clipper.hpp | 30 CLIP_RIGHT = 1 << 0, enumerator
|
H A D | Clipper.cpp | 266 return ((v.x > v.w) ? CLIP_RIGHT : 0) | in ComputeClipFlags() 288 if(clipFlagsOr & CLIP_RIGHT) clipRight(polygon); in Clip()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Device/ |
H A D | Clipper.hpp | 30 CLIP_RIGHT = 1 << 0, enumerator
|
H A D | Clipper.cpp | 266 return ((v.x > v.w) ? CLIP_RIGHT : 0) | in ComputeClipFlags() 288 if(clipFlagsOr & CLIP_RIGHT) clipRight(polygon); in Clip()
|
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/mitab/ |
H A D | mitab_geometry.cpp | 132 typedef enum {CLIP_LEFT, CLIP_MIDDLE, CLIP_RIGHT} CLIP_STATE; enumerator 133 #define CLIP_CHECK(min, a, max) ((a) < (min) ? CLIP_LEFT : ((a) > (max) ? CLIP_RIGHT : CLIP_MIDDLE)… 136 … x, x1) ((x) < MIN( (x0), (x1)) ? CLIP_LEFT : ((x) > MAX( (x0), (x1)) ? CLIP_RIGHT : CLIP_MIDDLE ))
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Renderer/ |
H A D | Clipper.hpp | 33 CLIP_RIGHT = 1 << 0, enumerator
|
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/Gen/ |
H A D | genhlin.c | 84 r |= CLIP_RIGHT; in gri_hline_clip_fill()
|
H A D | genhfl8.c | 92 code |= CLIP_RIGHT; in gen_hflip_flat8_bitmap()
|
H A D | genchfl8.c | 95 code |= CLIP_RIGHT; in gen_clut_hflip_flat8_bitmap()
|
H A D | gengfl8.c | 108 code |= CLIP_RIGHT; in gen_get_flat8_bitmap()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Renderer/ |
H A D | Clipper.hpp | 33 CLIP_RIGHT = 1 << 0, enumerator
|
/dports/games/julius/julius-1.7.0/src/graphics/ |
H A D | graphics.h | 9 CLIP_RIGHT, enumerator
|
/dports/games/augustus/augustus-3.1.0/src/graphics/ |
H A D | graphics.h | 16 CLIP_RIGHT, enumerator
|
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/ |
H A D | mitab_geometry.cpp | 119 typedef enum { CLIP_LEFT, CLIP_MIDDLE, CLIP_RIGHT } CLIP_STATE; enumerator 125 return CLIP_RIGHT; in EDGE_CHECK()
|
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/mitab/ |
H A D | mitab_geometry.cpp | 119 typedef enum { CLIP_LEFT, CLIP_MIDDLE, CLIP_RIGHT } CLIP_STATE; enumerator 125 return CLIP_RIGHT; in EDGE_CHECK()
|
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/ |
H A D | mitab_geometry.cpp | 119 typedef enum { CLIP_LEFT, CLIP_MIDDLE, CLIP_RIGHT } CLIP_STATE; enumerator 125 return CLIP_RIGHT; in EDGE_CHECK()
|