Searched refs:FPDFClipPath_CountPathSegments (Results 1 – 4 of 4) sorted by relevance
| /external/pdfium/public/ |
| D | fpdf_transformpage.h | 251 FPDFClipPath_CountPathSegments(FPDF_CLIPPATH clip_path, int path_index);
|
| /external/pdfium/fpdfsdk/ |
| D | fpdf_transformpage.cpp | 323 FPDFClipPath_CountPathSegments(FPDF_CLIPPATH clip_path, int path_index) { in FPDFClipPath_CountPathSegments() function
|
| D | fpdf_view_c_api_test.c | 442 CHK(FPDFClipPath_CountPathSegments); in CheckPDFiumCApi()
|
| D | fpdf_edit_embeddertest.cpp | 590 ASSERT_EQ(-1, FPDFClipPath_CountPathSegments(nullptr, 0)); in TEST_F() 591 ASSERT_EQ(-1, FPDFClipPath_CountPathSegments(clip_path, -1)); in TEST_F() 592 ASSERT_EQ(-1, FPDFClipPath_CountPathSegments(clip_path, 1)); in TEST_F() 593 ASSERT_EQ(4, FPDFClipPath_CountPathSegments(clip_path, 0)); in TEST_F() 667 EXPECT_EQ(-1, FPDFClipPath_CountPathSegments(clip_path, 0)); in TEST_F()
|