Home
last modified time | relevance | path

Searched refs:GetDeviceCaps (Results 1 - 11 of 11) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Dgdigrab.c291 bpp = GetDeviceCaps(source_hdc, BITSPIXEL); in gdigrab_read_header()
293 horzres = GetDeviceCaps(source_hdc, HORZRES); in gdigrab_read_header()
294 vertres = GetDeviceCaps(source_hdc, VERTRES); in gdigrab_read_header()
295 desktophorzres = GetDeviceCaps(source_hdc, DESKTOPHORZRES); in gdigrab_read_header()
296 desktopvertres = GetDeviceCaps(source_hdc, DESKTOPVERTRES); in gdigrab_read_header()
473 int horzres = GetDeviceCaps(gdigrab->source_hdc, HORZRES); in paint_mouse_pointer()
474 int vertres = GetDeviceCaps(gdigrab->source_hdc, VERTRES); in paint_mouse_pointer()
475 int desktophorzres = GetDeviceCaps(gdigrab->source_hdc, DESKTOPHORZRES); in paint_mouse_pointer()
476 int desktopvertres = GetDeviceCaps(gdigrab->source_hdc, DESKTOPVERTRES); in paint_mouse_pointer()
/third_party/glfw/src/
H A Dwin32_monitor.c87 widthMM = GetDeviceCaps(dc, HORZSIZE); in createMonitor()
88 heightMM = GetDeviceCaps(dc, VERTSIZE); in createMonitor()
92 widthMM = (int) (dm.dmPelsWidth * 25.4f / GetDeviceCaps(dc, LOGPIXELSX)); in createMonitor()
93 heightMM = (int) (dm.dmPelsHeight * 25.4f / GetDeviceCaps(dc, LOGPIXELSY)); in createMonitor()
337 xdpi = GetDeviceCaps(dc, LOGPIXELSX); in _glfwGetHMONITORContentScaleWin32()
338 ydpi = GetDeviceCaps(dc, LOGPIXELSY); in _glfwGetHMONITORContentScaleWin32()
/third_party/mesa3d/include/d3dadapter/
H A Dd3dadapter9.h46 HRESULT (WINAPI *GetDeviceCaps)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps); member
67 #define ID3DAdapter9_GetDeviceCaps(p,a,b) (p)->lpVtbl->GetDeviceCaps(p,a,b)
81 HRESULT WINAPI GetDeviceCaps(D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps);
/third_party/icu/icu4c/source/samples/layout/
H A DGDIFontInstance.cpp132 dpiX = (FLOAT) GetDeviceCaps(hdc, LOGPIXELSX); in GDIFontInstance()
133 dpiY = (FLOAT) GetDeviceCaps(hdc, LOGPIXELSY); in GDIFontInstance()
217 dpiX = (FLOAT) GetDeviceCaps(hdc, LOGPIXELSX); in GDIFontInstance()
218 dpiY = (FLOAT) GetDeviceCaps(hdc, LOGPIXELSY); in GDIFontInstance()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DGDIFontInstance.cpp132 dpiX = (FLOAT) GetDeviceCaps(hdc, LOGPIXELSX); in GDIFontInstance()
133 dpiY = (FLOAT) GetDeviceCaps(hdc, LOGPIXELSY); in GDIFontInstance()
217 dpiX = (FLOAT) GetDeviceCaps(hdc, LOGPIXELSX); in GDIFontInstance()
218 dpiY = (FLOAT) GetDeviceCaps(hdc, LOGPIXELSY); in GDIFontInstance()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DVertexDeclarationCache.cpp105 device->GetDeviceCaps(&caps); in applyDeclaration()
H A Drenderer9_utils.cpp507 if (FAILED(d3d9->GetDeviceCaps(adapter, deviceType, &deviceCaps))) in GenerateCaps()
H A DRenderer9.cpp249 ANGLE_TRACE_EVENT0("gpu.angle", "GetDeviceCaps"); in initialize()
252 result = mD3d9->GetDeviceCaps(mAdapter, mDeviceType, &mDeviceCaps); in initialize()
2332 HRESULT result = d3d9Ex->GetDeviceCaps(mAdapter, mDeviceType, &deviceCaps); in isRemovedDeviceResettable()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_win32.cpp541 #pragma comment(lib, "gdi32") // Link with gdi32.lib for GetDeviceCaps(). MinGW will require linking with '-lgdi32'
562 xdpi = ::GetDeviceCaps(dc, LOGPIXELSX); in ImGui_ImplWin32_GetDpiScaleForMonitor()
563 ydpi = ::GetDeviceCaps(dc, LOGPIXELSY); in ImGui_ImplWin32_GetDpiScaleForMonitor()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DDisplay.cpp765 unsigned int bpp = ::GetDeviceCaps(deviceContext, BITSPIXEL); in getDisplayFormat()
/third_party/mesa3d/include/D3D9/
H A Dd3d9.h96 virtual HRESULT WINAPI GetDeviceCaps(UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps) = 0;
165 virtual HRESULT WINAPI GetDeviceCaps(D3DCAPS9 *pCaps) = 0;
457 HRESULT (WINAPI *GetDeviceCaps)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps); member
482 #define IDirect3D9_GetDeviceCaps(p,a,b,c) (p)->lpVtbl->GetDeviceCaps(p,a,b,c)
504 HRESULT (WINAPI *GetDeviceCaps)(IDirect3D9Ex *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps); member
535 #define IDirect3D9Ex_GetDeviceCaps(p,a,b,c) (p)->lpVtbl->GetDeviceCaps(p,a,b,c)
753 HRESULT (WINAPI *GetDeviceCaps)(IDirect3DDevice9 *This, D3DCAPS9 *pCaps); member
880 #define IDirect3DDevice9_GetDeviceCaps(p,a) (p)->lpVtbl->GetDeviceCaps(p,a)
1004 HRESULT (WINAPI *GetDeviceCaps)(IDirect3DDevice9Ex *This, D3DCAPS9 *pCaps); member
1147 #define IDirect3DDevice9Ex_GetDeviceCaps(p,a) (p)->lpVtbl->GetDeviceCaps(
[all...]

Completed in 17 milliseconds