Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/unittest/core/image/
H A Dimage_file_cache_test_ng.cpp36 const std::string SVG_FORMAT = "image/svg+xml"; member
256 EXPECT_CALL(*mockImageSource, GetEncodedFormat()).WillOnce(Return(SVG_FORMAT)); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.cpp40 const std::string SVG_FORMAT = "image/svg+xml"; member
274 if (imageSource->GetEncodedFormat() == SVG_FORMAT) { in ConvertToAstcAndWriteToFile()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp117 const string SVG_FORMAT = "image/svg+xml"; member
1890 if (opts.formatHint == InnerFormat::SVG_FORMAT) {

Completed in 7 milliseconds