Home
last modified time | relevance | path

Searched refs:CPDF_RenderOptions (Results 1 – 25 of 26) sorted by relevance

12

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderoptions.cpp15 CPDF_RenderOptions::Options::Options() = default;
17 CPDF_RenderOptions::Options::Options(const CPDF_RenderOptions::Options& rhs) =
20 CPDF_RenderOptions::Options& CPDF_RenderOptions::Options::operator=(
21 const CPDF_RenderOptions::Options& rhs) = default;
23 CPDF_RenderOptions::CPDF_RenderOptions() { in CPDF_RenderOptions() function in CPDF_RenderOptions
29 CPDF_RenderOptions::CPDF_RenderOptions(const CPDF_RenderOptions& rhs) = default;
31 CPDF_RenderOptions::~CPDF_RenderOptions() = default;
33 FX_ARGB CPDF_RenderOptions::TranslateColor(FX_ARGB argb) const { in TranslateColor()
44 FX_ARGB CPDF_RenderOptions::TranslateObjectFillColor( in TranslateObjectFillColor()
60 FX_ARGB CPDF_RenderOptions::TranslateObjectStrokeColor( in TranslateObjectStrokeColor()
[all …]
Dcpdf_renderoptions.h19 class CPDF_RenderOptions {
47 CPDF_RenderOptions();
48 CPDF_RenderOptions(const CPDF_RenderOptions& rhs);
49 ~CPDF_RenderOptions();
Dcpdf_progressiverenderer.h19 class CPDF_RenderOptions; variable
38 const CPDF_RenderOptions* pOptions);
52 UnownedPtr<const CPDF_RenderOptions> const m_pOptions;
Dcpdf_textrenderer.h20 class CPDF_RenderOptions; variable
34 const CPDF_RenderOptions& options);
56 const CPDF_RenderOptions& options);
Dcpdf_rendercontext.h25 class CPDF_RenderOptions; variable
53 const CPDF_RenderOptions* pOptions,
58 const CPDF_RenderOptions* options,
Dcpdf_rendershading.h14 class CPDF_RenderOptions; variable
27 const CPDF_RenderOptions& options);
Dcpdf_pagerendercontext.h17 class CPDF_RenderOptions; variable
33 std::unique_ptr<CPDF_RenderOptions> m_pOptions;
Dcpdf_scaledrenderbuffer.h19 class CPDF_RenderOptions; variable
28 const CPDF_RenderOptions& options,
Dcpdf_rendertiling.cpp35 const CPDF_RenderOptions::Options& draw_options) { in DrawPatternBitmap()
55 CPDF_RenderOptions options; in DrawPatternBitmap()
57 options.SetColorMode(CPDF_RenderOptions::kAlpha); in DrawPatternBitmap()
118 const CPDF_RenderOptions& options = pRenderStatus->GetRenderOptions(); in Draw()
194 if (options.ColorModeIs(CPDF_RenderOptions::kGray)) in Draw()
Dcpdf_textrenderer.cpp30 const CPDF_RenderOptions& options) { in GetTextRenderOptionsHelper()
105 const CPDF_RenderOptions& options) { in DrawTextString()
140 const CPDF_RenderOptions& options) { in DrawNormalText()
Dcpdf_imagerenderer.h26 class CPDF_RenderOptions; variable
84 const CPDF_RenderOptions& GetRenderOptions() const;
Dcpdf_rendercontext.cpp40 const CPDF_RenderOptions* options, in GetBackgroundToDevice()
64 const CPDF_RenderOptions* pOptions, in Render()
Dcpdf_renderstatus.h52 void SetOptions(const CPDF_RenderOptions& options) { m_Options = options; } in SetOptions()
103 const CPDF_RenderOptions& GetRenderOptions() const { return m_Options; } in GetRenderOptions()
194 CPDF_RenderOptions m_Options;
Dcpdf_scaledrenderbuffer.cpp32 const CPDF_RenderOptions& options, in Initialize()
Dcpdf_renderstatus.cpp86 const CPDF_RenderOptions::Options& options, in GetFillOptionsForDrawPathWithBlend()
113 const CPDF_RenderOptions::Options& options, in GetFillOptionsForDrawTextPath()
421 CPDF_RenderOptions::Options& options = m_Options.GetOptions(); in ProcessPath()
422 if (m_Options.ColorModeIs(CPDF_RenderOptions::Type::kForcedColor) && in ProcessPath()
951 CPDF_RenderOptions options = m_Options; in ProcessType3Text()
1410 CPDF_RenderOptions options; in LoadSMask()
1411 options.SetColorMode(bLuminosity ? CPDF_RenderOptions::kNormal in LoadSMask()
1412 : CPDF_RenderOptions::kAlpha); in LoadSMask()
Dcpdf_progressiverenderer.cpp24 const CPDF_RenderOptions* pOptions) in CPDF_ProgressiveRenderer()
Dcpdf_imagerenderer.cpp93 if (GetRenderOptions().ColorModeIs(CPDF_RenderOptions::kAlpha) && in StartRenderDIBBase()
116 } else if (GetRenderOptions().ColorModeIs(CPDF_RenderOptions::kGray)) { in StartRenderDIBBase()
308 const CPDF_RenderOptions& CPDF_ImageRenderer::GetRenderOptions() const { in GetRenderOptions()
Dcpdf_rendershading.cpp890 const CPDF_RenderOptions& options) { in Draw()
985 if (options.ColorModeIs(CPDF_RenderOptions::kAlpha)) { in Draw()
987 } else if (options.ColorModeIs(CPDF_RenderOptions::kGray)) { in Draw()
/external/pdfium/fpdfsdk/
Dcpdfsdk_renderpage.cpp33 pContext->m_pOptions = std::make_unique<CPDF_RenderOptions>(); in RenderPageImpl()
46 pContext->m_pOptions->SetColorMode(CPDF_RenderOptions::kGray); in RenderPageImpl()
49 pContext->m_pOptions->SetColorMode(CPDF_RenderOptions::kForcedColor); in RenderPageImpl()
Dcpdfsdk_pageview.h22 class CPDF_RenderOptions; variable
41 CPDF_RenderOptions* pOptions,
Dcpdfsdk_helpers.h38 class CPDF_RenderOptions; variable
340 CPDF_RenderOptions* pRenderOptions);
Dfpdf_formfill.cpp249 CPDF_RenderOptions options; in FFLCommon()
254 options.SetColorMode(CPDF_RenderOptions::kGray); in FFLCommon()
782 CPDF_RenderOptions options; in FPDF_FFLDrawWithMatrix()
787 options.SetColorMode(CPDF_RenderOptions::kGray); in FPDF_FFLDrawWithMatrix()
Dcpdfsdk_helpers.cpp495 CPDF_RenderOptions* pRenderOptions) { in SetColorFromScheme()
496 CPDF_RenderOptions::ColorScheme color_scheme; in SetColorFromScheme()
Dcpdfsdk_pageview.cpp73 CPDF_RenderOptions* pOptions, in PageView_OnDraw()
Dfpdf_view.cpp625 context->m_pOptions = std::make_unique<CPDF_RenderOptions>(); in FPDF_RenderPage()
673 context->m_pOptions = std::make_unique<CPDF_RenderOptions>(); in FPDF_RenderPage()

12