Home
last modified time | relevance | path

Searched refs:FPDFClipPath_CountPathSegments (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/public/
Dfpdf_transformpage.h251 FPDFClipPath_CountPathSegments(FPDF_CLIPPATH clip_path, int path_index);
/external/pdfium/fpdfsdk/
Dfpdf_transformpage.cpp323 FPDFClipPath_CountPathSegments(FPDF_CLIPPATH clip_path, int path_index) { in FPDFClipPath_CountPathSegments() function
Dfpdf_view_c_api_test.c442 CHK(FPDFClipPath_CountPathSegments); in CheckPDFiumCApi()
Dfpdf_edit_embeddertest.cpp590 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()