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
test_with_page_module.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_PAGE_TEST_WITH_PAGE_MODULE_H_
6#define CORE_FPDFAPI_PAGE_TEST_WITH_PAGE_MODULE_H_
7
8#include "testing/gtest/include/gtest/gtest.h"
9
11 public:
12 void SetUp() override;
13 void TearDown() override;
14};
15
16#endif // CORE_FPDFAPI_PAGE_TEST_WITH_PAGE_MODULE_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)
const char * c_str() const
Definition bytestring.h:76
TEST_F(CPDF_PageContentGeneratorTest, ProcessRect)
TextRenderingMode