Flutter Engine
The Flutter Engine
|
#include <SkYUVAPixmaps.h>
Public Member Functions | |
constexpr | SupportedDataTypes ()=default |
constexpr bool | supported (PlaneConfig, DataType) const |
void | enableDataType (DataType, int numChannels) |
Static Public Member Functions | |
static constexpr SupportedDataTypes | All () |
Definition at line 51 of file SkYUVAPixmaps.h.
|
constexprdefault |
Defaults to nothing supported.
|
staticconstexpr |
All legal combinations of PlaneConfig and DataType are supported.
Definition at line 263 of file SkYUVAPixmaps.h.
Update to add support for pixmaps with numChannel channels where each channel is represented as DataType.
Definition at line 20 of file SkYUVAPixmaps.cpp.
|
constexpr |
Checks whether there is a supported combination of color types for planes structured as indicated by PlaneConfig with channel data types as indicated by DataType.
Definition at line 279 of file SkYUVAPixmaps.h.