/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | incremental_pixel_map.cpp | 63 if (imageSource_ == nullptr) { in ~IncrementalPixelMap() 70 : index_(index), opts_(opts), imageSource_(imageSource) in IncrementalPixelMap() 72 if (imageSource_ != nullptr) { in IncrementalPixelMap() 73 imageSource_->RegisterListener(static_cast<PeerListener *>(this)); in IncrementalPixelMap() 79 if (imageSource_ == nullptr) { in PromoteDecoding() 91 …imageSource_->PromoteDecoding(index_, opts_, *(static_cast<PixelMap *>(this)), imageState, decodeP… in PromoteDecoding() 109 if (imageSource_ == nullptr) { in DetachFromDecoding() 122 imageSource_ = nullptr; in OnPeerDestory() 127 imageSource_->DetachIncrementalDecoding(*(static_cast<PixelMap *>(this))); in DetachSource() 128 imageSource_->UnRegisterListener(this); in DetachSource() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_object.h | 42 explicit ImageObject(ImageSourceInfo source) : imageSource_(source) {} in ImageObject() 45 : imageSource_(source), imageSize_(imageSize), frameCount_(frameCount), isSvg_(isSvg) 78 return imageSource_; in GetSourceInfo() 113 return MakeRefPtr<ImageObject>(imageSource_, imageSize_, frameCount_, isSvg_); in Clone() 117 ImageSourceInfo imageSource_; 145 return MakeRefPtr<SvgSkiaImageObject>(imageSource_, Size(), frameCount_, skiaDom_); in Clone() 172 return MakeRefPtr<SvgImageObject>(imageSource_, Size(), frameCount_, svgDom_); in Clone() 214 return MakeRefPtr<StaticImageObject>(imageSource_, imageSize_, frameCount_, skData_); in Clone() 216 return MakeRefPtr<StaticImageObject>(imageSource_, imageSize_, frameCount_, data_); in Clone()
|
H A D | image_object_animated.cpp | 82 return MakeRefPtr<AnimatedImageObject>(imageSource_, imageSize_, frameCount_, skData_); in Clone() 84 return MakeRefPtr<AnimatedImageObject>(imageSource_, imageSize_, frameCount_, drawingData_); in Clone() 121 imageSource_, in UploadToGpuForRender()
|
H A D | animated_image_player.h | 39 …: imageSource_(source), successCallback_(successCallback), context_(weakContext), codec_(std::move… 106 ImageSourceInfo imageSource_; variable
|
H A D | animated_image_player.cpp | 78 player->successCallback_(player->imageSource_, canvasImage); in RenderFrame() 83 … source = player->imageSource_] { callback(source, canvasImage); }, in RenderFrame()
|
H A D | image_object.cpp | 177 imageSource = imageSource_, id = Container::CurrentId()]() mutable {
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | image_source_ohos.cpp | 76 uint32_t res = imageSource_->GetImagePropertyString(0, key, value); in GetProperty() 104 auto pixmap = imageSource_->CreatePixelMapEx(index, options, errorCode); in CreatePixelMap() 117 auto pixelMap = imageSource_->CreatePixelMap(decodeOpts, errorCode); in CreatePixelMap() 129 auto errorCode = imageSource_->GetImageInfo(info); in GetImageSize() 140 auto frameCount = imageSource_->GetFrameCount(errorCode); in GetFrameCount() 151 auto sourceInfo = imageSource_->GetSourceInfo(errorCode); in GetEncodedFormat()
|
H A D | image_source_ohos.h | 29 …explicit ImageSourceOhos(std::unique_ptr<Media::ImageSource>&& source) : imageSource_(std::move(so… in DECLARE_ACE_TYPE() 44 std::unique_ptr<Media::ImageSource> imageSource_;
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | incremental_pixel_map.h | 63 ImageSource *imageSource_ = nullptr; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | particle_property.h | 72 return imageSource_; in GetImageSource() 77 imageSource_ = imageSource; in SetImageSource() 102 return (imageSource_ == other.GetImageSource()) && (size_ == other.GetSize()) && 109 str.append("imageSource: [").append(imageSource_).append("]"); in ToString() 118 std::string imageSource_;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/apng/ |
H A D | apng_image_object.cpp | 39 imageSource_, in UploadToGpuForRender()
|
H A D | apng_image_object.h | 87 … return MakeRefPtr<ApngImageObject>(imageSource_, imageSize_, frameCount_, skData_, apngDecoder_); in Clone()
|
H A D | apng_image_player.h | 126 ImageSourceInfo imageSource_;
|
H A D | apng_image_player.cpp | 35 : imageSource_(source), successCallback_(successCallback), context_(weakContext), in APngImagePlayer() 264 … source = player->imageSource_] { callback(source, canvasImage); }, in RenderFrame()
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/ |
H A D | image_creator_napi.h | 99 std::shared_ptr<ImageSource> imageSource_; member
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_webp_test.cpp | 614 incOpts->imageSource_ = nullptr; 645 ASSERT_EQ(incOpts->imageSource_, nullptr);
|