/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderoptions.cpp | 15 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 …]
|
D | cpdf_renderoptions.h | 19 class CPDF_RenderOptions { 47 CPDF_RenderOptions(); 48 CPDF_RenderOptions(const CPDF_RenderOptions& rhs); 49 ~CPDF_RenderOptions();
|
D | cpdf_progressiverenderer.h | 19 class CPDF_RenderOptions; variable 38 const CPDF_RenderOptions* pOptions); 52 UnownedPtr<const CPDF_RenderOptions> const m_pOptions;
|
D | cpdf_textrenderer.h | 20 class CPDF_RenderOptions; variable 34 const CPDF_RenderOptions& options); 56 const CPDF_RenderOptions& options);
|
D | cpdf_rendercontext.h | 25 class CPDF_RenderOptions; variable 53 const CPDF_RenderOptions* pOptions, 58 const CPDF_RenderOptions* options,
|
D | cpdf_rendershading.h | 14 class CPDF_RenderOptions; variable 27 const CPDF_RenderOptions& options);
|
D | cpdf_pagerendercontext.h | 17 class CPDF_RenderOptions; variable 33 std::unique_ptr<CPDF_RenderOptions> m_pOptions;
|
D | cpdf_scaledrenderbuffer.h | 19 class CPDF_RenderOptions; variable 28 const CPDF_RenderOptions& options,
|
D | cpdf_rendertiling.cpp | 35 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()
|
D | cpdf_textrenderer.cpp | 30 const CPDF_RenderOptions& options) { in GetTextRenderOptionsHelper() 105 const CPDF_RenderOptions& options) { in DrawTextString() 140 const CPDF_RenderOptions& options) { in DrawNormalText()
|
D | cpdf_imagerenderer.h | 26 class CPDF_RenderOptions; variable 84 const CPDF_RenderOptions& GetRenderOptions() const;
|
D | cpdf_rendercontext.cpp | 40 const CPDF_RenderOptions* options, in GetBackgroundToDevice() 64 const CPDF_RenderOptions* pOptions, in Render()
|
D | cpdf_renderstatus.h | 52 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;
|
D | cpdf_scaledrenderbuffer.cpp | 32 const CPDF_RenderOptions& options, in Initialize()
|
D | cpdf_renderstatus.cpp | 86 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()
|
D | cpdf_progressiverenderer.cpp | 24 const CPDF_RenderOptions* pOptions) in CPDF_ProgressiveRenderer()
|
D | cpdf_imagerenderer.cpp | 93 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()
|
D | cpdf_rendershading.cpp | 890 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/ |
D | cpdfsdk_renderpage.cpp | 33 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()
|
D | cpdfsdk_pageview.h | 22 class CPDF_RenderOptions; variable 41 CPDF_RenderOptions* pOptions,
|
D | cpdfsdk_helpers.h | 38 class CPDF_RenderOptions; variable 340 CPDF_RenderOptions* pRenderOptions);
|
D | fpdf_formfill.cpp | 249 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()
|
D | cpdfsdk_helpers.cpp | 495 CPDF_RenderOptions* pRenderOptions) { in SetColorFromScheme() 496 CPDF_RenderOptions::ColorScheme color_scheme; in SetColorFromScheme()
|
D | cpdfsdk_pageview.cpp | 73 CPDF_RenderOptions* pOptions, in PageView_OnDraw()
|
D | fpdf_view.cpp | 625 context->m_pOptions = std::make_unique<CPDF_RenderOptions>(); in FPDF_RenderPage() 673 context->m_pOptions = std::make_unique<CPDF_RenderOptions>(); in FPDF_RenderPage()
|