Searched refs:m_Options (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_parser.cpp | 108 m_Options = *pOptions; in PrepareParse() 390 if (m_Options.m_bTextOnly) { in Handle_CloseFillStrokePath() 398 if (m_Options.m_bTextOnly) { in Handle_FillStrokePath() 405 if (m_Options.m_bTextOnly) { in Handle_CloseEOFillStrokePath() 413 if (m_Options.m_bTextOnly) { in Handle_EOFillStrokePath() 420 if (!m_Options.m_bMarkedContent) { in Handle_BeginMarkedContent_Dictionary() 443 if (!m_Options.m_bMarkedContent) { in Handle_BeginMarkedContent() 609 if (m_Options.m_bTextOnly) { in Handle_CurveTo_123() 629 if (m_Options.m_bTextOnly) { in Handle_SetColorSpace_Fill() 641 if (m_Options.m_bTextOnly) { in Handle_SetColorSpace_Stroke() [all …]
|
D | fpdf_page_parser_old.cpp | 113 …CPDF_Stream* pStream = m_pSyntax->ReadInlineStream(m_pDocument, pDict, pCSObj, m_Options.m_bDecode… in Handle_BeginImage() 127 if (m_Options.m_bTextOnly) { in Handle_BeginImage() 943 m_Options = *pOptions; in Start() 1077 … m_pObjects->m_pResources, &m_pObjects->m_BBox, &m_Options, NULL, 0); in Continue()
|
D | pageint.h | 143 CPDF_ParseOptions m_Options; variable 340 CPDF_ParseOptions m_Options; variable
|
D | fpdf_page_parser_new.cpp | 616 m_Options = *pOptions; in Start() 637 pPage->m_pResources, &pPage->m_BBox, &m_Options, NULL, 0); in Start()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 235 m_Options = *pOptions; in Initialize() 311 if (m_Options.m_pOCContext && pObj->m_ContentMark.NotNull()) in RenderSingleObject() 312 if (!m_Options.m_pOCContext->CheckObjectVisible(pObj)) { in RenderSingleObject() 340 if (m_Options.m_pOCContext && pObj->m_ContentMark.NotNull()) in ContinueSingleObject() 341 if (!m_Options.m_pOCContext->CheckObjectVisible(pObj)) { in ContinueSingleObject() 478 if (!buffer.Initialize(m_pContext, m_pDevice, &rect, pObj, &m_Options, res)) { in DrawObjWithBackground() 492 … m_pContext, buffer.GetDevice(), buffer.GetMatrix(), NULL, NULL, NULL, &m_Options, m_Transparency,… in DrawObjWithBackground() 500 if (pOC && m_Options.m_pOCContext && !m_Options.m_pOCContext->CheckOCGVisible(pOC)) { in ProcessForm() 511 this, pFormObj, &m_Options, m_Transparency, m_bDropObjects, pResources, TRUE); in ProcessForm() 550 if (FillType && (m_Options.m_Flags & RENDER_RECT_AA)) { in ProcessPath() [all …]
|
D | fpdf_render_image.cpp | 51 if (m_Options.m_Flags & RENDER_FORCE_DOWNSAMPLE) { in ProcessInlines() 53 } else if (m_Options.m_Flags & RENDER_FORCE_HALFTONE) { in ProcessInlines() 84 FX_DWORD fill_argb = m_Options.TranslateColor(mask_argb); in CompositeDIBitmap() 392 if (m_pRenderStatus->m_Options.m_ColorMode == RENDER_COLOR_ALPHA && m_Loader.m_pMask == NULL) { in StartRenderDIBSource() 421 } else if (m_pRenderStatus->m_Options.m_ColorMode == RENDER_COLOR_GRAY) { in StartRenderDIBSource() 423 …m_pClone->ConvertColorScale(m_pRenderStatus->m_Options.m_BackColor, m_pRenderStatus->m_Options.m_F… in StartRenderDIBSource() 428 if (m_pRenderStatus->m_Options.m_Flags & RENDER_FORCE_DOWNSAMPLE) { in StartRenderDIBSource() 430 } else if (m_pRenderStatus->m_Options.m_Flags & RENDER_FORCE_HALFTONE) { in StartRenderDIBSource() 434 if (!(m_pRenderStatus->m_Options.m_Flags & RENDER_FORCE_HALFTONE)) { in StartRenderDIBSource() 473 if (m_pRenderStatus->m_Options.m_Flags & RENDER_NOIMAGESMOOTH) { in StartRenderDIBSource() [all …]
|
D | fpdf_render_pattern.cpp | 775 int fill_mode = m_Options.m_Flags; in DrawShading() 806 if (m_Options.m_ColorMode == RENDER_COLOR_GRAY) { in DrawShading() 807 pBitmap->ConvertColorScale(m_Options.m_ForeColor, m_Options.m_BackColor); in DrawShading() 837 DrawShading(pattern, &matrix, rect, alpha, m_Options.m_ColorMode == RENDER_COLOR_ALPHA); in DrawShadingPattern() 851 m_Options.m_ColorMode == RENDER_COLOR_ALPHA); in ProcessShading() 964 … status.Initialize(m_Level + 1, m_pContext, m_pDevice, NULL, NULL, this, pStates, &m_Options, in DrawTilingPattern() 999 …m_pContext->m_pDocument, m_pContext->m_pPageCache, pPattern, pObj2Device, 8, 8, m_Options.m_Flags); in DrawTilingPattern() 1003 …t->m_pDocument, m_pContext->m_pPageCache, pPattern, pObj2Device, width, height, m_Options.m_Flags); in DrawTilingPattern() 1009 if (m_Options.m_ColorMode == RENDER_COLOR_GRAY) { in DrawTilingPattern() 1010 pPatternBitmap->ConvertColorScale(m_Options.m_ForeColor, m_Options.m_BackColor); in DrawTilingPattern()
|
D | fpdf_render_text.cpp | 293 if (m_Options.m_Flags & RENDER_NOTEXTSMOOTH) { in ProcessText() 301 &text_matrix, fill_argb, &m_Options); in ProcessText() 430 CPDF_RenderOptions Options = m_Options; in ProcessType3Text()
|
D | render_int.h | 104 CPDF_RenderOptions m_Options; variable
|