Searched refs:formatAgent (Results 1 – 3 of 3) sorted by relevance
74 ImagePlugin::BmpFormatAgent formatAgent; variable88 ImagePlugin::BmpFormatAgent formatAgent; variable102 ImagePlugin::BmpFormatAgent formatAgent; variable118 ImagePlugin::BmpFormatAgent formatAgent; variable145 ImagePlugin::BmpFormatAgent formatAgent; variable160 ImagePlugin::BmpFormatAgent formatAgent; variable187 ImagePlugin::GifFormatAgent formatAgent; variable201 ImagePlugin::GifFormatAgent formatAgent; variable215 ImagePlugin::GifFormatAgent formatAgent; variable231 ImagePlugin::GifFormatAgent formatAgent; variable[all …]
40 ImagePlugin::SvgFormatAgent formatAgent; variable41 auto ret = formatAgent.GetFormatType();54 ImagePlugin::SvgFormatAgent formatAgent; variable55 auto ret = formatAgent.GetHeaderSize();68 ImagePlugin::SvgFormatAgent formatAgent; variable69 auto datasize = formatAgent.GetHeaderSize();84 ImagePlugin::SvgFormatAgent formatAgent; variable85 auto datasize = formatAgent.GetHeaderSize();111 ImagePlugin::SvgFormatAgent formatAgent; variable126 ImagePlugin::SvgFormatAgent formatAgent; variable[all …]
1932 AbsImageFormatAgent *formatAgent = nullptr; in InitClass() local1935 formatAgent = in InitClass()1937 if (formatAgent == nullptr) { in InitClass()1940 tempAgentMap.insert(FormatAgentMap::value_type(std::move(format), formatAgent)); in InitClass()