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_view_c_api_test.c360 CHK(FPDFClipPath_CountPathSegments); in CheckPDFiumCApi()
Dfpdf_transformpage.cpp328 FPDFClipPath_CountPathSegments(FPDF_CLIPPATH clip_path, int path_index) { in FPDFClipPath_CountPathSegments() function
Dfpdf_edit_embeddertest.cpp472 ASSERT_EQ(-1, FPDFClipPath_CountPathSegments(nullptr, 0)); in TEST_F()
473 ASSERT_EQ(-1, FPDFClipPath_CountPathSegments(clip_path, -1)); in TEST_F()
474 ASSERT_EQ(-1, FPDFClipPath_CountPathSegments(clip_path, 1)); in TEST_F()
475 ASSERT_EQ(4, FPDFClipPath_CountPathSegments(clip_path, 0)); in TEST_F()
549 EXPECT_EQ(-1, FPDFClipPath_CountPathSegments(clip_path, 0)); in TEST_F()