/external/pdfium/core/src/fxge/win32/ |
fx_win32_print.cpp | 23 m_HorzSize = ::GetDeviceCaps(m_hDC, HORZSIZE); 24 m_VertSize = ::GetDeviceCaps(m_hDC, VERTSIZE); 27 int CGdiPrinterDriver::GetDeviceCaps(int caps_id) { 34 return CGdiDeviceDriver::GetDeviceCaps(caps_id); 315 m_HorzSize = ::GetDeviceCaps(m_hDC, HORZSIZE); 316 m_VertSize = ::GetDeviceCaps(m_hDC, VERTSIZE); 317 m_Width = ::GetDeviceCaps(m_hDC, HORZRES); 318 m_Height = ::GetDeviceCaps(m_hDC, VERTRES); 319 m_nBitsPerPixel = ::GetDeviceCaps(m_hDC, BITSPIXEL); 347 int CPSPrinterDriver::GetDeviceCaps(int caps_id) [all...] |
win32_int.h | 111 int GetDeviceCaps(int caps_id) override; 240 virtual int GetDeviceCaps(int caps_id); 296 int GetDeviceCaps(int caps_id);
|
fx_win32_device.cpp | 491 m_nBitsPerPixel = ::GetDeviceCaps(m_hDC, BITSPIXEL); 492 m_Width = ::GetDeviceCaps(m_hDC, HORZRES); 493 m_Height = ::GetDeviceCaps(m_hDC, VERTRES); 501 int CGdiDeviceDriver::GetDeviceCaps(int caps_id) { [all...] |
/external/pdfium/core/src/fxge/skia/ |
fx_skia_device.cpp | 285 int CFX_SkiaDeviceDriver::GetDeviceCaps(int caps_id) { 286 return m_pAggDriver->GetDeviceCaps(caps_id); 300 clip_box.set(0, 0, fix0_to_8(GetDeviceCaps(FXDC_PIXEL_WIDTH)), 301 fix0_to_8(GetDeviceCaps(FXDC_PIXEL_HEIGHT))); 336 GetDeviceCaps(FXDC_PIXEL_WIDTH), GetDeviceCaps(FXDC_PIXEL_HEIGHT)); 343 CFX_FloatRect(0, 0, (FX_FIXFLOAT)GetDeviceCaps(FXDC_PIXEL_WIDTH), 344 (FX_FIXFLOAT)GetDeviceCaps(FXDC_PIXEL_HEIGHT))); 374 GetDeviceCaps(FXDC_PIXEL_WIDTH), GetDeviceCaps(FXDC_PIXEL_HEIGHT)) [all...] |
fx_skia_device.h | 19 virtual int GetDeviceCaps(int caps_id);
|
/external/pdfium/core/src/fxge/ge/ |
fx_ge_device.cpp | 22 m_Width = m_pDeviceDriver->GetDeviceCaps(FXDC_PIXEL_WIDTH); 23 m_Height = m_pDeviceDriver->GetDeviceCaps(FXDC_PIXEL_HEIGHT); 24 m_bpp = m_pDeviceDriver->GetDeviceCaps(FXDC_BITS_PIXEL); 25 m_RenderCaps = m_pDeviceDriver->GetDeviceCaps(FXDC_RENDER_CAPS); 26 m_DeviceClass = m_pDeviceDriver->GetDeviceCaps(FXDC_DEVICE_CLASS); 47 int CFX_RenderDevice::GetDeviceCaps(int caps_id) const { 48 return m_pDeviceDriver->GetDeviceCaps(caps_id);
|
/external/icu/icu4c/source/samples/layout/ |
GDIFontInstance.cpp | 126 dpiX = (FLOAT) GetDeviceCaps(hdc, LOGPIXELSX); 127 dpiY = (FLOAT) GetDeviceCaps(hdc, LOGPIXELSY); 211 dpiX = (FLOAT) GetDeviceCaps(hdc, LOGPIXELSX); 212 dpiY = (FLOAT) GetDeviceCaps(hdc, LOGPIXELSY);
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
fpdf_render.cpp | 199 m_DitherBits = pDevice->GetDeviceCaps(FXDC_DITHER_BITS); 433 m_pDevice->GetDeviceCaps(FXDC_DEVICE_CLASS) == FXDC_PRINTER) { 649 !(m_pDevice->GetDeviceCaps(FXDC_RENDER_CAPS) & FXRC_SOFT_CLIP)) { 753 !(m_pDevice->GetDeviceCaps(FXDC_RENDER_CAPS) & FXRC_SOFT_CLIP)) { [all...] |
/external/webrtc/webrtc/modules/desktop_capture/win/ |
screen_capturer_win_gdi.cc | 126 GetDeviceCaps(desktop_dc_, LOGPIXELSX), 127 GetDeviceCaps(desktop_dc_, LOGPIXELSY)));
|
screen_capturer_win_magnifier.cc | 161 frame->set_dpi(DesktopVector(GetDeviceCaps(desktop_dc_, LOGPIXELSX), 162 GetDeviceCaps(desktop_dc_, LOGPIXELSY)));
|
/external/pdfium/core/src/fxge/agg/src/ |
fx_agg_driver.cpp | 232 int CFX_AggDeviceDriver::GetDeviceCaps(int caps_id) { 321 m_pClipRgn = new CFX_ClipRgn(GetDeviceCaps(FXDC_PIXEL_WIDTH), 322 GetDeviceCaps(FXDC_PIXEL_HEIGHT)); 328 CFX_FloatRect(0, 0, (FX_FLOAT)GetDeviceCaps(FXDC_PIXEL_WIDTH), 329 (FX_FLOAT)GetDeviceCaps(FXDC_PIXEL_HEIGHT))); 339 rasterizer.clip_box(0.0f, 0.0f, (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_WIDTH)), 340 (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_HEIGHT))); 353 m_pClipRgn = new CFX_ClipRgn(GetDeviceCaps(FXDC_PIXEL_WIDTH), 354 GetDeviceCaps(FXDC_PIXEL_HEIGHT)); 359 rasterizer.clip_box(0.0f, 0.0f, (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_WIDTH)) [all...] |
/external/pdfium/core/src/fxge/agg/include/ |
fx_agg_driver.h | 40 int GetDeviceCaps(int caps_id) override;
|
/external/pdfium/core/src/fxge/apple/ |
apple_int.h | 82 int GetDeviceCaps(int caps_id) override;
|
fx_quartz_device.cpp | 189 int CFX_QuartzDeviceDriver::GetDeviceCaps(int capsID) { [all...] |
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
wmesa.c | 121 pwfb->cColorBits = GetDeviceCaps(hDC, BITSPIXEL); 160 pbmi->bmiHeader.biBitCount = GetDeviceCaps(pwfb->hDC, BITSPIXEL); 214 *width = GetDeviceCaps(hdc, HORZRES); 215 *height = GetDeviceCaps(hdc, VERTRES); 1049 switch (GetDeviceCaps(c->hDC, BITSPIXEL)) { [all...] |
/external/pdfium/core/include/fxge/ |
fx_ge.h | 270 int GetDeviceCaps(int id) const; 483 virtual int GetDeviceCaps(int caps_id) = 0;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3d9.h | 201 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9* pCaps) PURE; 224 #define IDirect3D9_GetDeviceCaps(p,a,b,c) (p)->lpVtbl->GetDeviceCaps(p,a,b,c) 244 #define IDirect3D9_GetDeviceCaps(p,a,b,c) (p)->GetDeviceCaps(a,b,c) 279 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9* pCaps) PURE; 308 #define IDirect3D9Ex_GetDeviceCaps(p,a,b,c) (p)->lpVtbl->GetDeviceCaps(p,a,b,c) 334 #define IDirect3D9Ex_GetDeviceCaps(p,a,b,c) (p)->GetDeviceCaps(a,b,c) [all...] |
d3d8.h | 148 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS8 * pCaps) PURE; 170 #define IDirect3D8_GetDeviceCaps(p,a,b,c) (p)->lpVtbl->GetDeviceCaps(p,a,b,c) 189 #define IDirect3D8_GetDeviceCaps(p,a,b,c) (p)->GetDeviceCaps(a,b,c) [all...] |
wingdi.h | [all...] |
/external/pdfium/xfa/src/fxgraphics/src/ |
fx_graphics.cpp | 49 if (_renderDevice->GetDeviceCaps(FXDC_RENDER_CAPS) & FXRC_SOFT_CLIP) {
82 capVal = _renderDevice->GetDeviceCaps(capID);
[all...] |
/external/webrtc/webrtc/modules/video_render/windows/ |
video_render_direct3d9.cc | 353 if (SUCCEEDED(_pD3D->GetDeviceCaps(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, [all...] |
/external/pdfium/fpdfsdk/src/ |
fpdfview.cpp | 561 if (WinDC.GetDeviceCaps(FXDC_DEVICE_CLASS) == FXDC_PRINTER) { [all...] |
/prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/ |
platform-3.4.0.jar | |
/prebuilts/tools/windows/swt/ |
swt.jar | |
/prebuilts/tools/windows-x86_64/swt/ |
swt.jar | |