Searched defs:GetDeviceCaps (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_driver.cpp231 int CFX_AggDeviceDriver::GetDeviceCaps(int caps_id) function in class:CFX_AggDeviceDriver
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_WIDT
[all...]
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp30 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 function in class:CFX_RenderDevice
61 return m_pDeviceDriver->GetDeviceCaps(caps_id);
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_print.cpp19 m_HorzSize = ::GetDeviceCaps(m_hDC, HORZSIZE);
20 m_VertSize = ::GetDeviceCaps(m_hDC, VERTSIZE);
23 int CGdiPrinterDriver::GetDeviceCaps(int caps_id) function in class:CGdiPrinterDriver
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(in function in class:CPSPrinterDriver
[all...]
H A Dfx_win32_device.cpp443 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) function in class:CGdiDeviceDriver
1093 int device_type = ::GetDeviceCaps(hDC, TECHNOLOGY);
1151 int device_type = ::GetDeviceCaps(hDC, TECHNOLOGY);
/external/pdfium/core/src/fxge/apple/
H A Dfx_quartz_device.cpp221 int CFX_QuartzDeviceDriver::GetDeviceCaps(int capsID) function in class:CFX_QuartzDeviceDriver
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 143 milliseconds