Home
last modified time | relevance | path

Searched refs:Windows (Results 1 - 25 of 163) sorted by relevance

1234567

/third_party/skia/experimental/xps_to_png/
H A Dxps_to_png.cs25 System.Windows.Xps.Packaging.XpsDocument xpsDoc = in convert()
26 new System.Windows.Xps.Packaging.XpsDocument( in convert()
31 System.Windows.Documents.FixedDocumentSequence docSeq = in convert()
36 System.Windows.Documents.DocumentReferenceCollection drc = docSeq.References; in convert()
38 foreach (System.Windows.Documents.DocumentReference dr in drc) { in convert()
39 System.Windows.Documents.FixedDocument dp = dr.GetDocument(false); in convert()
40 foreach (System.Windows.Documents.PageContent pc in dp.Pages) { in convert()
41 System.Windows.Documents.FixedPage fixedPage = pc.GetPageRoot(false); in convert()
44 System.Windows.Size sz = new System.Windows in convert()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DInspectableNativeWindow.cpp17 ComPtr<ABI::Windows::UI::Core::ICoreWindow> *coreWindow) in IsCoreWindow()
25 ComPtr<ABI::Windows::UI::Core::ICoreWindow> coreWin; in IsCoreWindow()
39 ComPtr<ABI::Windows::UI::Xaml::Controls::ISwapChainPanel> *swapChainPanel) in IsSwapChainPanel()
47 ComPtr<ABI::Windows::UI::Xaml::Controls::ISwapChainPanel> panel; in IsSwapChainPanel()
61 ABI::Windows::Foundation::Collections::IPropertySet **propertySet, in IsEGLConfiguredPropertySet()
72 ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> propMap; in IsEGLConfiguredPropertySet()
131 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap, in GetOptionalPropertyValue()
134 ComPtr<ABI::Windows::Foundation::IPropertyValue> &propertyValue) in GetOptionalPropertyValue()
161 // an ABI::Windows::Foundation::Size. This function validates the Size value before returning
173 const ComPtr<ABI::Windows in GetOptionalSizePropertyValue()
[all...]
H A DInspectableNativeWindow.h29 using namespace ABI::Windows::Foundation;
30 using namespace ABI::Windows::Foundation::Collections;
122 ComPtr<ABI::Windows::UI::Core::ICoreWindow> *coreWindow = nullptr);
125 ComPtr<ABI::Windows::UI::Xaml::Controls::ISwapChainPanel> *swapChainPanel = nullptr);
128 ABI::Windows::Foundation::Collections::IPropertySet **propertySet = nullptr,
132 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap,
135 ComPtr<ABI::Windows::Foundation::IPropertyValue> &propertyValue);
138 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap,
144 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap,
H A DSwapChainPanelNativeWindow.h40 ComPtr<ABI::Windows::UI::Xaml::Controls::ISwapChainPanel> mSwapChainPanel;
41 ComPtr<ABI::Windows::UI::Core::ICoreDispatcher> mSwapChainPanelDispatcher;
49 ABI::Windows::UI::Xaml::ISizeChangedEventHandler>
66 (IInspectable *sender, ABI::Windows::UI::Xaml::ISizeChangedEventArgs *sizeChangedEventArgs) in Invoke()
76 ABI::Windows::Foundation::Size newSize; in Invoke()
92 const ComPtr<ABI::Windows::UI::Xaml::Controls::ISwapChainPanel> &swapChainPanel,
93 const ComPtr<ABI::Windows::UI::Core::ICoreDispatcher> &dispatcher,
H A DCoreWindowNativeWindow.h18 typedef ABI::Windows::Foundation::
48 ComPtr<ABI::Windows::UI::Core::ICoreWindow> mCoreWindow;
72 (ABI::Windows::UI::Core::ICoreWindow *sender, in Invoke()
73 ABI::Windows::UI::Core::IWindowSizeChangedEventArgs *sizeChangedEventArgs) in Invoke()
78 ABI::Windows::Foundation::Size windowSize; in Invoke()
94 HRESULT GetCoreWindowSizeInPixels(const ComPtr<ABI::Windows::UI::Core::ICoreWindow> &coreWindow,
H A DCoreWindowNativeWindow_unittest.cpp12 // headers which rely on Windows Store specific configuration.
22 using namespace ABI::Windows::ApplicationModel::Core;
23 using namespace ABI::Windows::Foundation;
24 using namespace ABI::Windows::Foundation::Collections;
25 using namespace ABI::Windows::UI::Core;
26 using namespace ABI::Windows::System;
47 class MockCoreWindow : public ABI::Windows::UI::Core::ICoreWindow
69 *ppvObject = static_cast<ABI::Windows::UI::Core::ICoreWindow *>(this); in QueryInterface()
107 HRESULT(ABI::Windows::System::VirtualKey,
108 ABI::Windows
[all...]
H A DSwapChainPanelNativeWindow_unittest.cpp12 // headers which rely on Windows Store specific configuration.
24 using namespace ABI::Windows::ApplicationModel::Core;
25 using namespace ABI::Windows::Foundation;
26 using namespace ABI::Windows::Foundation::Collections;
27 using namespace ABI::Windows::UI::Core;
28 using namespace ABI::Windows::System;
29 using namespace ABI::Windows::UI::Xaml::Controls;
30 using namespace ABI::Windows::UI::Xaml::Data;
31 using namespace ABI::Windows::UI::Xaml::Media;
32 using namespace ABI::Windows
[all...]
H A DSwapChainPanelNativeWindow.cpp14 using namespace ABI::Windows::Foundation;
15 using namespace ABI::Windows::Foundation::Collections;
16 using namespace ABI::Windows::UI::Core;
17 using namespace ABI::Windows::UI::Xaml;
346 const ComPtr<ABI::Windows::UI::Xaml::Controls::ISwapChainPanel> &swapChainPanel, in GetSwapChainPanelSize()
H A DNativeWindow11WinRT.cpp32 ComPtr<ABI::Windows::Foundation::Collections::IPropertySet> propertySet; in initialize()
44 ComPtr<ABI::Windows::UI::Core::ICoreWindow> coreWindow; in initialize()
45 ComPtr<ABI::Windows::UI::Xaml::Controls::ISwapChainPanel> swapChainPanel; in initialize()
/third_party/curl/projects/
H A Dgenerate.bat27 rem Check we are running on a Windows NT derived OS
101 call :generate vcxproj Windows\VC10\src\curl.tmpl Windows\VC10\src\curl.vcxproj
102 call :generate vcxproj Windows\VC10\lib\libcurl.tmpl Windows\VC10\lib\libcurl.vcxproj
105 call :clean Windows\VC10\src\curl.vcxproj
106 call :clean Windows\VC10\lib\libcurl.vcxproj
116 call :generate vcxproj Windows\VC11\src\curl.tmpl Windows\VC11\src\curl.vcxproj
117 call :generate vcxproj Windows\VC1
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/converged/
H A DCompositorNativeWindow11.cpp7 // CompositorNativeWindow11.cpp: Implementation of NativeWindow11 using Windows.UI.Composition APIs
23 ABI::Windows::UI::Composition::ISpriteVisual *inspPtr = in CompositorNativeWindow11()
24 reinterpret_cast<ABI::Windows::UI::Composition::ISpriteVisual *>(window); in CompositorNativeWindow11()
25 mHostVisual = Microsoft::WRL::ComPtr<ABI::Windows::UI::Composition::ISpriteVisual>{inspPtr}; in CompositorNativeWindow11()
37 ComPtr<ABI::Windows::UI::Composition::IVisual> visual; in getClientRect()
40 ABI::Windows::Foundation::Numerics::Vector2 size; in getClientRect()
47 ABI::Windows::Foundation::Numerics::Vector3 offset; in getClientRect()
83 ComPtr<ABI::Windows::UI::Composition::ICompositionObject> hostVisual; in createSwapChain()
90 Microsoft::WRL::ComPtr<ABI::Windows::UI::Composition::ICompositor> compositor; in createSwapChain()
97 ComPtr<ABI::Windows in createSwapChain()
[all...]
H A DCompositorNativeWindow11.h7 // CompositorNativeWindow11.h: Implementation of NativeWindow11 using Windows.UI.Composition APIs
37 ABI::Windows::System::IDispatcherQueueController **dispatcherQueueController);
56 ABI::Windows::System::IDispatcherQueueController **);
107 Microsoft::WRL::ComPtr<ABI::Windows::UI::Composition::ISpriteVisual> mHostVisual;
108 Microsoft::WRL::ComPtr<ABI::Windows::UI::Composition::ICompositionBrush> mCompositionBrush;
109 Microsoft::WRL::ComPtr<ABI::Windows::UI::Composition::ICompositionSurface> mSurface;
110 Microsoft::WRL::ComPtr<ABI::Windows::UI::Composition::ICompositionSurfaceBrush> mSurfaceBrush;
/third_party/typescript/tests/baselines/reference/
H A Dipromise2.js2 declare module Windows.Foundation {
4 then<U>(success?: (value: T) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?: (progress: any) => void ): Windows.Foundation.IPromise<U>;
5 then<U>(success?: (value: T) => IPromise<U>, error?: (error: any) => U, progress?: (progress: any) => void ): Windows.Foundation.IPromise<U>;
6 then<U>(success?: (value: T) => U, error?: (error: any) => IPromise<U>, progress?: (progress: any) => void ): Windows.Foundation.IPromise<U>;
7 then<U>(success?: (value: T) => U, error?: (error: any) => U, progress?: (progress: any) => void ): Windows.Foundation.IPromise<U>;
13 var p: Windows.Foundation.IPromise<string>;
H A Dipromise4.js2 declare module Windows.Foundation {
4 then<U>(success?: (value: T) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?: (progress: any) => void ): Windows.Foundation.IPromise<U>;
5 then<U>(success?: (value: T) => IPromise<U>, error?: (error: any) => U, progress?: (progress: any) => void ): Windows.Foundation.IPromise<U>;
6 then<U>(success?: (value: T) => U, error?: (error: any) => IPromise<U>, progress?: (progress: any) => void ): Windows.Foundation.IPromise<U>;
7 then<U>(success?: (value: T) => U, error?: (error: any) => U, progress?: (progress: any) => void ): Windows.Foundation.IPromise<U>;
12 var p: Windows.Foundation.IPromise<number> = null;
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/
H A DNameEditingTests.java52 nameBuilder.nameBuilder(PlatformId.Windows.value(), WindowsEncodingId.UnicodeUCS2.value(), in testChangeOneName()
66 String name = nameTable.name(PlatformId.Windows.value(), WindowsEncodingId.UnicodeUCS2.value(), in testChangeOneName()
81 nameBuilder.nameBuilder(PlatformId.Windows.value(), WindowsEncodingId.UnicodeUCS2.value(), in testModifyNameTableAndRevert()
98 String name = nameTable.name(PlatformId.Windows.value(), WindowsEncodingId.UnicodeUCS2.value(), in testModifyNameTableAndRevert()
109 assertTrue(nameBuilder.has(PlatformId.Windows.value(), WindowsEncodingId.UnicodeUCS2.value(), in testRemoveOneName()
112 assertTrue(nameBuilder.remove(PlatformId.Windows.value(), WindowsEncodingId.UnicodeUCS2.value(), in testRemoveOneName()
125 String name = nameTable.name(PlatformId.Windows.value(), WindowsEncodingId.UnicodeUCS2.value(), in testRemoveOneName()
142 nameBuilder.nameBuilder(PlatformId.Windows.value(), WindowsEncodingId.UnicodeUCS2.value(), in testClearAllNamesAndSetOne()
157 String name = nameTable.name(PlatformId.Windows.value(), WindowsEncodingId.UnicodeUCS2.value(), in testClearAllNamesAndSetOne()
/third_party/curl/lib/
H A Dconfig-win32.h28 /* Hand crafted config file for Windows */
296 /* Windows should not have HAVE_GMTIME_R defined */
322 /* Officially, Microsoft's Windows SDK versions 6.X does not support Windows
324 an embedded Windows SDK v6.0A along with the claim that Windows 2000 is a
326 VS2008 using Windows SDK versions v6.X and Windows 2000 as a build target
338 /* VS2008 default build target is Windows Vista. We override default target
339 to be Windows X
[all...]
/third_party/node/deps/openssl/openssl/Configurations/platform/Windows/
H A Dcppbuilder.pm1 package platform::Windows::cppbuilder;
5 require platform::Windows::MSVC;
6 @ISA = qw(platform::Windows::MSVC);
H A DMSVC.pm1 package platform::Windows::MSVC;
9 require platform::Windows;
10 @ISA = qw(platform::Windows);
17 # It's possible that this variant of |sharedname| should be in Windows.pm.
/third_party/openssl/Configurations/platform/Windows/
H A Dcppbuilder.pm1 package platform::Windows::cppbuilder;
5 require platform::Windows::MSVC;
6 @ISA = qw(platform::Windows::MSVC);
H A DMSVC.pm1 package platform::Windows::MSVC;
9 require platform::Windows;
10 @ISA = qw(platform::Windows);
17 # It's possible that this variant of |sharedname| should be in Windows.pm.
/third_party/lzma/CPP/7zip/
H A D7zip_gcc.mak310 $O/Clipboard.o: ../../../Windows/Clipboard.cpp
312 $O/COM.o: ../../../Windows/COM.cpp
314 $O/CommonDialog.o: ../../../Windows/CommonDialog.cpp
316 $O/Console.o: ../../../Windows/Console.cpp
318 $O/DLL.o: ../../../Windows/DLL.cpp
320 $O/ErrorMsg.o: ../../../Windows/ErrorMsg.cpp
322 $O/FileDir.o: ../../../Windows/FileDir.cpp
324 $O/FileFind.o: ../../../Windows/FileFind.cpp
327 $O/FileIO.o: ../../../Windows/FileIO.cpp
330 $O/FileLink.o: ../../../Windows/FileLin
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DTrim11.cpp19 using namespace ABI::Windows::ApplicationModel;
20 using namespace ABI::Windows::ApplicationModel::Core;
21 using namespace ABI::Windows::Foundation;
22 using namespace ABI::Windows::Foundation::Collections;
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLDirectCompositionTest.cpp17 # include <Windows.Foundation.h>
30 using namespace ABI::Windows::System;
31 using namespace ABI::Windows::UI::Composition;
32 using namespace ABI::Windows::UI::Composition::Desktop;
33 using namespace ABI::Windows::Foundation;
114 namespace abi = ABI::Windows::UI::Composition::Desktop; in CreateDesktopWindowTarget()
175 void CreateSurface(ComPtr<ABI::Windows::UI::Composition::ISpriteVisual> visual, in CreateSurface()
234 // Only attempt this test when on Windows 10 1803+ in TEST_P()
247 ABI::Windows::Foundation::Numerics::Vector2 visualsize{0, 0}; in TEST_P()
265 // Only attempt this test when on Windows 1 in TEST_P()
[all...]
/third_party/skia/tests/
H A DFontNamesTest.cpp43 /*platformID*/ { SkOTTableName::Record::PlatformID::Windows },
44 /*encodingID*/ { SkOTTableName::Record::EncodingID::Windows::UnicodeBMPUCS2 },
45 /*languageID*/ { SkOTTableName::Record::LanguageID::Windows::English_UnitedStates },
63 /*platformID*/ { SkOTTableName::Record::PlatformID::Windows },
64 /*encodingID*/ { SkOTTableName::Record::EncodingID::Windows::UnicodeBMPUCS2 },
/third_party/rust/crates/termcolor/src/
H A Dlib.rs4 communicating with a Windows console. Much of this API was motivated by use
11 Windows console API, which requires synchronous communication.
26 resources such as the Windows console. Moreover, this design also prevents
31 analogous type for the Windows console is not provided since it cannot exist.
87 Unfortunately, this notoriously does not work well in Windows environments. To
90 crate, which goes out of its way to get this as right as possible in Windows
156 /// manipulating colors using the Windows console APIs.
208 /// on Windows if the console API is unavailable.
214 /// available on Windows, or if TERM=dumb, or if `NO_COLOR` is defined, for
277 // On Windows, i in env_allows_color()
[all...]

Completed in 12 milliseconds

1234567