Searched refs:FPDF_OBJECT_UNKNOWN (Results 1 – 4 of 4) sorted by relevance
158 return FPDF_OBJECT_UNKNOWN; in FPDFAttachment_GetValueType()162 return pObj ? pObj->GetType() : FPDF_OBJECT_UNKNOWN; in FPDFAttachment_GetValueType()
404 return FPDF_OBJECT_UNKNOWN; in FPDFPageObjMark_GetParamValueType()407 return pObject ? pObject->GetType() : FPDF_OBJECT_UNKNOWN; in FPDFPageObjMark_GetParamValueType()
751 return FPDF_OBJECT_UNKNOWN; in FPDFAnnot_GetValueType()755 return pObj ? pObj->GetType() : FPDF_OBJECT_UNKNOWN; in FPDFAnnot_GetValueType()
28 #define FPDF_OBJECT_UNKNOWN 0 macro