62 template <
typename Lambda>
91 template <
typename Lambda>
132 template <
typename Lambda>
#define check(expr)
Definition AssertionMacros.h:314
void ParallelFor(int32 Num, TFunctionRef< void(int32)> Body, bool bForceSingleThread, bool bPumpRenderingThread=false)
Definition ParallelFor.h:481
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition ImageCore.cpp:1836
FImageView ImageParallelForGetOneRowView(const FImageView &Image, int64 Y)
Definition ImageParallelFor.h:42
ProcessLinearPixelsAction
Definition ImageParallelFor.h:77
IMAGECORE_API int64 ImageParallelForMakePart(FImageView *Part, const FImageView &Whole, int64 JobIndex, int64 RowsPerJob)
Definition ImageParallelFor.cpp:33
int64 ImageParallelForComputeNumRows(const FImageView &Image)
Definition ImageParallelFor.h:36
IMAGECORE_API void CopyImage(const FImageView &SrcImage, const FImageView &DestImage)
Definition ImageCore.cpp:369
IMAGECORE_API int32 ImageParallelForComputeNumJobs(const FImageView &Image, int64 *pRowsPerJob)
Definition ImageParallelFor.cpp:18
void ProcessLinearPixels(const FImageView &Image, const Lambda &Func, int64 StartY)
Definition ImageParallelFor.h:92
void ImageParallelProcessLinearPixels(const TCHAR *DebugName, const FImageView &Image, const Lambda &Func)
Definition ImageParallelFor.h:133
void ImageParallelFor(const TCHAR *DebugName, const FImageView &Image, const Lambda &Func)
Definition ImageParallelFor.h:63
int32 SizeY
Definition ImageCore.h:144
Definition ImageCore.h:264
Definition ImageCore.h:416