Functions | |
| void | DecodePixelsByFormat (void *PixelData, int32 SourcePitch, FIntPoint SourceExtent, FIntPoint DestinationExtent, EPixelFormat Format, FReadSurfaceDataFlags Flags, TArrayView< FLinearColor > Out) |
| void | DecodePixelsByFormat (void *PixelData, int32 SourcePitch, FIntPoint SourceExtent, FIntPoint DestinationExtent, EPixelFormat Format, FReadSurfaceDataFlags Flags, TArrayView< FColor > Out) |
| void ImageUtil::DecodePixelsByFormat | ( | void * | PixelData, |
| int32 | SourcePitch, | ||
| FIntPoint | SourceExtent, | ||
| FIntPoint | DestinationExtent, | ||
| EPixelFormat | Format, | ||
| FReadSurfaceDataFlags | Flags, | ||
| TArrayView< FLinearColor > | Out | ||
| ) |
Definition at line 15 of file ImageUtil.cpp.
Referenced by ASceneCaptureSensor::SendGBuffer().
Here is the caller graph for this function:| void ImageUtil::DecodePixelsByFormat | ( | void * | PixelData, |
| int32 | SourcePitch, | ||
| FIntPoint | SourceExtent, | ||
| FIntPoint | DestinationExtent, | ||
| EPixelFormat | Format, | ||
| FReadSurfaceDataFlags | Flags, | ||
| TArrayView< FColor > | Out | ||
| ) |
Definition at line 80 of file ImageUtil.cpp.
1.8.13