HomeSort by relevance Sort by last modified time
    Searched defs:GetDeviceCaps (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/src/D3D9/
Direct3D9Ex.cpp 211 long Direct3D9Ex::GetDeviceCaps(unsigned int adapter, D3DDEVTYPE deviceType, D3DCAPS9 *capabilities)
221 return d3d9ex->GetDeviceCaps(adapter, deviceType, capabilities);
225 return GetDeviceCaps(adapter, D3DDEVTYPE_HAL, capabilities);
229 long result = Direct3D9::GetDeviceCaps(adapter, deviceType, capabilities);
Direct3D9.cpp     [all...]
Direct3DDevice9.cpp     [all...]
Direct3DDevice9Ex.cpp 341 long Direct3DDevice9Ex::GetDeviceCaps(D3DCAPS9 *caps)
345 return d3d9ex->GetDeviceCaps(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, caps);
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_print.cpp 57 m_HorzSize(::GetDeviceCaps(m_hDC, HORZSIZE)),
58 m_VertSize(::GetDeviceCaps(m_hDC, VERTSIZE)) {}
62 int CGdiPrinterDriver::GetDeviceCaps(int caps_id) const {
67 return CGdiDeviceDriver::GetDeviceCaps(caps_id);
333 m_HorzSize = ::GetDeviceCaps(m_hDC, HORZSIZE);
334 m_VertSize = ::GetDeviceCaps(m_hDC, VERTSIZE);
335 m_Width = ::GetDeviceCaps(m_hDC, HORZRES);
336 m_Height = ::GetDeviceCaps(m_hDC, VERTRES);
337 m_nBitsPerPixel = ::GetDeviceCaps(m_hDC, BITSPIXEL);
369 int CPSPrinterDriver::GetDeviceCaps(int caps_id) const
    [all...]
fx_win32_device.cpp 746 m_nBitsPerPixel = ::GetDeviceCaps(m_hDC, BITSPIXEL);
747 m_Width = ::GetDeviceCaps(m_hDC, HORZRES);
748 m_Height = ::GetDeviceCaps(m_hDC, VERTRES);
759 int CGdiDeviceDriver::GetDeviceCaps(int caps_id) const {
    [all...]
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp 469 int CFX_AggDeviceDriver::GetDeviceCaps(int caps_id) const {
553 GetDeviceCaps(FXDC_PIXEL_WIDTH), GetDeviceCaps(FXDC_PIXEL_HEIGHT));
560 CFX_FloatRect(0, 0, (FX_FLOAT)GetDeviceCaps(FXDC_PIXEL_WIDTH),
561 (FX_FLOAT)GetDeviceCaps(FXDC_PIXEL_HEIGHT)));
571 rasterizer.clip_box(0.0f, 0.0f, (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_WIDTH)),
572 (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_HEIGHT)));
587 GetDeviceCaps(FXDC_PIXEL_WIDTH), GetDeviceCaps(FXDC_PIXEL_HEIGHT));
592 rasterizer.clip_box(0.0f, 0.0f, (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_WIDTH))
    [all...]
  /external/pdfium/core/fxge/ge/
cfx_renderdevice.cpp 391 m_Width = m_pDeviceDriver->GetDeviceCaps(FXDC_PIXEL_WIDTH);
392 m_Height = m_pDeviceDriver->GetDeviceCaps(FXDC_PIXEL_HEIGHT);
393 m_bpp = m_pDeviceDriver->GetDeviceCaps(FXDC_BITS_PIXEL);
394 m_RenderCaps = m_pDeviceDriver->GetDeviceCaps(FXDC_RENDER_CAPS);
395 m_DeviceClass = m_pDeviceDriver->GetDeviceCaps(FXDC_DEVICE_CLASS);
413 int CFX_RenderDevice::GetDeviceCaps(int caps_id) const {
414 return m_pDeviceDriver->GetDeviceCaps(caps_id);
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp     [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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 189 milliseconds