Flutter Engine
The Flutter Engine
|
#include "include/core/SkScalar.h"
#include "include/core/SkTypes.h"
#include "include/private/base/SkTo.h"
Go to the source code of this file.
Classes | |
class | SkSurfaceProps |
Enumerations | |
enum | SkPixelGeometry { kUnknown_SkPixelGeometry , kRGB_H_SkPixelGeometry , kBGR_H_SkPixelGeometry , kRGB_V_SkPixelGeometry , kBGR_V_SkPixelGeometry } |
Functions | |
static bool | SkPixelGeometryIsRGB (SkPixelGeometry geo) |
static bool | SkPixelGeometryIsBGR (SkPixelGeometry geo) |
static bool | SkPixelGeometryIsH (SkPixelGeometry geo) |
static bool | SkPixelGeometryIsV (SkPixelGeometry geo) |
enum SkPixelGeometry |
Description of how the LCD strips are arranged for each pixel. If this is unknown, or the pixels are meant to be "portable" and/or transformed before showing (e.g. rotated, scaled) then use kUnknown_SkPixelGeometry.
Enumerator | |
---|---|
kUnknown_SkPixelGeometry | |
kRGB_H_SkPixelGeometry | |
kBGR_H_SkPixelGeometry | |
kRGB_V_SkPixelGeometry | |
kBGR_V_SkPixelGeometry |
Definition at line 20 of file SkSurfaceProps.h.
|
inlinestatic |
Definition at line 34 of file SkSurfaceProps.h.
|
inlinestatic |
Definition at line 39 of file SkSurfaceProps.h.
|
inlinestatic |
Definition at line 29 of file SkSurfaceProps.h.
|
inlinestatic |
Definition at line 44 of file SkSurfaceProps.h.