Searched refs:sourceInfo_ (Results 1 - 10 of 10) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | rosen_render_image.cpp | 98 if (renderImage->sourceInfo_ == info) { in InitializeCallbacks() 104 renderImage->sourceInfo_.ToString().c_str(), info.ToString().c_str()); in InitializeCallbacks() 112 if (info != renderImage->sourceInfo_) { in InitializeCallbacks() 121 LOGI("retry loading. sourceInfo: %{private}s", renderImage->sourceInfo_.ToString().c_str()); in InitializeCallbacks() 132 if (renderImage->sourceInfo_ == sourceInfo) { in InitializeCallbacks() 138 renderImage->sourceInfo_.ToString().c_str(), sourceInfo.ToString().c_str()); in InitializeCallbacks() 165 if (sourceInfo_.IsSourceDimensionValid()) { in ImageObjReady() 166 rawImageSize_ = sourceInfo_.GetSourceSize(); in ImageObjReady() 203 curSourceInfo_ = sourceInfo_; in ImageObjFailed() 272 imageLoadingStatus_ = (sourceInfo_ ! in Update() [all...] |
H A D | render_image.h | 70 if (imageSrc != sourceInfo_.GetSrc()) { in SetImageSrc() 71 sourceInfo_.SetSrc(imageSrc); in SetImageSrc() 77 return sourceInfo_.GetSrc(); in GetImageSrc() 112 return sourceInfo_.GetSourceSize(); in GetImageSourceSize() 413 ImageSourceInfo sourceInfo_; member in OHOS::Ace::RenderImage
|
H A D | render_image.cpp | 122 proceedPreviousLoading_ = sourceInfo_.IsValid() && sourceInfo_ == inComingSource; in Update() 125 sourceInfo_ = inComingSource; in Update() 126 MarkNeedLayout(sourceInfo_.IsSvg()); in Update() 158 !sourceInfo_.IsSvg()) { in OnTouchTestHit() 198 sourceInfo_.IsSvg()) { in HandleMouseEvent() 322 auto type = sourceInfo_.GetSrcType(); in HandleOnCopy() 325 clipboard_->SetPixelMapData(sourceInfo_.GetPixmap(), copyOption_); in HandleOnCopy() 329 clipboard_->SetData(sourceInfo_.GetSrc(), copyOption_); in HandleOnCopy() 334 clipboard_->SetData(sourceInfo_ in HandleOnCopy() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_render_image.h | 86 return sourceInfo_.IsSvg(); in IsSvg() 146 ImageSourceInfo sourceInfo_; member in OHOS::Ace::Framework::JSRenderImage
|
H A D | js_render_image.cpp | 324 sourceInfo_ = sourceInfo; in LoadImage() 331 sourceInfo_ = sourceInfo; in LoadImage()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 827 opts.desiredSize.height, sourceInfo_.encodedFormat.c_str(), opts.desiredPixelFormat, 855 if ("image/gif" != sourceInfo_.encodedFormat && "image/webp" != sourceInfo_.encodedFormat) { 1026 ResizeCropPixelmap(*pixelMap, sourceInfo_.baseDensity, opts_.fitDensity, opts_.desiredSize); 1062 options.mimeType = sourceInfo_.encodedFormat; 1087 options.mimeType = sourceInfo_.encodedFormat; 1727 return sourceInfo_; 1730 return sourceInfo_; 1883 sourceInfo_.baseDensity = opts.baseDensity; 1891 sourceInfo_ [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagepngplugin_fuzzer/src/ |
H A D | image_png_plugin_fuzz.cpp | 79 imageSource->sourceInfo_.encodedFormat = "image/png"; in PngDecoderFuncTest001()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/ |
H A D | image_plugin_fuzz.cpp | 106 imageSource->sourceInfo_.encodedFormat = "image/svg+xml"; in SvgDecoderFuncTest001()
|
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | image_source.h | 377 SourceInfo sourceInfo_; member in OHOS::HDI::Display::Graphic::Common::OHOS::Media::DecodeEvent::ImageDecodingState::SourceDecodingState::SourceInfoState::ImageSource
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_test.cpp | 1413 imageSource->sourceInfo_.encodedFormat = "image/astc";
in HWTEST_F()
|
Completed in 12 milliseconds