Home
last modified time | relevance | path

Searched refs:FORM_DoPageAAction (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/testing/
Dembedder_test.cpp258 FORM_DoPageAAction(page, form_handle_, FPDFPAGE_AACTION_OPEN); in LoadPage()
273 FORM_DoPageAAction(page, form_handle_, FPDFPAGE_AACTION_CLOSE); in UnloadPage()
/external/pdfium/fpdfsdk/src/
Dfpdfview_c_api_test.c101 CHK(FORM_DoPageAAction); in CheckPDFiumCApi()
Dfpdfformfill.cpp380 DLLEXPORT void STDCALL FORM_DoPageAAction(FPDF_PAGE page, FPDF_FORMHANDLE hHandle, int aaType) in FORM_DoPageAAction() function
/external/pdfium/public/
Dfpdf_formfill.h647 DLLEXPORT void STDCALL FORM_DoPageAAction(FPDF_PAGE page, FPDF_FORMHANDLE hHandle, int aaType);
/external/pdfium/samples/
Dpdfium_test.cc497 FORM_DoPageAAction(page, form, FPDFPAGE_AACTION_OPEN); in RenderPdf()
546 FORM_DoPageAAction(page, form, FPDFPAGE_AACTION_CLOSE); in RenderPdf()