Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_editpath.cpp71 FPDF_EXPORT int FPDF_CALLCONV FPDFPath_CountSegments(FPDF_PAGEOBJECT path) { in FPDFPath_CountSegments() function
Dfpdf_view_c_api_test.c204 CHK(FPDFPath_CountSegments); in CheckPDFiumCApi()
Dfpdf_edit_embeddertest.cpp311 ASSERT_EQ(5, FPDFPath_CountSegments(green_rect)); in TEST_F()
364 ASSERT_EQ(3, FPDFPath_CountSegments(black_path)); in TEST_F()
432 ASSERT_EQ(4, FPDFPath_CountSegments(triangle)); in TEST_F()
527 ASSERT_EQ(2, FPDFPath_CountSegments(obj)); in TEST_F()
1778 ASSERT_EQ(-1, FPDFPath_CountSegments(img)); in TEST_F()
1781 ASSERT_EQ(-1, FPDFPath_CountSegments(nullptr)); in TEST_F()
/external/pdfium/public/
Dfpdf_edit.h886 FPDF_EXPORT int FPDF_CALLCONV FPDFPath_CountSegments(FPDF_PAGEOBJECT path);