Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_annot.cpp804 FPDF_ANNOT_APPEARANCEMODE appearanceMode, in FPDFAnnot_SetAP() argument
810 if (appearanceMode < 0 || appearanceMode >= FPDF_ANNOT_APPEARANCEMODE_COUNT) in FPDFAnnot_SetAP()
818 const char* modeKey = kModeKeyForMode[appearanceMode]; in FPDFAnnot_SetAP()
867 if (appearanceMode == FPDF_ANNOT_APPEARANCEMODE_NORMAL) in FPDFAnnot_SetAP()
879 FPDF_ANNOT_APPEARANCEMODE appearanceMode, in FPDFAnnot_GetAP() argument
886 if (appearanceMode < 0 || appearanceMode >= FPDF_ANNOT_APPEARANCEMODE_COUNT) in FPDFAnnot_GetAP()
890 static_cast<CPDF_Annot::AppearanceMode>(appearanceMode); in FPDFAnnot_GetAP()
/external/pdfium/public/
Dfpdf_annot.h454 FPDF_ANNOT_APPEARANCEMODE appearanceMode,
476 FPDF_ANNOT_APPEARANCEMODE appearanceMode,