Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfedit_embeddertest.cpp190 FPDF_PAGEOBJECT black_path = FPDFPageObj_CreateNewPath(400, 100); in TEST_F()
203 FPDF_PAGEOBJECT blue_path = FPDFPageObj_CreateNewPath(200, 200); in TEST_F()
256 FPDF_PAGEOBJECT black_path = FPDFPageObj_CreateNewPath(20, 50); in TEST_F()
295 FPDF_PAGEOBJECT check = FPDFPageObj_CreateNewPath(300, 500); in TEST_F()
310 FPDF_PAGEOBJECT path = FPDFPageObj_CreateNewPath(250, 100); in TEST_F()
Dfpdfeditpath.cpp11 DLLEXPORT FPDF_PAGEOBJECT STDCALL FPDFPageObj_CreateNewPath(float x, float y) { in FPDFPageObj_CreateNewPath() function
Dfpdfview_c_api_test.c89 CHK(FPDFPageObj_CreateNewPath); in CheckPDFiumCApi()
/external/pdfium/public/
Dfpdf_edit.h272 DLLEXPORT FPDF_PAGEOBJECT STDCALL FPDFPageObj_CreateNewPath(float x, float y);