Flutter Engine
The Flutter Engine
|
#include <GrDstProxyView.h>
Public Types | |
using | sk_is_trivially_relocatable = std::true_type |
Public Member Functions | |
GrDstProxyView () | |
GrDstProxyView (const GrDstProxyView &other) | |
GrDstProxyView & | operator= (const GrDstProxyView &other) |
bool | operator== (const GrDstProxyView &that) const |
bool | operator!= (const GrDstProxyView &that) const |
const SkIPoint & | offset () const |
void | setOffset (const SkIPoint &offset) |
void | setOffset (int ox, int oy) |
GrSurfaceProxy * | proxy () const |
const GrSurfaceProxyView & | proxyView () const |
void | setProxyView (GrSurfaceProxyView view) |
GrDstSampleFlags | dstSampleFlags () const |
void | setDstSampleFlags (GrDstSampleFlags dstSampleFlags) |
GrDstProxyView holds a texture containing the destination pixel values, and an integer-coordinate offset from device-space to the space of the texture. When framebuffer fetch is not available, a GrDstProxyView may be used to support blending in the fragment shader/xfer processor.
Definition at line 20 of file GrDstProxyView.h.
using GrDstProxyView::sk_is_trivially_relocatable = std::true_type |
Definition at line 61 of file GrDstProxyView.h.
|
inline |
Definition at line 22 of file GrDstProxyView.h.
|
inline |
Definition at line 24 of file GrDstProxyView.h.
|
inline |
Definition at line 57 of file GrDstProxyView.h.
|
inline |
Definition at line 42 of file GrDstProxyView.h.
|
inline |
Definition at line 40 of file GrDstProxyView.h.
|
inline |
Definition at line 28 of file GrDstProxyView.h.
|
inline |
Definition at line 35 of file GrDstProxyView.h.
|
inline |
Definition at line 47 of file GrDstProxyView.h.
|
inline |
Definition at line 48 of file GrDstProxyView.h.
|
inline |
Definition at line 59 of file GrDstProxyView.h.
|
inline |
Definition at line 44 of file GrDstProxyView.h.
Definition at line 45 of file GrDstProxyView.h.
|
inline |
Definition at line 50 of file GrDstProxyView.h.