Home
last modified time | relevance | path

Searched refs:RED_BITS (Results 1 – 25 of 219) sorted by relevance

123456789

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevsun.c146 #define RED_BITS 2 /* everything depends on this one */ macro
147 #define GREEN_BITS RED_BITS
148 #define BLUE_BITS RED_BITS
150 #define RGB_BITS (RED_BITS + GREEN_BITS + BLUE_BITS)
154 #define MAX_BITS RED_BITS
168 #define RED_MASK ((1 << (BLUE_BITS + GREEN_BITS + RED_BITS)) - 1 \
173 #define RED_COLS (1 << RED_BITS)
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevsun.c141 #define RED_BITS 2 /* everything depends on this one */ macro
142 #define GREEN_BITS RED_BITS
143 #define BLUE_BITS RED_BITS
145 #define RGB_BITS (RED_BITS + GREEN_BITS + BLUE_BITS)
149 #define MAX_BITS RED_BITS
163 #define RED_MASK ((1 << (BLUE_BITS + GREEN_BITS + RED_BITS)) - 1 \
168 #define RED_COLS (1 << RED_BITS)
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevsun.c143 #define RED_BITS 2 /* everything depends on this one */ macro
144 #define GREEN_BITS RED_BITS
145 #define BLUE_BITS RED_BITS
147 #define RGB_BITS (RED_BITS + GREEN_BITS + BLUE_BITS)
151 #define MAX_BITS RED_BITS
165 #define RED_MASK ((1 << (BLUE_BITS + GREEN_BITS + RED_BITS)) - 1 \
170 #define RED_COLS (1 << RED_BITS)
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevsun.c143 #define RED_BITS 2 /* everything depends on this one */ macro
144 #define GREEN_BITS RED_BITS
145 #define BLUE_BITS RED_BITS
147 #define RGB_BITS (RED_BITS + GREEN_BITS + BLUE_BITS)
151 #define MAX_BITS RED_BITS
165 #define RED_MASK ((1 << (BLUE_BITS + GREEN_BITS + RED_BITS)) - 1 \
170 #define RED_COLS (1 << RED_BITS)
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevsun.c141 #define RED_BITS 2 /* everything depends on this one */ macro
142 #define GREEN_BITS RED_BITS
143 #define BLUE_BITS RED_BITS
145 #define RGB_BITS (RED_BITS + GREEN_BITS + BLUE_BITS)
149 #define MAX_BITS RED_BITS
163 #define RED_MASK ((1 << (BLUE_BITS + GREEN_BITS + RED_BITS)) - 1 \
168 #define RED_COLS (1 << RED_BITS)
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevsun.c146 #define RED_BITS 2 /* everything depends on this one */ macro
147 #define GREEN_BITS RED_BITS
148 #define BLUE_BITS RED_BITS
150 #define RGB_BITS (RED_BITS + GREEN_BITS + BLUE_BITS)
154 #define MAX_BITS RED_BITS
168 #define RED_MASK ((1 << (BLUE_BITS + GREEN_BITS + RED_BITS)) - 1 \
173 #define RED_COLS (1 << RED_BITS)
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-0.34.0/examples/
H A Ddefaults.rs50 (gl::RED_BITS, None, "red bits" ), in main()
89 pub static RED_BITS : GLenum = 0x0D52; variable
/dports/graphics/iiview/iiview-0.31/
H A Dxsupport.c84 int RED_BITS,GREEN_BITS,BLUE_BITS; /* ... */ variable
112 ((((rgb >> 16)&0xFF)>>(8-RED_BITS))<< RED_POS)| in x_GetColor()
326 RED_BITS=BLUE_BITS=GREEN_BITS=0; in x_InitConnection()
328 for (;i&1;i>>=1,RED_BITS++); in x_InitConnection()
337 RED_BITS,GREEN_BITS,BLUE_BITS, bitsperpixel, (unsigned int)visual->visualid); in x_InitConnection()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/gl-0.11.0/
H A DREADME.md46 gl::RED_BITS;
/dports/games/dose-response/dose-response-179c326/cargo-crates/gl-0.10.0/
H A DREADME.md46 gl::RED_BITS;
/dports/graphics/rx/rx-0.4.0/cargo-crates/gl-0.14.0/
H A DREADME.md46 gl::RED_BITS;
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/mobile/gl/
H A Dconsts.go128 RED_BITS = 0x0D52 const
/dports/graphics/py-glfw/glfw-2.5.0/glfw/
H A DGLFW.py273 RED_BITS as GLFW_RED_BITS,
/dports/graphics/gpaint/gpaint-2-0.3.3/src/
H A Dimage_processing.c1330 #define RED_BITS 5 macro
1334 #define MAX_RED (1 << RED_BITS)
1416 cache = &(color_cube[CUBEINDEX ((r << RED_BITS) / 256, in nearest_color()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/graphics/
H A Dglwrap.cpp447 INTEGER(RED_BITS); in getGLLimits()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/util/
H A Ddumpstate.c1064 EDEF(RED_BITS),
1912 VAR_INT(RED_BITS) in dump_opengl_state()
/dports/games/0ad/0ad-0.0.23b-alpha/source/ps/GameSetup/
H A DHWDetect.cpp496 INTEGER(RED_BITS); in ReportGLLimits()
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-0.34.0/src/ffi/
H A Dmod.rs269 pub const RED_BITS : c_int = 0x00021001; const
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h210 RED_BITS = 0x0D52, enumerator
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A Diprocess.c1361 #define RED_BITS 5 macro
1365 #define MAX_RED (1 << RED_BITS)
1444 cache = &(color_cube[CUBEINDEX((r << RED_BITS) / 256, in nearest_color()
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWGLWidget.h866 RED_BITS = 0x0D52, enumerator
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/interfaces/
H A Dwebgl1.idl251 const GLenum RED_BITS = 0x0D52;
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/khronos_api-2.2.0/api_webgl/specs/latest/1.0/
H A Dwebgl.idl243 const GLenum RED_BITS = 0x0D52;
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/interfaces/
H A Dwebgl1.idl252 const GLenum RED_BITS = 0x0D52;
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/interfaces/
H A Dwebgl1.idl251 const GLenum RED_BITS = 0x0D52;

123456789