Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp116 …FX_BOOL bPrinting = pDevice->GetDeviceClass() == FXDC_PRINTER || (pOptions && (pOptions->m_Flags &… in DisplayAnnots()
375 …FX_BOOL bPrinting = pDevice->GetDeviceClass() == FXDC_PRINTER || (pOptions && (pOptions->m_Flags &… in DrawBorder()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp226 m_bPrint = m_pDevice->GetDeviceClass() != FXDC_DISPLAY; in Initialize()
650 …if (m_pDevice->GetDeviceClass() == FXDC_DISPLAY && !(m_pDevice->GetDeviceCaps(FXDC_RENDER_CAPS) & … in ProcessClipPath()
749 …m_pDevice->GetDeviceClass() == FXDC_DISPLAY && !(m_pDevice->GetDeviceCaps(FXDC_RENDER_CAPS) & FXRC… in ProcessTransparency()
Dfpdf_render_text.cpp377 int device_class = m_pDevice->GetDeviceClass(); in ProcessType3Text()
Dfpdf_render_image.cpp386 if (m_pRenderStatus->m_pDevice->GetDeviceClass() != FXDC_DISPLAY) { in StartRenderDIBSource()
/external/pdfium/core/include/fxge/
Dfx_ge.h341 int GetDeviceClass() const in GetDeviceClass() function
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp732 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()