Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cpdf_test_document.h
Go to the documentation of this file.
1// Copyright 2022 The PDFium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CORE_FPDFAPI_PARSER_CPDF_TEST_DOCUMENT_H_
6#define CORE_FPDFAPI_PARSER_CPDF_TEST_DOCUMENT_H_
7
8#include "core/fpdfapi/parser/cpdf_document.h"
9#include "core/fxcrt/retain_ptr.h"
10
11class CPDF_Dictionary;
12
14 public:
16
17 void SetRoot(RetainPtr<CPDF_Dictionary> root);
18};
19
20#endif // CORE_FPDFAPI_PARSER_CPDF_TEST_DOCUMENT_H_
CFX_Matrix(float a1, float b1, float c1, float d1, float e1, float f1)
void AppendPath(CPDF_Path path, CFX_FillRenderOptions::FillType type)
static CPDF_DocPageData * FromDocument(const CPDF_Document *pDoc)
static RetainPtr< CPDF_Font > GetStockFont(CPDF_Document *pDoc, ByteStringView fontname)
RetainPtr< const CPDF_Dictionary > TestGetResource(CPDF_PageContentGenerator *pGen, const ByteString &type, const ByteString &name)
void TestProcessText(CPDF_PageContentGenerator *pGen, fxcrt::ostringstream *buf, CPDF_TextObject *pTextObj)
void TestProcessPath(CPDF_PageContentGenerator *pGen, fxcrt::ostringstream *buf, CPDF_PathObject *pPathObj)
void SetRoot(RetainPtr< CPDF_Dictionary > root)
const char * c_str() const
Definition bytestring.h:76
TEST_F(CPDF_PageContentGeneratorTest, ProcessRect)
TextRenderingMode