Home
last modified time | relevance | path

Searched refs:appearanceMode (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdfannot.cpp752 FPDF_ANNOT_APPEARANCEMODE appearanceMode, in FPDFAnnot_SetAP() argument
754 if (appearanceMode < 0 || appearanceMode >= FPDF_ANNOT_APPEARANCEMODE_COUNT) in FPDFAnnot_SetAP()
769 const char* modeKey = modeKeyForMode[appearanceMode]; in FPDFAnnot_SetAP()
785 if (appearanceMode == FPDF_ANNOT_APPEARANCEMODE_NORMAL) in FPDFAnnot_SetAP()
797 FPDF_ANNOT_APPEARANCEMODE appearanceMode, in FPDFAnnot_GetAP() argument
800 if (appearanceMode < 0 || appearanceMode >= FPDF_ANNOT_APPEARANCEMODE_COUNT) in FPDFAnnot_GetAP()
812 static_cast<CPDF_Annot::AppearanceMode>(appearanceMode); in FPDFAnnot_GetAP()
/external/pdfium/public/
Dfpdf_annot.h417 FPDF_ANNOT_APPEARANCEMODE appearanceMode,
439 FPDF_ANNOT_APPEARANCEMODE appearanceMode,