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

  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 30 m_Width = m_pDeviceDriver->GetDeviceCaps(FXDC_PIXEL_WIDTH);
31 m_Height = m_pDeviceDriver->GetDeviceCaps(FXDC_PIXEL_HEIGHT);
32 m_bpp = m_pDeviceDriver->GetDeviceCaps(FXDC_BITS_PIXEL);
33 m_RenderCaps = m_pDeviceDriver->GetDeviceCaps(FXDC_RENDER_CAPS);
34 m_DeviceClass = m_pDeviceDriver->GetDeviceCaps(FXDC_DEVICE_CLASS);
59 int CFX_RenderDevice::GetDeviceCaps(int caps_id) const
61 return m_pDeviceDriver->GetDeviceCaps(caps_id);
  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 19 m_HorzSize = ::GetDeviceCaps(m_hDC, HORZSIZE);
20 m_VertSize = ::GetDeviceCaps(m_hDC, VERTSIZE);
23 int CGdiPrinterDriver::GetDeviceCaps(int caps_id)
31 return CGdiDeviceDriver::GetDeviceCaps(caps_id);
289 m_HorzSize = ::GetDeviceCaps(m_hDC, HORZSIZE);
290 m_VertSize = ::GetDeviceCaps(m_hDC, VERTSIZE);
291 m_Width = ::GetDeviceCaps(m_hDC, HORZRES);
292 m_Height = ::GetDeviceCaps(m_hDC, VERTRES);
293 m_nBitsPerPixel = ::GetDeviceCaps(m_hDC, BITSPIXEL);
326 int CPSPrinterDriver::GetDeviceCaps(int caps_id)
    [all...]
fx_win32_device.cpp 443 m_nBitsPerPixel = ::GetDeviceCaps(m_hDC, BITSPIXEL);
444 m_Width = ::GetDeviceCaps(m_hDC, HORZRES);
445 m_Height = ::GetDeviceCaps(m_hDC, VERTRES);
453 int CGdiDeviceDriver::GetDeviceCaps(int caps_id)
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 231 int CFX_AggDeviceDriver::GetDeviceCaps(int caps_id)
328 m_pClipRgn = FX_NEW CFX_ClipRgn(GetDeviceCaps(FXDC_PIXEL_WIDTH), GetDeviceCaps(FXDC_PIXEL_HEIGHT));
336 rectf.Intersect(CFX_FloatRect(0, 0, (FX_FLOAT)GetDeviceCaps(FXDC_PIXEL_WIDTH), (FX_FLOAT)GetDeviceCaps(FXDC_PIXEL_HEIGHT)));
346 rasterizer.clip_box(0.0f, 0.0f, (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_WIDTH)), (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_HEIGHT)));
358 m_pClipRgn = FX_NEW CFX_ClipRgn(GetDeviceCaps(FXDC_PIXEL_WIDTH), GetDeviceCaps(FXDC_PIXEL_HEIGHT));
366 rasterizer.clip_box(0.0f, 0.0f, (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_WIDTH)), (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_HEIGHT)))
    [all...]
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 221 int CFX_QuartzDeviceDriver::GetDeviceCaps(int capsID)
    [all...]
  /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 134 milliseconds