Searched refs:IsSvgSuffix (Results 1 – 3 of 3) sorted by relevance
86 return IsSvgSuffix(src_); in IsSrcSvgImage()262 bool ImageComponent::IsSvgSuffix(const std::string& src) in IsSvgSuffix() function in OHOS::Ace::ImageComponent
90 static bool IsSvgSuffix(const std::string& src);
629 …return ImageComponent::IsSvgSuffix(src) || (src.empty() && resourceId > InternalResource::Resource… in IsSVG()