/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | image_source_ohos.cpp | 84 …ageSourceOhos::CreatePixelMap(const Size& size, AIImageQuality imageQuality, bool isHdrDecoderNeed) in CreatePixelMap() argument 86 return CreatePixelMap(0, size, imageQuality, isHdrDecoderNeed); in CreatePixelMap() 90 uint32_t index, const Size& size, AIImageQuality imageQuality, bool isHdrDecoderNeed) in CreatePixelMap() argument 95 if (isHdrDecoderNeed) { in CreatePixelMap()
|
H A D | image_source_ohos.h | 33 …const Size& size, AIImageQuality imageQuality = AIImageQuality::NONE, bool isHdrDecoderNeed = fals… 37 bool isHdrDecoderNeed = false) override;
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | image_source_preview.h | 28 …const Size& size, AIImageQuality imageQuality = AIImageQuality::NONE, bool isHdrDecoderNeed = fals… 30 AIImageQuality imageQuality = AIImageQuality::NONE, bool isHdrDecoderNeed = false) override;
|
H A D | image_source_preview.cpp | 51 const Size& size, AIImageQuality imageQuality, bool isHdrDecoderNeed) in CreatePixelMap() argument 57 uint32_t index, const Size& size, AIImageQuality imageQuality, bool isHdrDecoderNeed) in CreatePixelMap() argument
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_image_source.h | 30 …fPtr<PixelMap>(const ImageSource::Size& size, AIImageQuality imageQuality, bool isHdrDecoderNeed)); 33 const ImageSource::Size& size, AIImageQuality imageQuality, bool isHdrDecoderNeed));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/image/ |
H A D | image_source.h | 40 …const Size& size, AIImageQuality imageQuality = AIImageQuality::NONE, bool isHdrDecoderNeed = fals… 42 AIImageQuality imageQuality = AIImageQuality::NONE, bool isHdrDecoderNeed = false) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
H A D | image_loading_context.h | 121 void SetIsHdrDecoderNeed(bool isHdrDecoderNeed) in SetIsHdrDecoderNeed() argument 123 isHdrDecoderNeed_ = isHdrDecoderNeed; in SetIsHdrDecoderNeed()
|
H A D | static_image_object.cpp | 46 .isHdrDecoderNeed = ctx->GetIsHdrDecoderNeed() in MakeCanvasImage()
|
H A D | image_provider.h | 55 bool isHdrDecoderNeed = false; member
|
H A D | image_provider.cpp | 343 … = decoder.MakePixmapImage(imageDecoderOptions.imageQuality, imageDecoderOptions.isHdrDecoderNeed); in MakeCanvasImageHelper()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/ |
H A D | mock_image_decoder.cpp | 27 …fPtr<CanvasImage> ImageDecoder::MakePixmapImage(AIImageQuality imageQuality, bool isHdrDecoderNeed) in MakePixmapImage() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/ |
H A D | image_decoder.h | 31 AIImageQuality imageQuality = AIImageQuality::NONE, bool isHdrDecoderNeed = false);
|
H A D | image_decoder.cpp | 76 …fPtr<CanvasImage> ImageDecoder::MakePixmapImage(AIImageQuality imageQuality, bool isHdrDecoderNeed) in MakePixmapImage() argument 92 auto pixmap = source->CreatePixelMap({ width, height }, imageQuality, isHdrDecoderNeed); in MakePixmapImage()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_pattern.cpp | 549 bool isHdrDecoderNeed = false; in StartDecoding() local 551 isHdrDecoderNeed = true; in StartDecoding() 556 loadingCtx_->SetIsHdrDecoderNeed(isHdrDecoderNeed); in StartDecoding()
|