Searched refs:GetRenderOptions (Results 1 – 5 of 5) sorted by relevance
82 if (GetRenderOptions().ColorModeIs(CPDF_RenderOptions::kAlpha) && in StartRenderDIBBase()104 } else if (GetRenderOptions().ColorModeIs(CPDF_RenderOptions::kGray)) { in StartRenderDIBBase()113 if (GetRenderOptions().GetOptions().bForceHalftone) in StartRenderDIBBase()121 if (GetRenderOptions().GetOptions().bNoImageSmooth) in StartRenderDIBBase()175 if (pOC && GetRenderOptions().GetOCContext() && in Start()176 !GetRenderOptions().GetOCContext()->CheckOCGVisible(pOC)) { in Start()264 const CPDF_RenderOptions& CPDF_ImageRenderer::GetRenderOptions() const { in GetRenderOptions() function in CPDF_ImageRenderer265 return m_pRenderStatus->GetRenderOptions(); in GetRenderOptions()287 bitmap_render.SetOptions(GetRenderOptions()); in DrawPatternImage()
76 if (status.GetRenderOptions().GetOptions().bLimitedImageCache) { in Render()78 status.GetRenderOptions().GetCacheSizeLimit()); in Render()
93 if (pCurObj->IsImage() && m_pRenderStatus->GetRenderOptions() in Continue()97 m_pRenderStatus->GetRenderOptions().GetCacheSizeLimit()); in Continue()
77 const CPDF_RenderOptions& GetRenderOptions() const;
91 const CPDF_RenderOptions& GetRenderOptions() const { return m_Options; } in GetRenderOptions() function