/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/test/unittest/ |
H A D | image_compressor_test.cpp | 93 auto compressData = instance->GpuCompress(key, pixmap, width, height); variable 116 auto compressData = instance->GpuCompress(key, pixmap, width, height); variable 139 auto compressData = instance->GpuCompress(key, pixmap, width, height); variable 161 auto compressData = instance->GpuCompress(key, pixmap, width, height); variable 187 auto compressData = instance->GpuCompress(key, pixmap, width, height); variable 208 auto compressData = instance->GpuCompress(key, pixmap, width, height); variable
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_message.c | 210 uint8_t **compressData, uint32_t *compressLen) in SetCompressFlagByAuthInfo() 224 static void SetIndataInfo(InDataInfo *inDataInfo, uint8_t *compressData, uint32_t compressLen, char… in SetIndataInfo() 245 uint8_t *compressData = NULL; in PostDeviceInfoMessage() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_image.cpp | 557 void RSImage::SetCompressData(const std::shared_ptr<Drawing::Data> compressData) in SetCompressData() 625 …arshallingCompressData(Parcel& parcel, bool skipData, std::shared_ptr<Drawing::Data>& compressData) in UnmarshallingCompressData() 648 auto compressData = compressData_; in Marshalling() local 686 std::shared_ptr<Drawing::Data> compressData; in Unmarshalling() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler.h | 47 #define RS_PROFILER_MARSHAL_DRAWINGIMAGE(image, compressData) RSProfiler::MarshalDrawingImage(image… argument 74 #define RS_PROFILER_MARSHAL_DRAWINGIMAGE(image, compressData) argument
|
H A D | rs_profiler_base.cpp | 955 std::shared_ptr<Drawing::Data>& compressData) in MarshalDrawingImage()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_object.cpp | 221 sk_sp<SkImage> image, sk_sp<SkData> compressData) {
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_session_message_test.cpp | 974 uint8_t compressData[TEST_DATA_LEN] = {0}; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_data_packet.cpp | 44 void DataRequestPacket::SetCompressData(std::vector<uint8_t> &compressData) in SetCompressData()
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/ |
H A D | distributed_bms.cpp | 386 std::unique_ptr<uint8_t[]> compressData; in GetAbilityIconByContent() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 1339 auto compressData = skiaImage->GetCompressData(); in SetRsParticleImage() local 1358 auto compressData = drawingImage->GetCompressData(); in SetRsParticleImage() local 6066 auto compressData = image->GetCompressData(); local
|