Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfedit_embeddertest.cpp268 ASSERT_EQ(5, FPDFPath_CountSegments(green_rect)); in TEST_F()
319 ASSERT_EQ(3, FPDFPath_CountSegments(black_path)); in TEST_F()
376 ASSERT_EQ(-1, FPDFPath_CountSegments(img)); in TEST_F()
379 ASSERT_EQ(-1, FPDFPath_CountSegments(nullptr)); in TEST_F()
Dfpdfeditpath.cpp130 FPDF_EXPORT int FPDF_CALLCONV FPDFPath_CountSegments(FPDF_PAGEOBJECT path) { in FPDFPath_CountSegments() function
Dfpdfview_c_api_test.c161 CHK(FPDFPath_CountSegments); in CheckPDFiumCApi()
/external/pdfium/public/
Dfpdf_edit.h582 FPDF_EXPORT int FPDF_CALLCONV FPDFPath_CountSegments(FPDF_PAGEOBJECT path);