Home
last modified time | relevance | path

Searched refs:CLIP_MASK (Results 1 – 25 of 264) sorted by relevance

1234567891011

/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/demos/
H A Disosurf.c33 #undef CLIP_MASK
80 #define CLIP_MASK (USER_CLIP|NO_USER_CLIP) macro
696 if (CHANGED(state, m, CLIP_MASK)) { in ModeMenu()
697 UPDATE(state, m, CLIP_MASK); in ModeMenu()
938 ModeMenu((state ^ CLIP_MASK) & CLIP_MASK); in Key()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/demos/
H A Disosurf.c33 #undef CLIP_MASK
80 #define CLIP_MASK (USER_CLIP|NO_USER_CLIP) macro
696 if (CHANGED(state, m, CLIP_MASK)) { in ModeMenu()
697 UPDATE(state, m, CLIP_MASK); in ModeMenu()
938 ModeMenu((state ^ CLIP_MASK) & CLIP_MASK); in Key()
/dports/lang/ghc/ghc-8.10.7/libraries/Win32/Graphics/Win32/GDI/
H A DFont.hsc108 , cLIP_MASK = CLIP_MASK
/dports/www/firefox-esr/firefox-91.8.0/layout/svg/
H A DSVGUtils.h129 #undef CLIP_MASK
/dports/lang/spidermonkey60/firefox-60.9.0/layout/svg/
H A DnsSVGUtils.h130 #undef CLIP_MASK
/dports/www/firefox/firefox-99.0/layout/svg/
H A DSVGUtils.h129 #undef CLIP_MASK
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/svg/
H A DnsSVGUtils.h137 #undef CLIP_MASK
/dports/mail/thunderbird/thunderbird-91.8.0/layout/svg/
H A DSVGUtils.h129 #undef CLIP_MASK
/dports/lang/spidermonkey78/firefox-78.9.0/layout/svg/
H A DnsSVGUtils.h127 #undef CLIP_MASK
/dports/x11/xedit/xedit-1.2.2/lisp/
H A Dxedit.c685 #define CLIP_MASK(mask, from, to) \ in XeditInteractiveCallback() macro
697 CLIP_MASK((mask), tmp, (info)[i].left); \ in XeditInteractiveCallback()
727 CLIP_MASK((mask), (info)[j].left, (info)[j].right); \ in XeditInteractiveCallback()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/renderer/
H A Dshade.rs1186 features.remove(BatchFeatures::CLIP_MASK); in get()
1193 | BatchFeatures::CLIP_MASK, in get()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/renderer/
H A Dshade.rs1186 features.remove(BatchFeatures::CLIP_MASK); in get()
1193 | BatchFeatures::CLIP_MASK, in get()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/renderer/
H A Dshade.rs1261 features.remove(BatchFeatures::CLIP_MASK); in get()
1268 | BatchFeatures::CLIP_MASK, in get()
/dports/textproc/libcss/libcss-0.9.1/src/select/
H A Dautogenerated_propget.h568 #define CLIP_MASK 0xffffffc0 macro
574 bits &= CLIP_MASK; in get_clip()
606 #undef CLIP_MASK
H A Dautogenerated_propset.h658 #define CLIP_MASK 0xffffffc0 macro
672 *bits = (*bits & ~CLIP_MASK) | in set_clip()
697 #undef CLIP_MASK
/dports/print/transfig/transfig.3.2.5e/fig2dev/dev/
H A Dgenemf.h144 #define CLIP_MASK 0xf macro
/dports/print/fig2dev/fig2dev-3.2.8a/fig2dev/dev/
H A Dgenemf.h147 #define CLIP_MASK 0xf macro
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dbatch.rs544 const CLIP_MASK = 1 << 3; const
1001 BatchFeatures::CLIP_MASK, in add_prim_to_batch()
1084 batch_features |= BatchFeatures::CLIP_MASK; in add_prim_to_batch()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dbatch.rs544 const CLIP_MASK = 1 << 3; const
1006 BatchFeatures::CLIP_MASK, in add_prim_to_batch()
1091 batch_features |= BatchFeatures::CLIP_MASK; in add_prim_to_batch()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dbatch.rs544 const CLIP_MASK = 1 << 3; const
1001 BatchFeatures::CLIP_MASK, in add_prim_to_batch()
1084 batch_features |= BatchFeatures::CLIP_MASK; in add_prim_to_batch()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/win32/
H A Dgdkmain-win32.c539 BIT (CLIP_MASK); in _gdk_win32_gcvalues_mask_to_string()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Drender.rs410 pub const CLIP_MASK: Self = Self(1 << 6);
463 (Self::CLIP_MASK.0.into(), "CLIP_MASK", "ClipMask"),
1657 let clipmask = if switch_expr & u32::from(CP::CLIP_MASK) != 0 {
1792 expr_value |= u32::from(CP::CLIP_MASK);
2064 let clipmask = if switch_expr & u32::from(CP::CLIP_MASK) != 0 {
2199 expr_value |= u32::from(CP::CLIP_MASK);
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Drender.rs410 pub const CLIP_MASK: Self = Self(1 << 6); const
463 (Self::CLIP_MASK.0.into(), "CLIP_MASK", "ClipMask"), in fmt()
1657 let clipmask = if switch_expr & u32::from(CP::CLIP_MASK) != 0 { in try_parse()
1792 expr_value |= u32::from(CP::CLIP_MASK); in switch_expr()
2064 let clipmask = if switch_expr & u32::from(CP::CLIP_MASK) != 0 { in try_parse()
2199 expr_value |= u32::from(CP::CLIP_MASK); in switch_expr()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.2.8/src/
H A Dwingdi.rs694 pub const CLIP_MASK: ::DWORD = 0xf; const
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/winapi-0.2.8/src/
H A Dwingdi.rs694 pub const CLIP_MASK: ::DWORD = 0xf; const

1234567891011