Home
last modified time | relevance | path

Searched refs:SVG_FORMAT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/image_file_cache/
H A Dimage_file_cache_test_ng.cpp36 const std::string SVG_FORMAT = "image/svg+xml"; variable
256 EXPECT_CALL(*mockImageSource, GetEncodedFormat()).WillOnce(Return(SVG_FORMAT));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.cpp41 const std::string SVG_FORMAT = "image/svg+xml"; variable
275 if (imageSource->GetEncodedFormat() == SVG_FORMAT) { in ConvertToAstcAndWriteToFile()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp118 const string SVG_FORMAT = "image/svg+xml"; variable
1902 if (opts.formatHint == InnerFormat::SVG_FORMAT) { in ImageSource()