Home
last modified time | relevance | path

Searched refs:IsName (Results 1 – 22 of 22) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_link.cpp30 if (pDest->IsString() || pDest->IsName()) { in GetDest()
Dcpdf_bookmark.cpp55 if (pDest->IsString() || pDest->IsName()) { in GetDest()
Dcpdf_action.cpp64 if (pDest->IsString() || pDest->IsName()) { in GetDest()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_name.cpp38 bool CPDF_Name::IsName() const { in IsName() function in CPDF_Name
Dcpdf_name.h27 bool IsName() const override;
Dcpdf_object.cpp85 bool CPDF_Object::IsName() const { in IsName() function in CPDF_Object
Dcpdf_object.h73 virtual bool IsName() const;
Dfpdf_parser_decode.cpp97 if (!pDecoders->GetObjectAt(i)->IsName()) in ValidateDecoderPipeline()
371 if (!pDecoder || (!pDecoder->IsArray() && !pDecoder->IsName())) in GetDecoderArray()
Dcpdf_object_unittest.cpp350 EXPECT_TRUE(m_DirectObjs[i]->IsName()); in TEST_F()
353 EXPECT_FALSE(m_DirectObjs[i]->IsName()); in TEST_F()
/external/pdfium/fpdfsdk/
Dfpdf_editimg.cpp272 if (pFilter->IsName()) in FPDFImageObj_GetImageFilterCount()
290 if (pFilter->IsName()) in FPDFImageObj_GetImageFilter()
/external/pdfium/core/fpdfapi/page/
Dcpdf_allstates.cpp102 m_GeneralState.SetTR(pObject && !pObject->IsName() ? pObject : nullptr); in ProcessExtGS()
Dcpdf_streamcontentparser.cpp195 if (value->IsName()) { in ReplaceAbbrInDictionary()
223 if (pElement->IsName()) { in ReplaceAbbrInArray()
586 if (pProperty->IsName()) { in Handle_BeginMarkedContent_Dictionary()
630 if (pCSObj->IsName()) { in Handle_BeginImage()
1046 if (!pLastParam->IsName()) { in Handle_SetColorPS_Fill()
1063 if (!pLastParam->IsName()) { in Handle_SetColorPS_Stroke()
Dcpdf_dib.cpp383 if (pFilter->IsName()) { in LoadColorInfo()
422 if (m_Family == PDFCS_ICCBASED && pCSObj->IsName()) { in LoadColorInfo()
850 if (pFilter->IsName()) { in ValidateDictParam()
Dcpdf_colorspace.cpp495 if (pObj->IsName()) in Load()
1241 if (pFuncObj && !pFuncObj->IsName()) { in v_Load()
Dcpdf_docpagedata.cpp267 if (pCSObj->IsName()) { in GetColorSpaceInternal()
/external/pdfium/core/fpdfapi/font/
Dcpdf_simplefont.cpp112 if (pEncoding->IsName()) { in LoadPDFEncoding()
Dcpdf_cidfont.cpp357 if (pEncoding->IsName()) { in Load()
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp599 if (pFilters->IsName()) { in HandleFilters()
/external/llvm-project/flang/include/flang/Semantics/
Dsymbol.h405 bool IsName() const { return Is(OtherKind::Name); } in IsName() function
/external/llvm-project/flang/lib/Semantics/
Dcheck-declarations.cpp999 if (count < 2 || !kind.IsName()) { in CheckSpecificsAreDistinguishable()
1862 auto distinguishable{kind1.IsName() in Check()
Dresolve-names.cpp5961 } else if (info.kind().IsName()) { in Pre()
/external/pdfium/fxjs/
Dcjs_document.cpp693 if (pValueObj->IsString() || pValueObj->IsName()) { in get_info()