Home
last modified time | relevance | path

Searched refs:GREEN_BITS (Results 1 – 25 of 216) sorted by relevance

123456789

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevsun.c147 #define GREEN_BITS RED_BITS macro
150 #define RGB_BITS (RED_BITS + GREEN_BITS + BLUE_BITS)
155 #if (GREEN_BITS > MAX_BITS)
157 #define MAX_BITS GREEN_BITS
167 #define GREEN_MASK ((1 << (BLUE_BITS + GREEN_BITS)) - 1 - BLUE_MASK)
168 #define RED_MASK ((1 << (BLUE_BITS + GREEN_BITS + RED_BITS)) - 1 \
174 #define GREEN_COLS (1 << GREEN_BITS)
365 (double)((color & RED_MASK) >> (GREEN_BITS + BLUE_BITS)) in sun_open()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevsun.c142 #define GREEN_BITS RED_BITS macro
145 #define RGB_BITS (RED_BITS + GREEN_BITS + BLUE_BITS)
150 #if (GREEN_BITS > MAX_BITS)
152 #define MAX_BITS GREEN_BITS
162 #define GREEN_MASK ((1 << (BLUE_BITS + GREEN_BITS)) - 1 - BLUE_MASK)
163 #define RED_MASK ((1 << (BLUE_BITS + GREEN_BITS + RED_BITS)) - 1 \
169 #define GREEN_COLS (1 << GREEN_BITS)
360 (double)((color & RED_MASK) >> (GREEN_BITS + BLUE_BITS)) in sun_open()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevsun.c144 #define GREEN_BITS RED_BITS macro
147 #define RGB_BITS (RED_BITS + GREEN_BITS + BLUE_BITS)
152 #if (GREEN_BITS > MAX_BITS)
154 #define MAX_BITS GREEN_BITS
164 #define GREEN_MASK ((1 << (BLUE_BITS + GREEN_BITS)) - 1 - BLUE_MASK)
165 #define RED_MASK ((1 << (BLUE_BITS + GREEN_BITS + RED_BITS)) - 1 \
171 #define GREEN_COLS (1 << GREEN_BITS)
363 (double)((color & RED_MASK) >> (GREEN_BITS + BLUE_BITS)) in sun_open()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevsun.c144 #define GREEN_BITS RED_BITS macro
147 #define RGB_BITS (RED_BITS + GREEN_BITS + BLUE_BITS)
152 #if (GREEN_BITS > MAX_BITS)
154 #define MAX_BITS GREEN_BITS
164 #define GREEN_MASK ((1 << (BLUE_BITS + GREEN_BITS)) - 1 - BLUE_MASK)
165 #define RED_MASK ((1 << (BLUE_BITS + GREEN_BITS + RED_BITS)) - 1 \
171 #define GREEN_COLS (1 << GREEN_BITS)
363 (double)((color & RED_MASK) >> (GREEN_BITS + BLUE_BITS)) in sun_open()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevsun.c142 #define GREEN_BITS RED_BITS macro
145 #define RGB_BITS (RED_BITS + GREEN_BITS + BLUE_BITS)
150 #if (GREEN_BITS > MAX_BITS)
152 #define MAX_BITS GREEN_BITS
162 #define GREEN_MASK ((1 << (BLUE_BITS + GREEN_BITS)) - 1 - BLUE_MASK)
163 #define RED_MASK ((1 << (BLUE_BITS + GREEN_BITS + RED_BITS)) - 1 \
169 #define GREEN_COLS (1 << GREEN_BITS)
360 (double)((color & RED_MASK) >> (GREEN_BITS + BLUE_BITS)) in sun_open()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevsun.c147 #define GREEN_BITS RED_BITS macro
150 #define RGB_BITS (RED_BITS + GREEN_BITS + BLUE_BITS)
155 #if (GREEN_BITS > MAX_BITS)
157 #define MAX_BITS GREEN_BITS
167 #define GREEN_MASK ((1 << (BLUE_BITS + GREEN_BITS)) - 1 - BLUE_MASK)
168 #define RED_MASK ((1 << (BLUE_BITS + GREEN_BITS + RED_BITS)) - 1 \
174 #define GREEN_COLS (1 << GREEN_BITS)
365 (double)((color & RED_MASK) >> (GREEN_BITS + BLUE_BITS)) in sun_open()
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-0.34.0/examples/
H A Ddefaults.rs51 (gl::GREEN_BITS, None, "green bits" ), in main()
90 pub static GREEN_BITS : GLenum = 0x0D53; variable
/dports/graphics/iiview/iiview-0.31/
H A Dxsupport.c84 int RED_BITS,GREEN_BITS,BLUE_BITS; /* ... */ variable
113 ((((rgb >> 8)&0xFF)>>(8-GREEN_BITS))<< GREEN_POS)| in x_GetColor()
326 RED_BITS=BLUE_BITS=GREEN_BITS=0; in x_InitConnection()
330 for (;i&1;i>>=1,GREEN_BITS++); in x_InitConnection()
337 RED_BITS,GREEN_BITS,BLUE_BITS, bitsperpixel, (unsigned int)visual->visualid); in x_InitConnection()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/mobile/gl/
H A Dconsts.go129 GREEN_BITS = 0x0D53 const
/dports/graphics/py-glfw/glfw-2.5.0/glfw/
H A DGLFW.py73 GREEN_BITS as GLFW_GREEN_BITS,
/dports/graphics/gpaint/gpaint-2-0.3.3/src/
H A Dimage_processing.c1331 #define GREEN_BITS 6 macro
1335 #define MAX_GREEN (1 << GREEN_BITS)
1417 (g << GREEN_BITS) / 256, in nearest_color()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/graphics/
H A Dglwrap.cpp448 INTEGER(GREEN_BITS); in getGLLimits()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/util/
H A Ddumpstate.c1065 EDEF(GREEN_BITS),
1913 VAR_INT(GREEN_BITS) in dump_opengl_state()
/dports/games/0ad/0ad-0.0.23b-alpha/source/ps/GameSetup/
H A DHWDetect.cpp497 INTEGER(GREEN_BITS); in ReportGLLimits()
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-0.34.0/src/ffi/
H A Dmod.rs270 pub const GREEN_BITS : c_int = 0x00021002; const
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h211 GREEN_BITS = 0x0D53, enumerator
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A Diprocess.c1362 #define GREEN_BITS 6 macro
1366 #define MAX_GREEN (1 << GREEN_BITS)
1445 (g << GREEN_BITS) / 256, in nearest_color()
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWGLWidget.h867 GREEN_BITS = 0x0D53, enumerator
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/interfaces/
H A Dwebgl1.idl252 const GLenum GREEN_BITS = 0x0D53;
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/khronos_api-2.2.0/api_webgl/specs/latest/1.0/
H A Dwebgl.idl244 const GLenum GREEN_BITS = 0x0D53;
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/interfaces/
H A Dwebgl1.idl253 const GLenum GREEN_BITS = 0x0D53;
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/interfaces/
H A Dwebgl1.idl252 const GLenum GREEN_BITS = 0x0D53;
/dports/games/dose-response/dose-response-179c326/cargo-crates/khronos_api-2.2.0/api_webgl/specs/latest/1.0/
H A Dwebgl.idl244 const GLenum GREEN_BITS = 0x0D53;
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/interfaces/
H A Dwebgl1.idl252 const GLenum GREEN_BITS = 0x0D53;
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/khronos_api-3.1.0/api_webgl/specs/latest/1.0/
H A Dwebgl.idl272 const GLenum GREEN_BITS = 0x0D53;

123456789