![]() |
Flutter Engine
The Flutter Engine
|
#include <SkYUVAInfoLocation.h>
Public Member Functions | |
bool | operator== (const YUVALocation &that) const |
bool | operator!= (const YUVALocation &that) const |
Static Public Member Functions | |
static bool | AreValidLocations (const SkYUVAInfo::YUVALocations &locations, int *numPlanes=nullptr) |
Public Attributes | |
int | fPlane = -1 |
SkColorChannel | fChannel = SkColorChannel::kA |
The location of Y, U, V, or A values within the planes described by SkYUVAInfo. Computed from a SkYUVAInfo and the set of channels present in a set of pixmaps/textures.
Definition at line 20 of file SkYUVAInfoLocation.h.
|
inlinestatic |
Definition at line 31 of file SkYUVAInfoLocation.h.
|
inline |
Definition at line 29 of file SkYUVAInfoLocation.h.
|
inline |
Definition at line 26 of file SkYUVAInfoLocation.h.
SkColorChannel SkYUVAInfo::YUVALocation::fChannel = SkColorChannel::kA |
The channel in the plane that contains the Y, U, V, or A value.
Definition at line 24 of file SkYUVAInfoLocation.h.
int SkYUVAInfo::YUVALocation::fPlane = -1 |
The index of the plane where the Y, U, V, or A value is to be found.
Definition at line 22 of file SkYUVAInfoLocation.h.