HomeSort by relevance Sort by last modified time
    Searched refs:GetDeviceClass (Results 1 - 9 of 9) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 117 FX_BOOL bPrinting = pDevice->GetDeviceClass() == FXDC_PRINTER || (pOptions && (pOptions->m_Flags & RENDER_PRINTPREVIEW));
391 FX_BOOL bPrinting = pDevice->GetDeviceClass() == FXDC_PRINTER || (pOptions && (pOptions->m_Flags & RENDER_PRINTPREVIEW));
  /system/core/fastboot/
usb_osx.c 308 kr = (*dev)->GetDeviceClass(dev, &handle->info.dev_class);
310 ERR("GetDeviceClass");
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 229 m_bPrint = m_pDevice->GetDeviceClass() != FXDC_DISPLAY;
684 if (m_pDevice->GetDeviceClass() == FXDC_DISPLAY && !(m_pDevice->GetDeviceCaps(FXDC_RENDER_CAPS) & FXRC_SOFT_CLIP)) {
783 m_pDevice->GetDeviceClass() == FXDC_DISPLAY && !(m_pDevice->GetDeviceCaps(FXDC_RENDER_CAPS) & FXRC_SOFT_CLIP)) {
    [all...]
fpdf_render_text.cpp 389 int device_class = m_pDevice->GetDeviceClass();
fpdf_render_image.cpp 453 if (m_pRenderStatus->m_pDevice->GetDeviceClass() != FXDC_DISPLAY) {
    [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 345 int GetDeviceClass() const
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 830 FX_BOOL bPrinting = pContext->m_pDevice->GetDeviceClass() != FXDC_DISPLAY;
  /external/libusb/libusb/os/
darwin_usb.c 474 (*(device))->GetDeviceClass (device, &bDeviceClass);
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c 618 (*device)->GetDeviceClass (device, &bDeviceClass);
    [all...]

Completed in 220 milliseconds