Searched refs:SVG_FORMAT (Results 1 – 3 of 3) sorted by relevance
36 const std::string SVG_FORMAT = "image/svg+xml"; variable256 EXPECT_CALL(*mockImageSource, GetEncodedFormat()).WillOnce(Return(SVG_FORMAT));
41 const std::string SVG_FORMAT = "image/svg+xml"; variable275 if (imageSource->GetEncodedFormat() == SVG_FORMAT) { in ConvertToAstcAndWriteToFile()
118 const string SVG_FORMAT = "image/svg+xml"; variable1902 if (opts.formatHint == InnerFormat::SVG_FORMAT) { in ImageSource()