Home
last modified time | relevance | path

Searched refs:GetDeviceClass (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_renderdevice.h99 int GetDeviceClass() const { return m_DeviceClass; } in GetDeviceClass() function
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp419 bool bPrinting = pDevice->GetDeviceClass() == FXDC_PRINTER || in DrawBorder()
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp125 if (m_pRenderStatus->m_pDevice->GetDeviceClass() != FXDC_DISPLAY) { in StartRenderDIBSource()
Dcpdf_renderstatus.cpp985 m_bPrint = m_pDevice->GetDeviceClass() != FXDC_DISPLAY; in Initialize()
1401 if (m_pDevice->GetDeviceClass() == FXDC_DISPLAY && in ProcessClipPath()
1479 m_pDevice->GetDeviceClass() == FXDC_DISPLAY && in ProcessTransparency()
1819 int device_class = m_pDevice->GetDeviceClass(); in ProcessType3Text()
/external/pdfium/fpdfsdk/
Dfpdfview.cpp123 bool bPrinting = pContext->m_pDevice->GetDeviceClass() != FXDC_DISPLAY; in RenderPageImpl()
/external/libusb/libusb/os/
Ddarwin_usb.c733 (*device)->GetDeviceClass (device, &bDeviceClass); in darwin_cache_device_descriptor()