Searched refs:adaptiveImageInfo (Results 1 – 2 of 2) sorted by relevance
484 AdaptiveImageInfo adaptiveImageInfo; in DoMarshallingHelper012() local485 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()
160 Drawing::AdaptiveImageInfo adaptiveImageInfo = { 0, 0, {}, 1.0, 0, width, height }; in MakePiexlMapDrawCmdList() local161 auto object = std::make_shared<RSExtendImageObject>(std::move(pixelMap), adaptiveImageInfo); in MakePiexlMapDrawCmdList()