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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_bookmark.cpp76 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) {
H A Ddoc_link.cpp93 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) {
H A Ddoc_action.cpp21 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) {
H A Ddoc_tagged.cpp419 if (pAttr == NULL || pAttr->GetType() != PDFOBJ_NAME) {
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_Utils.cpp120 case PDFOBJ_NAME:
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser.cpp161 m_ParamBuf1[index].m_Type = PDFOBJ_NAME;
216 if (param.m_Type == PDFOBJ_NAME) {
238 if (param.m_Type == PDFOBJ_NAME) {
429 if (pProperty->GetType() == PDFOBJ_NAME) {
504 if (value->GetType() == PDFOBJ_NAME) {
521 if (pElement->GetType() == PDFOBJ_NAME) {
562 if (value->GetType() == PDFOBJ_NAME) {
579 if (pElement->GetType() == PDFOBJ_NAME) {
1150 if (pLastParam->GetType() == PDFOBJ_NAME) {
1183 if (pLastParam->GetType() == PDFOBJ_NAME) {
[all...]
H A Dfpdf_page_colors.cpp918 if (pFuncObj && pFuncObj->GetType() != PDFOBJ_NAME) {
1068 if (pObj->GetType() == PDFOBJ_NAME) {
1081 if (pValue->GetType() == PDFOBJ_NAME) {
H A Dfpdf_page_doc.cpp364 if (pCSObj->GetType() == PDFOBJ_NAME) {
H A Dfpdf_page_parser_new.cpp484 if (pCSObj->GetType() == PDFOBJ_NAME) {
H A Dfpdf_page_graph_state.cpp531 if (pObject && pObject->GetType() != PDFOBJ_NAME) {
H A Dfpdf_page_parser_old.cpp102 if (pCSObj->GetType() == PDFOBJ_NAME) {
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h31 #define PDFOBJ_NAME 4 macro
288 m_Type = PDFOBJ_NAME;
293 m_Type = PDFOBJ_NAME;
298 m_Type = PDFOBJ_NAME;
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp24 case PDFOBJ_NAME:
52 case PDFOBJ_NAME:
76 case PDFOBJ_NAME:
191 case PDFOBJ_NAME:
228 case PDFOBJ_NAME:
274 case PDFOBJ_NAME:
345 } else if (m_Type == PDFOBJ_NAME) {
H A Dfpdf_parser_utility.cpp348 case PDFOBJ_NAME: {
H A Dfpdf_parser_decode.cpp284 if (pDecoder == NULL || (pDecoder->GetType() != PDFOBJ_ARRAY && pDecoder->GetType() != PDFOBJ_NAME)) {
H A Dfpdf_parser_parser.cpp2132 return (CPDF_Object*)PDFOBJ_NAME;
2318 return (CPDF_Object*)PDFOBJ_NAME;
3552 if (pName && pName->GetType() == PDFOBJ_NAME) {
/external/pdfium/fpdfsdk/src/
H A Dfpdfppo.cpp202 if(!pType || pType->GetType() != PDFOBJ_NAME) return NULL;
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_loadimage.cpp478 if (pFilter->GetType() == PDFOBJ_NAME) {
514 if (m_Family == PDFCS_ICCBASED && pCSObj->GetType() == PDFOBJ_NAME) {
921 if(pFilter->GetType() == PDFOBJ_NAME)
H A Dfpdf_render_image.cpp456 if (pFilters->GetType() == PDFOBJ_NAME) {
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_create.cpp51 case PDFOBJ_NAME: {
1145 case PDFOBJ_NAME: {
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp765 if (pEncoding->GetType() == PDFOBJ_NAME) {
807 if (pElement->GetType() == PDFOBJ_NAME) {
H A Dfpdf_font_cid.cpp1030 if (pEncoding->GetType() == PDFOBJ_NAME) {
/external/pdfium/fpdfsdk/src/javascript/
H A DDocument.cpp1072 if((pValueObj->GetType()==PDFOBJ_STRING) || (pValueObj->GetType()==PDFOBJ_NAME) )

Completed in 2062 milliseconds