Searched refs:m_Options (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_parser.cpp | 72 m_Options = *pOptions; in PrepareParse() 353 if (m_Options.m_bTextOnly) { in Handle_CloseFillStrokePath() 361 if (m_Options.m_bTextOnly) { in Handle_FillStrokePath() 368 if (m_Options.m_bTextOnly) { in Handle_CloseEOFillStrokePath() 376 if (m_Options.m_bTextOnly) { in Handle_EOFillStrokePath() 383 if (!m_Options.m_bMarkedContent) { in Handle_BeginMarkedContent_Dictionary() 406 if (!m_Options.m_bMarkedContent) { in Handle_BeginMarkedContent() 572 if (m_Options.m_bTextOnly) { in Handle_CurveTo_123() 590 if (m_Options.m_bTextOnly) { in Handle_SetColorSpace_Fill() 602 if (m_Options.m_bTextOnly) { in Handle_SetColorSpace_Stroke() [all …]
|
D | fpdf_page_parser_old.cpp | 123 …CPDF_Stream* pStream = m_pSyntax->ReadInlineStream(m_pDocument, pDict, pCSObj, m_Options.m_bDecode… in Handle_BeginImage() 137 if (m_Options.m_bTextOnly) { in Handle_BeginImage() 952 m_Options = *pOptions; in Start() 1081 … m_pObjects->m_pResources, &m_pObjects->m_BBox, &m_Options, NULL, 0); in Continue()
|
D | pageint.h | 141 CPDF_ParseOptions m_Options; variable 304 CPDF_ParseOptions m_Options; variable
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 232 m_Options = *pOptions; in Initialize() 300 if (m_Options.m_pOCContext && pObj->m_ContentMark.NotNull()) { in RenderSingleObject() 301 if (!m_Options.m_pOCContext->CheckObjectVisible(pObj)) { in RenderSingleObject() 325 if (m_Options.m_pOCContext && pObj->m_ContentMark.NotNull()) in ContinueSingleObject() 326 if (!m_Options.m_pOCContext->CheckObjectVisible(pObj)) { in ContinueSingleObject() 451 if (!buffer.Initialize(m_pContext, m_pDevice, &rect, pObj, &m_Options, res)) { in DrawObjWithBackground() 465 …(m_pContext, buffer.GetDevice(), buffer.GetMatrix(), NULL, NULL, NULL, &m_Options, m_Transparency,… in DrawObjWithBackground() 472 if (pOC && m_Options.m_pOCContext && !m_Options.m_pOCContext->CheckOCGVisible(pOC)) { in ProcessForm() 483 … this, pFormObj, &m_Options, m_Transparency, m_bDropObjects, pResources, FALSE); in ProcessForm() 522 if (FillType && (m_Options.m_Flags & RENDER_RECT_AA)) { in ProcessPath() [all …]
|
D | fpdf_render_image.cpp | 40 FX_DWORD fill_argb = m_Options.TranslateColor(mask_argb); in CompositeDIBitmap() 348 if (m_pRenderStatus->m_Options.m_ColorMode == RENDER_COLOR_ALPHA && m_Loader.m_pMask == NULL) { in StartRenderDIBSource() 375 } else if (m_pRenderStatus->m_Options.m_ColorMode == RENDER_COLOR_GRAY) { in StartRenderDIBSource() 377 …m_pClone->ConvertColorScale(m_pRenderStatus->m_Options.m_BackColor, m_pRenderStatus->m_Options.m_F… in StartRenderDIBSource() 381 if (m_pRenderStatus->m_Options.m_Flags & RENDER_FORCE_DOWNSAMPLE) { in StartRenderDIBSource() 383 } else if (m_pRenderStatus->m_Options.m_Flags & RENDER_FORCE_HALFTONE) { in StartRenderDIBSource() 406 if (m_pRenderStatus->m_Options.m_Flags & RENDER_NOIMAGESMOOTH) { in StartRenderDIBSource() 448 …if (pOC && m_pRenderStatus->m_Options.m_pOCContext && !m_pRenderStatus->m_Options.m_pOCContext->Ch… in Start() 494 … NULL, NULL, &m_pRenderStatus->m_Options, 0, m_pRenderStatus->m_bDropObjects, NULL, TRUE); in DrawPatternImage()
|
D | fpdf_render_pattern.cpp | 807 int fill_mode = m_Options.m_Flags; in DrawShading() 838 if (m_Options.m_ColorMode == RENDER_COLOR_GRAY) { in DrawShading() 839 pBitmap->ConvertColorScale(m_Options.m_ForeColor, m_Options.m_BackColor); in DrawShading() 869 DrawShading(pattern, &matrix, rect, alpha, m_Options.m_ColorMode == RENDER_COLOR_ALPHA); in DrawShadingPattern() 883 m_Options.m_ColorMode == RENDER_COLOR_ALPHA); in ProcessShading() 991 status.Initialize(m_pContext, m_pDevice, NULL, NULL, this, pStates, &m_Options, in DrawTilingPattern() 1026 …m_pContext->m_pDocument, m_pContext->m_pPageCache, pPattern, pObj2Device, 8, 8, m_Options.m_Flags); in DrawTilingPattern() 1030 …t->m_pDocument, m_pContext->m_pPageCache, pPattern, pObj2Device, width, height, m_Options.m_Flags); in DrawTilingPattern() 1036 if (m_Options.m_ColorMode == RENDER_COLOR_GRAY) { in DrawTilingPattern() 1037 pPatternBitmap->ConvertColorScale(m_Options.m_ForeColor, m_Options.m_BackColor); in DrawTilingPattern()
|
D | fpdf_render_text.cpp | 281 if (m_Options.m_Flags & RENDER_NOTEXTSMOOTH) { in ProcessText() 289 &text_matrix, fill_argb, &m_Options); in ProcessText() 417 CPDF_RenderOptions Options = m_Options; in ProcessType3Text()
|
D | render_int.h | 106 CPDF_RenderOptions m_Options; variable
|