/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | skia_image.h | 49 void SetCompressData(sk_sp<SkData> data, int32_t w, int32_t h) in SetCompressData() function 60 SetCompressData(*skData, w, h); in SetRawCompressData()
|
H A D | rosen_render_context.cpp | 1341 rsImagePtr->SetCompressData( in SetRsParticleImage() 1360 …rsImagePtr->SetCompressData(compressData, drawingImage->GetUniqueID(), drawingImage->GetCompressWi… in SetRsParticleImage() 6068 rosenImage->SetCompressData(
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_image.h | 48 void SetCompressData(std::shared_ptr<RSData> data, int32_t w, int32_t h) in SetCompressData() function 59 SetCompressData(*rsData, w, h); in SetRawCompressData()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_image.h | 101 …void SetCompressData(const std::shared_ptr<Drawing::Data> data, uint32_t id, int width, int height… 102 void SetCompressData(const std::shared_ptr<Drawing::Data> compressData);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/ |
H A D | image_decoder.cpp | 214 canvasImage->SetCompressData(stripped, dstWidth, dstHeight); in QueryCompressedCache() 244 image->SetCompressData(compressData, width, height); in TryCompress()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_image.cpp | 540 void RSImage::SetCompressData( in SetCompressData() function in OHOS::Rosen::RSImage 557 void RSImage::SetCompressData(const std::shared_ptr<Drawing::Data> compressData) in SetCompressData() function in OHOS::Rosen::RSImage 702 rsImage->SetCompressData(compressData, uniqueId, width, height); in Unmarshalling()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_data_packet.h | 39 void SetCompressData(std::vector<uint8_t> &compressData);
|
H A D | single_ver_data_packet.cpp | 44 void DataRequestPacket::SetCompressData(std::vector<uint8_t> &compressData) in SetCompressData() function in DistributedDB::DataRequestPacket
|
H A D | single_ver_data_sync.cpp | 685 packet->SetCompressData(syncData.compressedEntries); in FillDataRequestPacket() 1731 packet->SetCompressData(syncData.compressedEntries); in FillRequestReSendPacket()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_image_test.cpp | 269 image->SetCompressData(data, 1, 1, 1); 282 image->SetCompressData(data);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderimage_fuzzer/ |
H A D | rsrenderimage_fuzzer.cpp | 241 rsImage.SetCompressData(drawingData, id, width, height); in RSImageFuzzTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_draw_cmd.cpp | 77 rsImage_->SetCompressData(data, imageInfo.uniqueId, imageInfo.width, imageInfo.height); in RSExtendImageObject() 231 rsImage_->SetCompressData(fileData); in PreProcessPixelMap()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | rosen_render_image.cpp | 855 skImage->SetCompressData(nullptr, 0, 0); 867 rsImage->SetCompressData(nullptr, 0, 0);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_background.cpp | 455 bgImage_->SetCompressData(fileData); in SetCompressedDataForASTC()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_p2p_query_sync_test.cpp | 630 packet->SetCompressData(syncData.compressedEntries);
|