Home
last modified time | relevance | path

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

/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Zip/
H A DZipItem.cpp129 DWORD winAttributes = 0; in GetWinAttributes() local
131 winAttributes |= FILE_ATTRIBUTE_DIRECTORY; in GetWinAttributes()
132 return winAttributes; in GetWinAttributes()
138 DWORD winAttributes = 0; in GetWinAttributes() local
144 winAttributes = ExternalAttributes; in GetWinAttributes()
149 if (winAttributes & (NFileHeader::NUnixAttribute::kIFDIR << 16)) in GetWinAttributes()
150 winAttributes |= FILE_ATTRIBUTE_DIRECTORY; in GetWinAttributes()
151 return winAttributes; in GetWinAttributes()
154 winAttributes = 0; // must be converted from unix value; in GetWinAttributes()
157 winAttributes |= FILE_ATTRIBUTE_DIRECTORY; in GetWinAttributes()
[all …]
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Rar/
H A DRarItem.cpp39 UInt32 winAttributes; in GetWinAttributes() local
45 winAttributes = Attrib; in GetWinAttributes()
48 winAttributes = 0; // must be converted from unix value; in GetWinAttributes()
51 winAttributes |= NHeader::NFile::kWinFileDirectoryAttributeMask; in GetWinAttributes()
52 return winAttributes; in GetWinAttributes()
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/starbase/
H A Dwsutils.c573 *imageColormap = winAttributes.colormap = DefaultColormap(display, in CreateImagePlanesWindow()
575 winAttributes.background_pixel = BlackPixel(display, screen); in CreateImagePlanesWindow()
576 winAttributes.border_pixel = WhitePixel(display, screen); in CreateImagePlanesWindow()
583 *imageColormap = winAttributes.colormap = in CreateImagePlanesWindow()
586 XAllocNamedColor(display, winAttributes.colormap, "Black", in CreateImagePlanesWindow()
588 winAttributes.background_pixel = actualColor.pixel; in CreateImagePlanesWindow()
589 XAllocNamedColor(display, winAttributes.colormap, "White", in CreateImagePlanesWindow()
591 winAttributes.border_pixel = actualColor.pixel; in CreateImagePlanesWindow()
593 winAttributes.event_mask = ExposureMask; in CreateImagePlanesWindow()
594 winAttributes.backing_store = WhenMapped ; in CreateImagePlanesWindow()
[all …]
/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DX11DHCtrl.cpp128 XSetWindowAttributes winAttributes; in Init() local
130 winAttributes.colormap = XCreateColormap(Xdisplay, GetTopWindow()->GetWindow(), visual, AllocNone); in Init()
131 winAttributes.border_pixel = 0; in Init()
132 winAttributes.save_under = XFalse; in Init()
137 SetAttributes(ValueMask, winAttributes); in Init()
154 &winAttributes // attributes in Init()
159 XChangeWindowAttributes(Xdisplay, hwnd, ValueMask, &winAttributes); in Init()
/dports/graphics/freeglut/freeglut-3.2.1/src/x11/
H A Dfg_state_x11.c184 XWindowAttributes winAttributes; in fgPlatformGlutGet() local
191 &winAttributes in fgPlatformGlutGet()
195 case GLUT_WINDOW_WIDTH: return winAttributes.width ; in fgPlatformGlutGet()
196 case GLUT_WINDOW_HEIGHT: return winAttributes.height ; in fgPlatformGlutGet()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/src/x11/
H A Dfg_state_x11.c184 XWindowAttributes winAttributes; in fgPlatformGlutGet() local
191 &winAttributes in fgPlatformGlutGet()
195 case GLUT_WINDOW_WIDTH: return winAttributes.width ; in fgPlatformGlutGet()
196 case GLUT_WINDOW_HEIGHT: return winAttributes.height ; in fgPlatformGlutGet()
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/DisplayOutput/OpenGL/
H A Dglx.cpp104 XSetWindowAttributes winAttributes; in Initialize() local
147winAttributes.colormap = XCreateColormap( m_pDisplay, RootWindow(m_pDisplay, pVisualInfo->screen),… in Initialize()
149 winAttributes.border_pixel = 0; in Initialize()
150 winAttributes.event_mask = StructureNotifyMask | ButtonPressMask | KeyPressMask; in Initialize()
151 winAttributes.override_redirect = true; in Initialize()
188 pVisualInfo->visual, CWBorderPixel | CWColormap | CWEventMask, &winAttributes); in Initialize()
223 pVisualInfo->visual, CWBorderPixel | CWColormap | CWEventMask, &winAttributes); in Initialize()
/dports/lang/io-devel/io-9bfac31d/extras/win32vc2005/freeglut-2.2.0/src/
H A Dfreeglut_state.c253 XWindowAttributes winAttributes; in glutGet() local
260 &winAttributes in glutGet()
264 case GLUT_WINDOW_WIDTH: return winAttributes.width ; in glutGet()
265 case GLUT_WINDOW_HEIGHT: return winAttributes.height ; in glutGet()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/freeglut/
H A Dfreeglut_state.c300 XWindowAttributes winAttributes; in glutGet() local
307 &winAttributes in glutGet()
311 case GLUT_WINDOW_WIDTH: return winAttributes.width ; in glutGet()
312 case GLUT_WINDOW_HEIGHT: return winAttributes.height ; in glutGet()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/osfile/modules/
H A Dosfile_win_front.jsm269 if (!("winAttributes" in options)) {
277 options.winAttributes,
1036 let winAttributes = {
1051 winAttributes
1118 options.winAttributes,
1308 if ("readOnly" in winAttributes) {
1309 if (winAttributes.readOnly) {
1315 if ("system" in winAttributes) {
1316 if (winAttributes.system) {
1322 if ("hidden" in winAttributes) {
[all …]
H A Dosfile_win_allthreads.jsm244 winAttributes
253 this._winAttributes = winAttributes;
328 get winAttributes() {
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/osfile/modules/
H A Dosfile_win_front.jsm245 if (!("winAttributes" in options)) {
931 let winAttributes = {
938 winBirthDate, lastAccessDate, lastWriteDate, winAttributes);
997 if (!("winAttributes" in options)) {
1185 function toFileAttributes(winAttributes, oldDwAttrs) {
1186 if ("readOnly" in winAttributes) {
1187 if (winAttributes.readOnly) {
1193 if ("system" in winAttributes) {
1194 if (winAttributes.system) {
1200 if ("hidden" in winAttributes) {
[all …]
H A Dosfile_win_allthreads.jsm208 winAttributes) {
216 this._winAttributes = winAttributes;
291 get winAttributes() {
/dports/www/firefox/firefox-99.0/toolkit/components/osfile/modules/
H A Dosfile_win_front.jsm269 if (!("winAttributes" in options)) {
277 options.winAttributes,
1029 let winAttributes = {
1043 winAttributes
1110 options.winAttributes,
1300 if ("readOnly" in winAttributes) {
1301 if (winAttributes.readOnly) {
1307 if ("system" in winAttributes) {
1308 if (winAttributes.system) {
1314 if ("hidden" in winAttributes) {
[all …]
H A Dosfile_win_allthreads.jsm244 winAttributes
252 this._winAttributes = winAttributes;
315 get winAttributes() {
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/osfile/modules/
H A Dosfile_win_front.jsm269 if (!("winAttributes" in options)) {
277 options.winAttributes,
1036 let winAttributes = {
1051 winAttributes
1118 options.winAttributes,
1308 if ("readOnly" in winAttributes) {
1309 if (winAttributes.readOnly) {
1315 if ("system" in winAttributes) {
1316 if (winAttributes.system) {
1322 if ("hidden" in winAttributes) {
[all …]
H A Dosfile_win_allthreads.jsm245 winAttributes
254 this._winAttributes = winAttributes;
329 get winAttributes() {
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/osfile/modules/
H A Dosfile_win_front.jsm241 if (!("winAttributes" in options)) {
944 let winAttributes = {
951 winBirthDate, lastAccessDate, lastWriteDate, winAttributes);
1010 if (!("winAttributes" in options)) {
1232 function toFileAttributes(winAttributes, oldDwAttrs) {
1233 if ("readOnly" in winAttributes) {
1234 if (winAttributes.readOnly) {
1240 if ("system" in winAttributes) {
1241 if (winAttributes.system) {
1247 if ("hidden" in winAttributes) {
[all …]
H A Dosfile_win_allthreads.jsm214 winAttributes) {
222 this._winAttributes = winAttributes;
297 get winAttributes() {
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/osfile/modules/
H A Dosfile_win_front.jsm269 if (!("winAttributes" in options)) {
277 options.winAttributes,
1036 let winAttributes = {
1051 winAttributes
1118 options.winAttributes,
1308 if ("readOnly" in winAttributes) {
1309 if (winAttributes.readOnly) {
1315 if ("system" in winAttributes) {
1316 if (winAttributes.system) {
1322 if ("hidden" in winAttributes) {
[all …]
H A Dosfile_win_allthreads.jsm245 winAttributes
254 this._winAttributes = winAttributes;
329 get winAttributes() {
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/gui/qt/
H A DQt4Gui.cpp200 XWindowAttributes winAttributes; in createWindow() local
201 XGetWindowAttributes(QX11Info::display(), _xid, &winAttributes); in createWindow()
202 _width=winAttributes.width; in createWindow()
203 _height=winAttributes.height; in createWindow()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/downloads/
H A DDownloadIntegration.jsm539 options.winAttributes = {readOnly: true};
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/jsdownloads/src/
H A DDownloadIntegration.jsm625 options.winAttributes = {readOnly: true};
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/downloads/
H A DDownloadIntegration.jsm666 options.winAttributes = { readOnly: true };