#include <TextureProxyView.h>
Definition at line 23 of file TextureProxyView.h.
◆ TextureProxyView() [1/6]
skgpu::graphite::TextureProxyView::TextureProxyView |
( |
| ) |
|
|
default |
◆ TextureProxyView() [2/6]
◆ TextureProxyView() [3/6]
◆ TextureProxyView() [4/6]
◆ TextureProxyView() [5/6]
◆ TextureProxyView() [6/6]
skgpu::graphite::TextureProxyView::TextureProxyView |
( |
const TextureProxyView & |
| ) |
|
|
default |
◆ concatSwizzle()
void skgpu::graphite::TextureProxyView::concatSwizzle |
( |
Swizzle |
swizzle | ) |
|
|
inline |
Definition at line 69 of file TextureProxyView.h.
69 {
71 }
static constexpr Swizzle Concat(const Swizzle &a, const Swizzle &b)
◆ detachProxy()
◆ dimensions()
SkISize skgpu::graphite::TextureProxyView::dimensions |
( |
| ) |
const |
|
inline |
◆ height()
int skgpu::graphite::TextureProxyView::height |
( |
| ) |
const |
|
inline |
◆ makeSwizzle() [1/2]
◆ makeSwizzle() [2/2]
◆ mipmapped()
◆ operator bool()
skgpu::graphite::TextureProxyView::operator bool |
( |
| ) |
const |
|
inlineexplicit |
◆ operator!=()
bool skgpu::graphite::TextureProxyView::operator!= |
( |
const TextureProxyView & |
other | ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
bool skgpu::graphite::TextureProxyView::operator== |
( |
const TextureProxyView & |
view | ) |
const |
|
inline |
Definition at line 45 of file TextureProxyView.h.
45 {
46 return fProxy == view.fProxy &&
47 fSwizzle == view.fSwizzle &&
48 fOrigin == view.fOrigin;
49 }
◆ origin()
Origin skgpu::graphite::TextureProxyView::origin |
( |
| ) |
const |
|
inline |
◆ proxy()
TextureProxy * skgpu::graphite::TextureProxyView::proxy |
( |
| ) |
const |
|
inline |
◆ refProxy()
◆ replaceSwizzle()
◆ reset()
void skgpu::graphite::TextureProxyView::reset |
( |
| ) |
|
|
inline |
◆ swizzle()
Swizzle skgpu::graphite::TextureProxyView::swizzle |
( |
| ) |
const |
|
inline |
◆ width()
int skgpu::graphite::TextureProxyView::width |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: