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

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_image.cpp 13 m_Type = PDFPAGE_IMAGE;
fpdf_page.cpp 19 case PDFPAGE_IMAGE:
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 348 if (pObj->m_Type == PDFPAGE_IMAGE) {
371 if (type == PDFPAGE_IMAGE) {
425 case PDFPAGE_IMAGE:
451 case PDFPAGE_IMAGE:
474 if (pObj->m_Type == PDFPAGE_IMAGE && m_pDevice->GetDeviceCaps(FXDC_DEVICE_CLASS) == FXDC_PRINTER) {
760 if (pPageObj->m_Type == PDFPAGE_IMAGE &&
786 if ((m_Options.m_Flags & RENDER_OVERPRINT) && pPageObj->m_Type == PDFPAGE_IMAGE && pGeneralState && pGeneralState->m_FillOP && pGeneralState->m_StrokeOP) {
    [all...]
fpdf_render_pattern.cpp     [all...]
fpdf_render_text.cpp 326 if (pPageObj->m_Type == PDFPAGE_IMAGE) {
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_content.cpp 46 if (!pPageObj || pPageObj->m_Type != PDFPAGE_IMAGE) {
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 431 #define PDFPAGE_IMAGE 3
  /external/pdfium/core/src/reflow/
autoreflow.cpp 83 if(pObj->m_Type != PDFPAGE_IMAGE) {
431 if(pObj->m_Type == PDFPAGE_IMAGE) {
layoutprocessor_reflow.cpp 770 } else if(pObj->m_Type == PDFPAGE_IMAGE) {
    [all...]

Completed in 51 milliseconds