Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp256 FX_BOOL bPrinting = pDevice->GetDeviceClass() == FXDC_PRINTER || in DrawBorder()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp200 m_bPrint = m_pDevice->GetDeviceClass() != FXDC_DISPLAY; in Initialize()
648 if (m_pDevice->GetDeviceClass() == FXDC_DISPLAY && in ProcessClipPath()
752 m_pDevice->GetDeviceClass() == FXDC_DISPLAY && in ProcessTransparency()
Dfpdf_render_text.cpp368 int device_class = m_pDevice->GetDeviceClass(); in ProcessType3Text()
Dfpdf_render_image.cpp397 if (m_pRenderStatus->m_pDevice->GetDeviceClass() != FXDC_DISPLAY) { in StartRenderDIBSource()
/external/pdfium/core/include/fxge/
Dfx_ge.h264 int GetDeviceClass() const { return m_DeviceClass; } in GetDeviceClass() function
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp958 FX_BOOL bPrinting = pContext->m_pDevice->GetDeviceClass() != FXDC_DISPLAY; in FPDF_RenderPage_Retail()
/external/libusb/libusb/os/
Ddarwin_usb.c474 (*(device))->GetDeviceClass (device, &bDeviceClass); in process_new_device()
/external/pdfium/xfa/src/fxgraphics/src/
Dfx_graphics.cpp92 int32_t deviceClass = _renderDevice->GetDeviceClass(); in IsPrinterDevice()