Lines Matching defs:annot
216 CPDF_Dictionary* GetAnnotDictFromFPDFAnnotation(FPDF_ANNOTATION annot) { in GetAnnotDictFromFPDFAnnotation()
259 CPDF_FormField* GetFormField(FPDF_FORMHANDLE hHandle, FPDF_ANNOTATION annot) { in GetFormField()
337 FPDF_ANNOTATION annot) { in FPDFPage_GetAnnotIndex()
362 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_CloseAnnot(FPDF_ANNOTATION annot) { in FPDFPage_CloseAnnot()
381 FPDFAnnot_GetSubtype(FPDF_ANNOTATION annot) { in FPDFAnnot_GetSubtype()
397 FPDFAnnot_UpdateObject(FPDF_ANNOTATION annot, FPDF_PAGEOBJECT obj) { in FPDFAnnot_UpdateObject()
430 FPDFAnnot_AppendObject(FPDF_ANNOTATION annot, FPDF_PAGEOBJECT obj) { in FPDFAnnot_AppendObject()
478 FPDF_EXPORT int FPDF_CALLCONV FPDFAnnot_GetObjectCount(FPDF_ANNOTATION annot) { in FPDFAnnot_GetObjectCount()
495 FPDFAnnot_GetObject(FPDF_ANNOTATION annot, int index) { in FPDFAnnot_GetObject()
514 FPDFAnnot_RemoveObject(FPDF_ANNOTATION annot, int index) { in FPDFAnnot_RemoveObject()
537 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_SetColor(FPDF_ANNOTATION annot, in FPDFAnnot_SetColor()
571 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_GetColor(FPDF_ANNOTATION annot, in FPDFAnnot_GetColor()
634 FPDFAnnot_HasAttachmentPoints(FPDF_ANNOTATION annot) { in FPDFAnnot_HasAttachmentPoints()
645 FPDFAnnot_SetAttachmentPoints(FPDF_ANNOTATION annot, in FPDFAnnot_SetAttachmentPoints()
663 FPDFAnnot_AppendAttachmentPoints(FPDF_ANNOTATION annot, in FPDFAnnot_AppendAttachmentPoints()
679 FPDFAnnot_CountAttachmentPoints(FPDF_ANNOTATION annot) { in FPDFAnnot_CountAttachmentPoints()
690 FPDFAnnot_GetAttachmentPoints(FPDF_ANNOTATION annot, in FPDFAnnot_GetAttachmentPoints()
705 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_SetRect(FPDF_ANNOTATION annot, in FPDFAnnot_SetRect()
731 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_GetRect(FPDF_ANNOTATION annot, in FPDFAnnot_GetRect()
742 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_HasKey(FPDF_ANNOTATION annot, in FPDFAnnot_HasKey()
749 FPDFAnnot_GetValueType(FPDF_ANNOTATION annot, FPDF_BYTESTRING key) { in FPDFAnnot_GetValueType()
759 FPDFAnnot_SetStringValue(FPDF_ANNOTATION annot, in FPDFAnnot_SetStringValue()
771 FPDFAnnot_GetStringValue(FPDF_ANNOTATION annot, in FPDFAnnot_GetStringValue()
784 FPDFAnnot_GetNumberValue(FPDF_ANNOTATION annot, in FPDFAnnot_GetNumberValue()
803 FPDFAnnot_SetAP(FPDF_ANNOTATION annot, in FPDFAnnot_SetAP()
878 FPDFAnnot_GetAP(FPDF_ANNOTATION annot, in FPDFAnnot_GetAP()
898 FPDFAnnot_GetLinkedAnnot(FPDF_ANNOTATION annot, FPDF_BYTESTRING key) { in FPDFAnnot_GetLinkedAnnot()
914 FPDF_EXPORT int FPDF_CALLCONV FPDFAnnot_GetFlags(FPDF_ANNOTATION annot) { in FPDFAnnot_GetFlags()
920 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_SetFlags(FPDF_ANNOTATION annot, in FPDFAnnot_SetFlags()
931 FPDFAnnot_GetFormFieldFlags(FPDF_FORMHANDLE hHandle, FPDF_ANNOTATION annot) { in FPDFAnnot_GetFormFieldFlags()
962 FPDF_ANNOTATION annot, in FPDFAnnot_GetFormFieldName()
973 FPDFAnnot_GetFormFieldType(FPDF_FORMHANDLE hHandle, FPDF_ANNOTATION annot) { in FPDFAnnot_GetFormFieldType()
980 FPDF_ANNOTATION annot, in FPDFAnnot_GetFormFieldValue()
991 FPDF_ANNOTATION annot) { in FPDFAnnot_GetOptionCount()
998 FPDF_ANNOTATION annot, in FPDFAnnot_GetOptionLabel()
1015 FPDF_ANNOTATION annot, in FPDFAnnot_GetFontSize()
1042 FPDF_ANNOTATION annot) { in FPDFAnnot_IsChecked()