Go to the source code of this file.
|
| FIntPoint | GetDownscaledExtent (FIntPoint Extent, FIntPoint Divisor) |
| |
| FIntPoint | GetScaledExtent (FIntPoint Extent, FVector2D Multiplier) |
| |
| FIntPoint | GetScaledExtent (FIntPoint Extent, float Multiplier) |
| |
| FIntRect | GetDownscaledRect (FIntRect Rect, FIntPoint Divisor) |
| |
| FIntRect | GetDownscaledViewRect (FIntRect Rect, FIntPoint ViewExtent, FIntPoint Divisor) |
| |
| FIntRect | GetScaledRect (FIntRect Rect, FVector2D Multiplier) |
| |
| FIntRect | GetScaledRect (FIntRect Rect, float Multiplier) |
| |
| FScreenPassTextureViewport | GetDownscaledViewport (FScreenPassTextureViewport Viewport, FIntPoint Divisor) |
| |
| FScreenPassTextureViewport | GetScaledViewport (FScreenPassTextureViewport Viewport, FVector2D Multiplier) |
| |
| FIntRect | GetRectFromExtent (FIntPoint Extent) |
| |
| FVector2f | operator* (const FVector2f &PInA, const FScreenTransform &AToB) |
| |
| FScreenTransform | operator* (const FScreenTransform &AToB, const FVector2f &Scale) |
| |
| FScreenTransform | operator* (const FScreenTransform &AToB, const float &Scale) |
| |
| FScreenTransform | operator* (const FScreenTransform &AToB, const FIntPoint &Scale) |
| |
| FScreenTransform | operator* (const FScreenTransform &AToB, const FScreenTransform &BToC) |
| |
| FScreenTransform | operator+ (const FScreenTransform &AToB, const FVector2f &Bias) |
| |
| FScreenTransform | operator+ (const FScreenTransform &AToB, const float &Bias) |
| |
| FScreenTransform | operator+ (const FScreenTransform &AToB, const FIntPoint &Bias) |
| |
| FScreenTransform | operator- (const FScreenTransform &AToB, const FVector2f &Bias) |
| |
| FScreenTransform | operator- (const FScreenTransform &AToB, const float &Bias) |
| |
| FScreenTransform | operator- (const FScreenTransform &AToB, const FIntPoint &Bias) |
| |
| FScreenTransform | operator/ (const FScreenTransform &AToB, const FVector2f &InvertedScale) |
| |
| FScreenTransform | operator/ (const FScreenTransform &AToB, const float &InvertedScale) |
| |
| FScreenTransform | operator/ (const FScreenTransform &AToB, const FIntPoint &InvertedScale) |
| |
| FScreenTransform | operator/ (const FScreenTransform &AToB, const FScreenTransform &CToB) |
| |
| FScreenPassTextureInput | GetScreenPassTextureInput (FScreenPassTexture TexturePair, FRHISamplerState *Sampler) |
| |
| FScreenPassTextureSliceInput | GetScreenPassTextureInput (FScreenPassTextureSlice TexturePair, FRHISamplerState *Sampler) |
| |
◆ GetDownscaledExtent()
◆ GetDownscaledRect()
◆ GetDownscaledViewport()
◆ GetDownscaledViewRect()
◆ GetRectFromExtent()
◆ GetScaledExtent() [1/2]
◆ GetScaledExtent() [2/2]
◆ GetScaledRect() [1/2]
◆ GetScaledRect() [2/2]
◆ GetScaledViewport()
◆ GetScreenPassTextureInput() [1/2]
◆ GetScreenPassTextureInput() [2/2]
◆ operator*() [1/5]
◆ operator*() [2/5]
◆ operator*() [3/5]
◆ operator*() [4/5]
◆ operator*() [5/5]
◆ operator+() [1/3]
◆ operator+() [2/3]
◆ operator+() [3/3]
◆ operator-() [1/3]
◆ operator-() [2/3]
◆ operator-() [3/3]
◆ operator/() [1/4]
◆ operator/() [2/4]
◆ operator/() [3/4]
◆ operator/() [4/4]