Go to the source code of this file.
|
| int64 | FImageCore::ImageParallelForComputeNumRows (const FImageView &Image) |
| |
| FImageView | FImageCore::ImageParallelForGetOneRowView (const FImageView &Image, int64 Y) |
| |
| IMAGECORE_API int32 | FImageCore::ImageParallelForComputeNumJobs (const FImageView &Image, int64 *pRowsPerJob) |
| |
| IMAGECORE_API int64 | FImageCore::ImageParallelForMakePart (FImageView *Part, const FImageView &Whole, int64 JobIndex, int64 RowsPerJob) |
| |
| template<typename Lambda > |
| void | FImageCore::ImageParallelFor (const TCHAR *DebugName, const FImageView &Image, const Lambda &Func) |
| |
| template<typename Lambda > |
| void | FImageCore::ProcessLinearPixels (const FImageView &Image, const Lambda &Func, int64 StartY) |
| |
| template<typename Lambda > |
| void | FImageCore::ImageParallelProcessLinearPixels (const TCHAR *DebugName, const FImageView &Image, const Lambda &Func) |
| |