![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fpdfapi/edit/cpdf_pagecontentgenerator.h"#include <iterator>#include <memory>#include <utility>#include "core/fpdfapi/font/cpdf_font.h"#include "core/fpdfapi/page/cpdf_colorspace.h"#include "core/fpdfapi/page/cpdf_docpagedata.h"#include "core/fpdfapi/page/cpdf_form.h"#include "core/fpdfapi/page/cpdf_page.h"#include "core/fpdfapi/page/cpdf_pathobject.h"#include "core/fpdfapi/page/cpdf_textobject.h"#include "core/fpdfapi/page/cpdf_textstate.h"#include "core/fpdfapi/page/test_with_page_module.h"#include "core/fpdfapi/parser/cpdf_dictionary.h"#include "core/fpdfapi/parser/cpdf_document.h"#include "core/fpdfapi/parser/cpdf_name.h"#include "core/fpdfapi/parser/cpdf_parser.h"#include "core/fpdfapi/parser/cpdf_reference.h"#include "core/fpdfapi/parser/cpdf_stream.h"#include "core/fpdfapi/parser/cpdf_test_document.h"#include "core/fxcrt/data_vector.h"#include "core/fxge/cfx_fillrenderoptions.h"#include "testing/gtest/include/gtest/gtest.h"Go to the source code of this file.
Classes | |
| class | CPDFPageContentGeneratorTest |
Functions | |
| TEST_F (CPDFPageContentGeneratorTest, ProcessRect) | |
| TEST_F (CPDFPageContentGeneratorTest, Bug937) | |
| TEST_F (CPDFPageContentGeneratorTest, ProcessPath) | |
| TEST_F (CPDFPageContentGeneratorTest, ProcessGraphics) | |
| TEST_F (CPDFPageContentGeneratorTest, ProcessStandardText) | |
| TEST_F (CPDFPageContentGeneratorTest, ProcessText) | |
| TEST_F (CPDFPageContentGeneratorTest, ProcessEmptyForm) | |
| TEST_F (CPDFPageContentGeneratorTest, ProcessFormWithPath) | |
| TEST_F | ( | CPDFPageContentGeneratorTest | , |
| Bug937 | ) |
Definition at line 81 of file cpdf_pagecontentgenerator_unittest.cpp.
References CFX_Matrix::CFX_Matrix(), CFX_Path::Point::kBezier, CFX_Path::Point::kLine, CFX_Path::Point::kMove, and CFX_FillRenderOptions::kWinding.
| TEST_F | ( | CPDFPageContentGeneratorTest | , |
| ProcessEmptyForm | ) |
Definition at line 406 of file cpdf_pagecontentgenerator_unittest.cpp.
References CPDF_PageObjectHolder::kParsed.
| TEST_F | ( | CPDFPageContentGeneratorTest | , |
| ProcessFormWithPath | ) |
Definition at line 425 of file cpdf_pagecontentgenerator_unittest.cpp.
References CPDF_PageObjectHolder::kParsed.
| TEST_F | ( | CPDFPageContentGeneratorTest | , |
| ProcessGraphics | ) |
Definition at line 188 of file cpdf_pagecontentgenerator_unittest.cpp.
References CFX_Path::Point::kLine, CFX_Path::Point::kMove, and CFX_FillRenderOptions::kWinding.
| TEST_F | ( | CPDFPageContentGeneratorTest | , |
| ProcessPath | ) |
Definition at line 151 of file cpdf_pagecontentgenerator_unittest.cpp.
References CFX_Path::Point::kBezier, CFX_Path::Point::kLine, CFX_Path::Point::kMove, and CFX_FillRenderOptions::kWinding.
| TEST_F | ( | CPDFPageContentGeneratorTest | , |
| ProcessRect | ) |
Definition at line 55 of file cpdf_pagecontentgenerator_unittest.cpp.
References CFX_FillRenderOptions::kEvenOdd, CFX_Path::Point::kLine, and CFX_Path::Point::kMove.
| TEST_F | ( | CPDFPageContentGeneratorTest | , |
| ProcessStandardText | ) |
Definition at line 261 of file cpdf_pagecontentgenerator_unittest.cpp.
References CFX_Matrix::CFX_Matrix(), and CPDF_Font::GetStockFont().
| TEST_F | ( | CPDFPageContentGeneratorTest | , |
| ProcessText | ) |
Definition at line 328 of file cpdf_pagecontentgenerator_unittest.cpp.
References CPDF_ClipPath::AppendPath(), CPDF_ClipPath::Emplace(), CPDF_DocPageData::FromDocument(), CFX_FillRenderOptions::kEvenOdd, CFX_Path::Point::kLine, CFX_Path::Point::kMove, and MODE_FILL_CLIP.