Home
last modified time | relevance | path

Searched refs:PDFOBJ_NAME (Results 1 – 23 of 23) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_objects.h31 #define PDFOBJ_NAME 4 macro
288 m_Type = PDFOBJ_NAME; in CPDF_Name()
293 m_Type = PDFOBJ_NAME; in CPDF_Name()
298 m_Type = PDFOBJ_NAME; in CPDF_Name()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp161 m_ParamBuf1[index].m_Type = PDFOBJ_NAME; in AddNameParam()
216 if (param.m_Type == PDFOBJ_NAME) { in GetObject()
238 if (param.m_Type == PDFOBJ_NAME) { in GetString()
429 if (pProperty->GetType() == PDFOBJ_NAME) { in Handle_BeginMarkedContent_Dictionary()
504 if (value->GetType() == PDFOBJ_NAME) { in _PDF_ReplaceAbbr()
521 if (pElement->GetType() == PDFOBJ_NAME) { in _PDF_ReplaceAbbr()
562 if (value->GetType() == PDFOBJ_NAME) { in _PDF_ReplaceFull()
579 if (pElement->GetType() == PDFOBJ_NAME) { in _PDF_ReplaceFull()
1150 if (pLastParam->GetType() == PDFOBJ_NAME) { in Handle_SetColorPS_Fill()
1183 if (pLastParam->GetType() == PDFOBJ_NAME) { in Handle_SetColorPS_Stroke()
Dfpdf_page_colors.cpp918 if (pFuncObj && pFuncObj->GetType() != PDFOBJ_NAME) { in v_Load()
1068 if (pObj->GetType() == PDFOBJ_NAME) { in Load()
1081 if (pValue->GetType() == PDFOBJ_NAME) { in Load()
Dfpdf_page_doc.cpp364 if (pCSObj->GetType() == PDFOBJ_NAME) { in GetColorSpace()
Dfpdf_page_parser_new.cpp484 if (pCSObj->GetType() == PDFOBJ_NAME) { in EndImageDict()
Dfpdf_page_graph_state.cpp531 if (pObject && pObject->GetType() != PDFOBJ_NAME) { in ProcessExtGS()
Dfpdf_page_parser_old.cpp102 if (pCSObj->GetType() == PDFOBJ_NAME) { in Handle_BeginImage()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_Utils.cpp120 case PDFOBJ_NAME: in TraceObject()
/external/pdfium/core/src/fpdfdoc/
Ddoc_bookmark.cpp76 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) { in GetDest()
Ddoc_link.cpp93 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) { in GetDest()
Ddoc_action.cpp21 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) { in GetDest()
Ddoc_tagged.cpp419 if (pAttr == NULL || pAttr->GetType() != PDFOBJ_NAME) { in GetName()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp24 case PDFOBJ_NAME: in Destroy()
52 case PDFOBJ_NAME: in GetString()
76 case PDFOBJ_NAME: in GetConstString()
191 case PDFOBJ_NAME: in SetString()
228 case PDFOBJ_NAME: in IsIdentical()
274 case PDFOBJ_NAME: in CloneInternal()
345 } else if (m_Type == PDFOBJ_NAME) { in GetUnicodeText()
Dfpdf_parser_utility.cpp348 case PDFOBJ_NAME: { in operator <<()
Dfpdf_parser_decode.cpp284 …(pDecoder == NULL || (pDecoder->GetType() != PDFOBJ_ARRAY && pDecoder->GetType() != PDFOBJ_NAME)) { in PDF_DataDecode()
Dfpdf_parser_parser.cpp2132 return (CPDF_Object*)PDFOBJ_NAME; in GetObject()
2318 return (CPDF_Object*)PDFOBJ_NAME; in GetObjectByStrict()
3552 if (pName && pName->GetType() == PDFOBJ_NAME) { in CheckCrossRefStream()
/external/pdfium/fpdfsdk/src/
Dfpdfppo.cpp202 if(!pType || pType->GetType() != PDFOBJ_NAME) return NULL; in PageDictGetInheritableTag()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_loadimage.cpp478 if (pFilter->GetType() == PDFOBJ_NAME) { in LoadColorInfo()
514 if (m_Family == PDFCS_ICCBASED && pCSObj->GetType() == PDFOBJ_NAME) { in LoadColorInfo()
921 if(pFilter->GetType() == PDFOBJ_NAME) in GetValidBpp()
Dfpdf_render_image.cpp456 if (pFilters->GetType() == PDFOBJ_NAME) { in StartRenderDIBSource()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp765 if (pEncoding->GetType() == PDFOBJ_NAME) { in LoadPDFEncoding()
807 if (pElement->GetType() == PDFOBJ_NAME) { in LoadPDFEncoding()
Dfpdf_font_cid.cpp1030 if (pEncoding->GetType() == PDFOBJ_NAME) { in _Load()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_create.cpp51 case PDFOBJ_NAME: { in PDF_CreatorAppendObject()
1145 case PDFOBJ_NAME: { in WriteDirectObj()
/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp1072 if((pValueObj->GetType()==PDFOBJ_STRING) || (pValueObj->GetType()==PDFOBJ_NAME) ) in info()