Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <iterator>
#include <memory>
#include <string>
#include <vector>
#include "core/fpdfapi/page/cpdf_form.h"
#include "core/fpdfapi/page/cpdf_formobject.h"
#include "core/fpdfapi/parser/cpdf_array.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_number.h"
#include "core/fpdfapi/parser/cpdf_stream.h"
#include "core/fpdfapi/parser/cpdf_string.h"
#include "core/fxge/cfx_defaultrenderdevice.h"
#include "fpdfsdk/cpdfsdk_helpers.h"
#include "public/cpp/fpdf_scopers.h"
#include "public/fpdf_edit.h"
#include "public/fpdf_ppo.h"
#include "public/fpdf_save.h"
#include "public/fpdfview.h"
#include "testing/embedder_test.h"
#include "testing/embedder_test_constants.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "testing/utils/file_util.h"
#include "testing/utils/path_service.h"
Go to the source code of this file.
Functions | |
TEST_F (FPDFPPOEmbedderTest, NoViewerPreferences) | |
TEST_F (FPDFPPOEmbedderTest, ViewerPreferences) | |
TEST_F (FPDFPPOEmbedderTest, ImportPagesByIndex) | |
TEST_F (FPDFPPOEmbedderTest, ImportPages) | |
TEST_F (FPDFPPOEmbedderTest, ImportNPages) | |
TEST_F (FPDFPPOEmbedderTest, BadNupParams) | |
TEST_F (FPDFPPOEmbedderTest, NupRenderImage) | |
TEST_F (FPDFPPOEmbedderTest, ImportPageToXObject) | |
TEST_F (FPDFPPOEmbedderTest, ImportPageToXObjectWithSameDoc) | |
TEST_F (FPDFPPOEmbedderTest, XObjectNullParams) | |
TEST_F (FPDFPPOEmbedderTest, BUG_925981) | |
TEST_F (FPDFPPOEmbedderTest, BUG_1229106) | |
TEST_F (FPDFPPOEmbedderTest, BadRepeatViewerPref) | |
TEST_F (FPDFPPOEmbedderTest, BadCircularViewerPref) | |
TEST_F (FPDFPPOEmbedderTest, CopyViewerPrefTypes) | |
TEST_F (FPDFPPOEmbedderTest, BadIndices) | |
TEST_F (FPDFPPOEmbedderTest, GoodIndices) | |
TEST_F (FPDFPPOEmbedderTest, BadRanges) | |
TEST_F (FPDFPPOEmbedderTest, GoodRanges) | |
TEST_F (FPDFPPOEmbedderTest, BUG_664284) | |
TEST_F (FPDFPPOEmbedderTest, BUG_750568) | |
TEST_F (FPDFPPOEmbedderTest, ImportWithZeroLengthStream) | |
TEST_F (FPDFPPOEmbedderTest, ImportIntoDestDocWithoutInfo) | |
TEST_F (FPDFPPOEmbedderTest, ImportIntoDocWithWrongPageType) | |
TEST_F | ( | FPDFPPOEmbedderTest | , |
BadCircularViewerPref | ) |
Definition at line 399 of file fpdf_ppo_embeddertest.cpp.
References FPDF_FILEWRITE_::version, and FPDF_FILEWRITE_::WriteBlock.
TEST_F | ( | FPDFPPOEmbedderTest | , |
BadIndices | ) |
Definition at line 453 of file fpdf_ppo_embeddertest.cpp.
TEST_F | ( | FPDFPPOEmbedderTest | , |
BadNupParams | ) |
Definition at line 141 of file fpdf_ppo_embeddertest.cpp.
TEST_F | ( | FPDFPPOEmbedderTest | , |
BadRanges | ) |
Definition at line 522 of file fpdf_ppo_embeddertest.cpp.
TEST_F | ( | FPDFPPOEmbedderTest | , |
BadRepeatViewerPref | ) |
Definition at line 385 of file fpdf_ppo_embeddertest.cpp.
References FPDF_FILEWRITE_::version, and FPDF_FILEWRITE_::WriteBlock.
TEST_F | ( | FPDFPPOEmbedderTest | , |
BUG_1229106 | ) |
Definition at line 357 of file fpdf_ppo_embeddertest.cpp.
TEST_F | ( | FPDFPPOEmbedderTest | , |
BUG_664284 | ) |
Definition at line 565 of file fpdf_ppo_embeddertest.cpp.
TEST_F | ( | FPDFPPOEmbedderTest | , |
BUG_750568 | ) |
Definition at line 581 of file fpdf_ppo_embeddertest.cpp.
TEST_F | ( | FPDFPPOEmbedderTest | , |
BUG_925981 | ) |
Definition at line 350 of file fpdf_ppo_embeddertest.cpp.
TEST_F | ( | FPDFPPOEmbedderTest | , |
CopyViewerPrefTypes | ) |
Definition at line 413 of file fpdf_ppo_embeddertest.cpp.
TEST_F | ( | FPDFPPOEmbedderTest | , |
GoodIndices | ) |
Definition at line 481 of file fpdf_ppo_embeddertest.cpp.
TEST_F | ( | FPDFPPOEmbedderTest | , |
GoodRanges | ) |
Definition at line 544 of file fpdf_ppo_embeddertest.cpp.
TEST_F | ( | FPDFPPOEmbedderTest | , |
ImportIntoDestDocWithoutInfo | ) |
Definition at line 633 of file fpdf_ppo_embeddertest.cpp.
TEST_F | ( | FPDFPPOEmbedderTest | , |
ImportIntoDocWithWrongPageType | ) |
Definition at line 655 of file fpdf_ppo_embeddertest.cpp.
References CFX_DefaultRenderDevice::UseSkiaRenderer().
TEST_F | ( | FPDFPPOEmbedderTest | , |
ImportNPages | ) |
Definition at line 120 of file fpdf_ppo_embeddertest.cpp.
TEST_F | ( | FPDFPPOEmbedderTest | , |
ImportPages | ) |
Definition at line 105 of file fpdf_ppo_embeddertest.cpp.
TEST_F | ( | FPDFPPOEmbedderTest | , |
ImportPagesByIndex | ) |
Definition at line 87 of file fpdf_ppo_embeddertest.cpp.
TEST_F | ( | FPDFPPOEmbedderTest | , |
ImportPageToXObject | ) |
Definition at line 178 of file fpdf_ppo_embeddertest.cpp.
References CPDF_PageObject::AsForm(), CPDFPageObjectFromFPDFPageObject(), CPDF_FormObject::form(), FPDF_CloseXObject(), FPDF_NewFormObjectFromXObject(), FPDFFormObj_CountObjects(), FPDFPage_CountObjects(), FPDFPage_GetObject(), FPDFPageObj_GetBounds(), FPDFPageObj_GetType(), CPDF_Form::GetStream(), and CFX_DefaultRenderDevice::UseSkiaRenderer().
TEST_F | ( | FPDFPPOEmbedderTest | , |
ImportPageToXObjectWithSameDoc | ) |
Definition at line 279 of file fpdf_ppo_embeddertest.cpp.
References FPDF_CloseXObject(), FPDF_NewFormObjectFromXObject(), FPDFPage_GenerateContent(), FPDFPage_InsertObject(), FPDFPageObj_GetType(), FPDFPageObj_SetMatrix(), pdfium::RectanglesChecksum(), and CFX_DefaultRenderDevice::UseSkiaRenderer().
TEST_F | ( | FPDFPPOEmbedderTest | , |
ImportWithZeroLengthStream | ) |
Definition at line 610 of file fpdf_ppo_embeddertest.cpp.
References pdfium::HelloWorldChecksum().
TEST_F | ( | FPDFPPOEmbedderTest | , |
NoViewerPreferences | ) |
Definition at line 71 of file fpdf_ppo_embeddertest.cpp.
TEST_F | ( | FPDFPPOEmbedderTest | , |
NupRenderImage | ) |
Definition at line 160 of file fpdf_ppo_embeddertest.cpp.
TEST_F | ( | FPDFPPOEmbedderTest | , |
ViewerPreferences | ) |
Definition at line 79 of file fpdf_ppo_embeddertest.cpp.
TEST_F | ( | FPDFPPOEmbedderTest | , |
XObjectNullParams | ) |
Definition at line 323 of file fpdf_ppo_embeddertest.cpp.
References FPDF_CloseXObject(), FPDF_NewFormObjectFromXObject(), and FPDF_NewXObjectFromPage().