Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp112 m_Options = *pOptions; in CPDF_StreamContentParser()
435 if (m_Options.m_bTextOnly) { in Handle_CloseFillStrokePath()
442 if (m_Options.m_bTextOnly) { in Handle_FillStrokePath()
448 if (m_Options.m_bTextOnly) { in Handle_CloseEOFillStrokePath()
455 if (m_Options.m_bTextOnly) { in Handle_EOFillStrokePath()
461 if (!m_Options.m_bMarkedContent) { in Handle_BeginMarkedContent_Dictionary()
481 if (!m_Options.m_bMarkedContent) { in Handle_BeginMarkedContent()
562 if (m_Options.m_bTextOnly) { in Handle_CurveTo_123()
579 if (m_Options.m_bTextOnly) { in Handle_SetColorSpace_Fill()
590 if (m_Options.m_bTextOnly) { in Handle_SetColorSpace_Stroke()
[all …]
Dfpdf_page_parser_old.cpp122 m_pDocument, pDict, pCSObj, m_Options.m_bDecodeInlineImage); in Handle_BeginImage()
136 if (m_Options.m_bTextOnly) { in Handle_BeginImage()
915 m_Options = *pOptions; in Start()
1042 &m_Options, nullptr, 0)); in Continue()
Dpageint.h242 CPDF_ParseOptions m_Options; variable
302 CPDF_ParseOptions m_Options; variable
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp206 m_Options = *pOptions; in Initialize()
280 if (m_Options.m_pOCContext && pObj->m_ContentMark.NotNull()) { in RenderSingleObject()
281 if (!m_Options.m_pOCContext->CheckObjectVisible(pObj)) { in RenderSingleObject()
306 if (m_Options.m_pOCContext && pObj->m_ContentMark.NotNull() && in ContinueSingleObject()
307 !m_Options.m_pOCContext->CheckObjectVisible(pObj)) { in ContinueSingleObject()
437 if (!buffer.Initialize(m_pContext, m_pDevice, rect, pObj, &m_Options, res)) { in DrawObjWithBackground()
452 NULL, NULL, &m_Options, m_Transparency, m_bDropObjects, in DrawObjWithBackground()
460 if (pOC && m_Options.m_pOCContext && in ProcessForm()
461 !m_Options.m_pOCContext->CheckOCGVisible(pOC)) { in ProcessForm()
472 &m_Options, m_Transparency, m_bDropObjects, pResources, in ProcessForm()
[all …]
Dfpdf_render_image.cpp49 FX_DWORD fill_argb = m_Options.TranslateColor(mask_argb); in CompositeDIBitmap()
353 if (m_pRenderStatus->m_Options.m_ColorMode == RENDER_COLOR_ALPHA && in StartRenderDIBSource()
385 } else if (m_pRenderStatus->m_Options.m_ColorMode == RENDER_COLOR_GRAY) { in StartRenderDIBSource()
387 m_pClone->ConvertColorScale(m_pRenderStatus->m_Options.m_BackColor, in StartRenderDIBSource()
388 m_pRenderStatus->m_Options.m_ForeColor); in StartRenderDIBSource()
392 if (m_pRenderStatus->m_Options.m_Flags & RENDER_FORCE_DOWNSAMPLE) { in StartRenderDIBSource()
394 } else if (m_pRenderStatus->m_Options.m_Flags & RENDER_FORCE_HALFTONE) { in StartRenderDIBSource()
418 if (m_pRenderStatus->m_Options.m_Flags & RENDER_NOIMAGESMOOTH) { in StartRenderDIBSource()
469 if (pOC && m_pRenderStatus->m_Options.m_pOCContext && in Start()
470 !m_pRenderStatus->m_Options.m_pOCContext->CheckOCGVisible(pOC)) { in Start()
[all …]
Dfpdf_render_pattern.cpp871 int fill_mode = m_Options.m_Flags; in DrawShading()
909 if (m_Options.m_ColorMode == RENDER_COLOR_GRAY) { in DrawShading()
910 pBitmap->ConvertColorScale(m_Options.m_ForeColor, m_Options.m_BackColor); in DrawShading()
943 m_Options.m_ColorMode == RENDER_COLOR_ALPHA); in DrawShadingPattern()
958 m_Options.m_ColorMode == RENDER_COLOR_ALPHA); in ProcessShading()
1080 &m_Options, pPattern->m_pForm->m_Transparency, in DrawTilingPattern()
1115 pPattern, pObj2Device, 8, 8, m_Options.m_Flags); in DrawTilingPattern()
1121 pObj2Device, width, height, m_Options.m_Flags); in DrawTilingPattern()
1127 if (m_Options.m_ColorMode == RENDER_COLOR_GRAY) { in DrawTilingPattern()
1128 pPatternBitmap->ConvertColorScale(m_Options.m_ForeColor, in DrawTilingPattern()
[all …]
Dfpdf_render_text.cpp288 if (m_Options.m_Flags & RENDER_NOTEXTSMOOTH) { in ProcessText()
299 pFont, font_size, &text_matrix, fill_argb, &m_Options); in ProcessText()
409 CPDF_RenderOptions Options = m_Options; in ProcessType3Text()
Drender_int.h143 CPDF_RenderOptions m_Options; variable