Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfedit_embeddertest.cpp207 EXPECT_TRUE(FPDFPath_BezierTo(blue_path, 250, 250, 280, 280, 300, 300)); in TEST_F()
210 EXPECT_TRUE(FPDFPath_BezierTo(blue_path, 375, 330, 390, 360, 400, 400)); in TEST_F()
311 EXPECT_TRUE(FPDFPath_BezierTo(path, 180, 166, 180, 233, 250, 300)); in TEST_F()
313 EXPECT_TRUE(FPDFPath_BezierTo(path, 325, 233, 325, 166, 255, 105)); in TEST_F()
Dfpdfeditpath.cpp87 DLLEXPORT FPDF_BOOL FPDFPath_BezierTo(FPDF_PAGEOBJECT path, in FPDFPath_BezierTo() function
Dfpdfview_c_api_test.c96 CHK(FPDFPath_BezierTo); in CheckPDFiumCApi()
/external/pdfium/public/
Dfpdf_edit.h359 DLLEXPORT FPDF_BOOL FPDFPath_BezierTo(FPDF_PAGEOBJECT path,