Searched refs:FORM_DoPageAAction (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/testing/ |
D | embedder_test.cpp | 258 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/ |
D | fpdfview_c_api_test.c | 101 CHK(FORM_DoPageAAction); in CheckPDFiumCApi()
|
D | fpdfformfill.cpp | 380 DLLEXPORT void STDCALL FORM_DoPageAAction(FPDF_PAGE page, FPDF_FORMHANDLE hHandle, int aaType) in FORM_DoPageAAction() function
|
/external/pdfium/public/ |
D | fpdf_formfill.h | 647 DLLEXPORT void STDCALL FORM_DoPageAAction(FPDF_PAGE page, FPDF_FORMHANDLE hHandle, int aaType);
|
/external/pdfium/samples/ |
D | pdfium_test.cc | 497 FORM_DoPageAAction(page, form, FPDFPAGE_AACTION_OPEN); in RenderPdf() 546 FORM_DoPageAAction(page, form, FPDFPAGE_AACTION_CLOSE); in RenderPdf()
|