Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp117 …FX_BOOL bPrinting = pDevice->GetDeviceClass() == FXDC_PRINTER || (pOptions && (pOptions->m_Flags &… in DisplayAnnots()
391 …FX_BOOL bPrinting = pDevice->GetDeviceClass() == FXDC_PRINTER || (pOptions && (pOptions->m_Flags &… in DrawBorder()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp229 m_bPrint = m_pDevice->GetDeviceClass() != FXDC_DISPLAY; in Initialize()
684 …if (m_pDevice->GetDeviceClass() == FXDC_DISPLAY && !(m_pDevice->GetDeviceCaps(FXDC_RENDER_CAPS) & … in ProcessClipPath()
783 …m_pDevice->GetDeviceClass() == FXDC_DISPLAY && !(m_pDevice->GetDeviceCaps(FXDC_RENDER_CAPS) & FXRC… in ProcessTransparency()
Dfpdf_render_text.cpp389 int device_class = m_pDevice->GetDeviceClass(); in ProcessType3Text()
Dfpdf_render_image.cpp453 if (m_pRenderStatus->m_pDevice->GetDeviceClass() != FXDC_DISPLAY) { in StartRenderDIBSource()
/external/pdfium/core/include/fxge/
Dfx_ge.h345 int GetDeviceClass() const in GetDeviceClass() function
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp830 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/chromium_org/third_party/libusb/src/libusb/os/
Ddarwin_usb.c618 (*device)->GetDeviceClass (device, &bDeviceClass); in darwin_cache_device_descriptor()