Searched defs:formats (Results 26 - 50 of 71) sorted by relevance

123

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dscrnintstr.h607 formats[MAXFORMATS]; member in struct:_ScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dpicturestr.h337 PictFormatPtr formats; member in struct:_PictureScreen
454 PictureInit (ScreenPtr pScreen, PictFormatPtr formats, int nformats);
H A Dscrnintstr.h617 formats[MAXFORMATS]; member in struct:_ScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dpicturestr.h337 PictFormatPtr formats; member in struct:_PictureScreen
458 PictureInit (ScreenPtr pScreen, PictFormatPtr formats, int nformats);
H A Dscrnintstr.h617 formats[MAXFORMATS]; member in struct:_ScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dpicturestr.h336 PictFormatPtr formats; member in struct:_PictureScreen
457 PictureInit (ScreenPtr pScreen, PictFormatPtr formats, int nformats);
H A Dscrnintstr.h561 formats[MAXFORMATS]; member in struct:_ScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dpicturestr.h293 PictFormatPtr formats; member in struct:_PictureScreen
412 PictureInit (ScreenPtr pScreen, PictFormatPtr formats, int nformats);
H A Dscrnintstr.h561 formats[MAXFORMATS]; member in struct:_ScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dpicturestr.h311 PictFormatPtr formats; member in struct:_PictureScreen
433 PictureInit (ScreenPtr pScreen, PictFormatPtr formats, int nformats);
H A Dscrnintstr.h561 formats[MAXFORMATS]; member in struct:_ScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dpicturestr.h284 PictFormatPtr formats; member in struct:_PictureScreen
411 PictureInit(ScreenPtr pScreen, PictFormatPtr formats, int nformats);
H A Dscrnintstr.h530 PixmapFormatRec formats[MAXFORMATS]; member in struct:_ScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dpicturestr.h284 PictFormatPtr formats; member in struct:_PictureScreen
411 PictureInit(ScreenPtr pScreen, PictFormatPtr formats, int nformats);
H A Dscrnintstr.h530 PixmapFormatRec formats[MAXFORMATS]; member in struct:_ScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dpicturestr.h284 PictFormatPtr formats; member in struct:_PictureScreen
411 PictureInit(ScreenPtr pScreen, PictFormatPtr formats, int nformats);
H A Dscrnintstr.h530 PixmapFormatRec formats[MAXFORMATS]; member in struct:_ScreenInfo
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageList.cpp795 * List supported screen shot formats.
805 com::SafeArray<BitmapFormat_T> formats; local
806 CHECK_ERROR(systemProperties, COMGETTER(ScreenShotFormats)(ComSafeArrayAsOutParam(formats)));
808 RTPrintf("Supported %d screen shot formats:\n", formats.size());
809 for (size_t i = 0; i < formats.size(); ++i)
811 uint32_t u32Format = (uint32_t)formats[i];
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp375 int hgEnter(const RTCList<RTCString> &formats, uint32_t actions);
433 /** List of allowed formats. */
807 /* If so, set the window property with the formats on the requestor
1058 int DragInstance::hgEnter(const RTCList<RTCString> &formats, uint32_t uActions) argument
1063 LogFlowThisFunc(("uActions=0x%x, lstFormats=%zu: ", uActions, formats.size()));
1064 for (size_t i = 0; i < formats.size(); ++i)
1065 LogFlow(("'%s' ", formats.at(i).c_str()));
1069 m_formats = toAtomList(formats);
1071 /* If we have more than 3 formats we have to use the type list extension. */
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/include/
H A Dscrnintstr.h979 formats[MAXFORMATS]; member in struct:_ScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dpicturestr.h320 PictFormatPtr formats; member in struct:_PictureScreen
445 PictureInit (ScreenPtr pScreen, PictFormatPtr formats, int nformats);
484 miPictureInit (ScreenPtr pScreen, PictFormatPtr formats, int nformats);
H A Dscrnintstr.h595 formats[MAXFORMATS]; member in struct:_ScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dpicturestr.h314 PictFormatPtr formats; member in struct:_PictureScreen
428 PictureInit (ScreenPtr pScreen, PictFormatPtr formats, int nformats);
467 miPictureInit (ScreenPtr pScreen, PictFormatPtr formats, int nformats);
H A Dscrnintstr.h719 formats[MAXFORMATS]; member in struct:_ScreenInfo
/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dx11-clipboard.cpp58 /** The different clipboard formats which we support. */
68 /** The table mapping X11 names to data formats and to the corresponding
69 * VBox clipboard formats (currently only Unicode) */
149 * Enumerates supported X11 clipboard formats corresponding to a given VBox
183 /** The best text format X11 has to offer, as an index into the formats
186 /** The best bitmap format X11 has to offer, as an index into the formats
189 /** What formats does VBox have on offer? */
323 * Report the formats currently supported by the X11 clipboard to VBox.
333 * Forget which formats were previously in the X11 clipboard. Called when we
493 * Notify the VBox clipboard about available data formats, base
1243 uint32_t formats; member in struct:_CLIPNEWVBOXFORMATS
[all...]

Completed in 176 milliseconds

123