Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdfview_c_api_test.c118 CHK(FPDF_SetFormFieldHighlightColor); in CheckPDFiumCApi()
Dfpdfformfill.cpp638 DLLEXPORT void STDCALL FPDF_SetFormFieldHighlightColor(FPDF_FORMHANDLE hHandle, in FPDF_SetFormFieldHighlightColor() function
/external/pdfium/testing/
Dembedder_test.cpp203 FPDF_SetFormFieldHighlightColor(form_handle_, 0, 0xFFE4DD); in SetupFormFillEnvironment()
/external/pdfium/public/
Dfpdf_formfill.h1396 DLLEXPORT void STDCALL FPDF_SetFormFieldHighlightColor(FPDF_FORMHANDLE hHandle,
/external/pdfium/samples/
Dpdfium_test.cc509 FPDF_SetFormFieldHighlightColor(form, 0, 0xFFE4DD); in RenderPdf()