![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "public/fpdf_edit.h"#include "core/fpdfapi/page/test_with_page_module.h"#include "testing/gtest/include/gtest/gtest.h"Go to the source code of this file.
Typedefs | |
| using | PDFEditTest = TestWithPageModule |
Functions | |
| TEST_F (PDFEditTest, LineJoin) | |
| TEST_F (PDFEditTest, LineCap) | |
| using PDFEditTest = TestWithPageModule |
Definition at line 10 of file fpdf_edit_unittest.cpp.
| TEST_F | ( | PDFEditTest | , |
| LineCap | ) |
Definition at line 39 of file fpdf_edit_unittest.cpp.
References FPDFPageObj_CreateNewPath(), FPDFPageObj_Destroy(), FPDFPageObj_GetLineCap(), and FPDFPageObj_SetLineCap().
| TEST_F | ( | PDFEditTest | , |
| LineJoin | ) |
Definition at line 12 of file fpdf_edit_unittest.cpp.
References FPDFPageObj_CreateNewPath(), FPDFPageObj_Destroy(), FPDFPageObj_GetLineJoin(), and FPDFPageObj_SetLineJoin().