#include <ImageCoreDelta.h>
|
| | FImageViewStrided () |
| |
| | FImageViewStrided (const FImageInfo &InInfo, void *InRawData, int64 InStride=0) |
| |
| | FImageViewStrided (const FImageView &InView) |
| |
| int64 | GetStrideBytes () const |
| |
| bool | IsStrideWidth () const |
| |
| int64 | GetPixelOffsetBytes (int32 X, int32 Y, int32 Slice=0) const |
| |
| uint8 * | GetRowPointer (int32 Y, int32 Slice=0) const |
| |
| void * | GetPixelPointer (int32 X, int32 Y, int32 Slice=0) const |
| |
| const FImageViewStrided | GetPortion (int64 PortionStartX, int64 PortionSizeX, int64 PortionStartY, int64 PortionSizeY) const |
| |
| | FImageInfo () |
| |
| | FImageInfo (int32 InSizeX, int32 InSizeY, int32 InNumSlices, ERawImageFormat::Type InFormat, EGammaSpace InGammaSpace) |
| |
| bool | operator== (const FImageInfo &rhs) const |
| |
| bool | IsImageInfoValid () const |
| |
| bool | IsGammaCorrected () const |
| |
| int64 | GetBytesPerPixel () const |
| |
| int64 | GetNumPixels () const |
| |
| int64 | GetImageSizeBytes () const |
| |
| int64 | GetSliceNumPixels () const |
| |
| int64 | GetSliceSizeBytes () const |
| |
| int64 | GetWidth () const |
| |
| int64 | GetHeight () const |
| |
| int64 | GetStrideBytes () const |
| |
| EGammaSpace | GetGammaSpace () const |
| |
| int64 | GetPixelOffsetBytes (int32 X, int32 Y, int32 Slice=0) const |
| |
| IMAGECORE_API void | ImageInfoToCompactBinary (class FCbObject &OutObject) const |
| |
| IMAGECORE_API bool | ImageInfoFromCompactBinary (const FCbObject &InObject) |
| |
◆ FImageViewStrided() [1/3]
| FImageViewStrided::FImageViewStrided |
( |
| ) |
|
|
inline |
◆ FImageViewStrided() [2/3]
| FImageViewStrided::FImageViewStrided |
( |
const FImageInfo & |
InInfo, |
|
|
void * |
InRawData, |
|
|
int64 |
InStride = 0 |
|
) |
| |
|
inline |
◆ FImageViewStrided() [3/3]
| FImageViewStrided::FImageViewStrided |
( |
const FImageView & |
InView | ) |
|
|
inline |
◆ GetPixelOffsetBytes()
◆ GetPixelPointer()
◆ GetPortion()
◆ GetRowPointer()
| uint8 * FImageViewStrided::GetRowPointer |
( |
int32 |
Y, |
|
|
int32 |
Slice = 0 |
|
) |
| const |
|
inline |
◆ GetStrideBytes()
| int64 FImageViewStrided::GetStrideBytes |
( |
| ) |
const |
|
inline |
◆ IsStrideWidth()
| bool FImageViewStrided::IsStrideWidth |
( |
| ) |
const |
|
inline |
◆ RawData
| void* FImageViewStrided::RawData = nullptr |
◆ StrideBytes
| int64 FImageViewStrided::StrideBytes = 0 |
The documentation for this struct was generated from the following file: