HomeSort by relevance Sort by last modified time
    Searched refs:FPDFPath_CountSegments (Results 1 - 4 of 4) sorted by null

  /external/pdfium/public/
fpdf_edit.h 582 FPDF_EXPORT int FPDF_CALLCONV FPDFPath_CountSegments(FPDF_PAGEOBJECT path);
  /external/pdfium/fpdfsdk/
fpdfedit_embeddertest.cpp 268 ASSERT_EQ(5, FPDFPath_CountSegments(green_rect));
319 ASSERT_EQ(3, FPDFPath_CountSegments(black_path));
376 ASSERT_EQ(-1, FPDFPath_CountSegments(img));
379 ASSERT_EQ(-1, FPDFPath_CountSegments(nullptr));
    [all...]
fpdfeditpath.cpp 130 FPDF_EXPORT int FPDF_CALLCONV FPDFPath_CountSegments(FPDF_PAGEOBJECT path) {
fpdfview_c_api_test.c 161 CHK(FPDFPath_CountSegments);

Completed in 100 milliseconds