/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_image_source.cpp | 34 bool ImageSource::IsAstc(const uint8_t* data, size_t size) in IsAstc() function in OHOS::Ace::ImageSource
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | image_source_preview.cpp | 35 bool ImageSource::IsAstc(const uint8_t* data, size_t size) in IsAstc() function in OHOS::Ace::ImageSource
|
/foundation/arkui/ace_engine/frameworks/base/image/ |
H A D | image_source.h | 34 static bool IsAstc(const uint8_t* data, size_t size);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_image_base.cpp | 172 !pixelMap_->IsAstc() &&
in SetPixelMap() 434 if (!image_ && pixelMap_ && !pixelMap_->IsAstc() && !isYUVImage_) {
in ConvertPixelMapToDrawingImage() 544 if (!image_ && pixelMap_ && !pixelMap_->IsAstc()) {
in BindPixelMapToDrawingImage()
|
H A D | rs_image.cpp | 147 bool needCanvasRestore = HasRadius() || (pixelMap_ != nullptr && pixelMap_->IsAstc()) || in CanvasDrawImage() 150 if (pixelMap_ != nullptr && pixelMap_->IsAstc()) { in CanvasDrawImage() 442 bool isAstc = pixelMap_ != nullptr && pixelMap_->IsAstc(); in DrawImageRepeatRect()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/ |
H A D | skia_image_data.cpp | 93 if (ImageSource::IsAstc(GetSkData()->bytes(), GetSkData()->size())) { in Parse()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/rosen/ |
H A D | drawing_image_data.cpp | 125 if (ImageSource::IsAstc(static_cast<const uint8_t*>(rsData->GetData()), rsData->GetSize())) { in Parse()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | image_source_ohos.cpp | 59 bool ImageSource::IsAstc(const uint8_t* data, size_t size) in IsAstc() function in OHOS::Ace::ImageSource
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_draw_cmd.cpp | 144 if (pixelmap && pixelmap->IsAstc()) { in Playback() 197 if (!pixelMap->IsAstc() && RSPixelMapUtil::IsSupportZeroCopy(pixelMap, sampling)) { in PreProcessPixelMap() 215 if (pixelMap->IsAstc()) { in PreProcessPixelMap()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_background.cpp | 498 if (bgImage->GetPixelMap() && !bgImage->GetPixelMap()->IsAstc() && in CreateDrawFunc() 507 if (bgImage->GetPixelMap() && bgImage->GetPixelMap()->IsAstc()) { in CreateDrawFunc()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.cpp | 131 if (watermark && (watermark->IsAstc() || watermark->GetCapacity() > WATERMARK_PIXELMAP_SIZE_LIMIT)) {
in SetWatermark() 133 watermark->IsAstc(), watermark->GetCapacity());
in SetWatermark()
|
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/ |
H A D | pixel_map.h | 171 NATIVEEXPORT bool IsAstc() in IsAstc() function in OHOS::Media::PixelMap
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_pixelmap.cpp | 109 return GenerateImageData(data, size, map.IsAstc(), map.GetPixelBytes()); in GenerateImageData()
|
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | pixel_map.h | 278 NATIVEEXPORT bool IsAstc() in IsAstc() function in OHOS::Media::PixelMap
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_encoder.cpp | 315 bool IsAstc(const std::string &format)
in IsAstc() function 384 if (IsAstc(opts_.format)) {
in FinalizeEncode()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc.cpp | 159 if (pixelMap.IsAstc() && scale > 0) { in CenterScale()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 2454 if (pixelMap->IsAstc()) { in ReadTransformData() 2520 if (pixelMap->IsAstc()) { in ReadAstcRealSize() 2712 pixelMemInfo.isAstc = pixelMap->IsAstc(); in Unmarshalling()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable_bounds_geometry.cpp | 1021 if (pixelMap && pixelMap->IsAstc()) { in Draw()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 1474 !val->IsAstc() && in Unmarshalling()
|