Searched refs:FPDFPath_CountSegments (Results 1 – 4 of 4) sorted by relevance
268 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()
130 FPDF_EXPORT int FPDF_CALLCONV FPDFPath_CountSegments(FPDF_PAGEOBJECT path) { in FPDFPath_CountSegments() function
161 CHK(FPDFPath_CountSegments); in CheckPDFiumCApi()
582 FPDF_EXPORT int FPDF_CALLCONV FPDFPath_CountSegments(FPDF_PAGEOBJECT path);