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

  /external/pdfium/core/include/fxge/
fx_ge_apple.h 15 FX_BOOL Attach(CGContextRef context, FX_INT32 nDeviceClass = FXDC_DISPLAY);
fx_ge.h 269 #define FXDC_DISPLAY 1
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 391 if (device_class == FXDC_DISPLAY) {
467 if (device_class == FXDC_DISPLAY) {
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_image.cpp 453 if (m_pRenderStatus->m_pDevice->GetDeviceClass() != FXDC_DISPLAY) {
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 447 if (m_DeviceClass != FXDC_DISPLAY) {
    [all...]
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 181 if (_deviceClass != FXDC_DISPLAY) {
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 830 FX_BOOL bPrinting = pContext->m_pDevice->GetDeviceClass() != FXDC_DISPLAY;
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 156 if (m_DeviceClass != FXDC_DISPLAY) {
200 if (m_DeviceClass == FXDC_DISPLAY && m_bpp > 1) {
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 235 return FXDC_DISPLAY;
    [all...]

Completed in 2872 milliseconds