/third_party/ffmpeg/libavdevice/ |
H A D | gdigrab.c | 291 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 D | win32_monitor.c | 87 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 D | d3dadapter9.h | 46 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 D | GDIFontInstance.cpp | 132 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 D | GDIFontInstance.cpp | 132 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 D | VertexDeclarationCache.cpp | 105 device->GetDeviceCaps(&caps); in applyDeclaration()
|
H A D | renderer9_utils.cpp | 507 if (FAILED(d3d9->GetDeviceCaps(adapter, deviceType, &deviceCaps))) in GenerateCaps()
|
H A D | Renderer9.cpp | 249 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 D | imgui_impl_win32.cpp | 541 #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 D | Display.cpp | 765 unsigned int bpp = ::GetDeviceCaps(deviceContext, BITSPIXEL); in getDisplayFormat()
|
/third_party/mesa3d/include/D3D9/ |
H A D | d3d9.h | 96 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...] |