Home
last modified time | relevance | path

Searched refs:adaptiveImageInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/
H A Drsmarshallinghelper_fuzzer.cpp484 AdaptiveImageInfo adaptiveImageInfo; in DoMarshallingHelper012() local
485 adaptiveImageInfo.fitNum = GetData<int32_t>(); in DoMarshallingHelper012()
486 adaptiveImageInfo.repeatNum = GetData<int32_t>(); in DoMarshallingHelper012()
492 adaptiveImageInfo.radius[i] = point; in DoMarshallingHelper012()
494 adaptiveImageInfo.scale = GetData<double>(); in DoMarshallingHelper012()
495 adaptiveImageInfo.uniqueId = GetData<uint32_t>(); in DoMarshallingHelper012()
496 adaptiveImageInfo.width = GetData<int32_t>(); in DoMarshallingHelper012()
497 adaptiveImageInfo.height = GetData<int32_t>(); in DoMarshallingHelper012()
498 adaptiveImageInfo.dynamicRangeMode = GetData<uint32_t>(); in DoMarshallingHelper012()
499 … auto extendImageObject = std::make_shared<RSExtendImageObject>(image, dataVal, adaptiveImageInfo); in DoMarshallingHelper012()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_extended_modifier.cpp160 Drawing::AdaptiveImageInfo adaptiveImageInfo = { 0, 0, {}, 1.0, 0, width, height }; in MakePiexlMapDrawCmdList() local
161 auto object = std::make_shared<RSExtendImageObject>(std::move(pixelMap), adaptiveImageInfo); in MakePiexlMapDrawCmdList()