#include "flutter/shell/platform/embedder/pixel_formats.h"#include "flutter/shell/platform/embedder/embedder.h"#include "third_party/skia/include/core/SkColorSpace.h"#include "third_party/skia/include/core/SkColorType.h"#include "third_party/skia/include/core/SkImageInfo.h"Go to the source code of this file.
Functions | |
| std::optional< SkColorType > | getSkColorType (FlutterSoftwarePixelFormat pixfmt) |
| std::optional< SkColorInfo > | getSkColorInfo (FlutterSoftwarePixelFormat pixfmt) |
| std::optional< SkColorInfo > getSkColorInfo | ( | FlutterSoftwarePixelFormat | pixfmt | ) |
Definition at line 34 of file pixel_formats.cc.
References getSkColorType().
Referenced by MakeSkSurfaceFromBackingStore().
| std::optional< SkColorType > getSkColorType | ( | FlutterSoftwarePixelFormat | pixfmt | ) |
Definition at line 12 of file pixel_formats.cc.
References FML_LOG, kFlutterSoftwarePixelFormatBGRA8888, kFlutterSoftwarePixelFormatGray8, kFlutterSoftwarePixelFormatNative32, kFlutterSoftwarePixelFormatRGB565, kFlutterSoftwarePixelFormatRGBA4444, kFlutterSoftwarePixelFormatRGBA8888, and kFlutterSoftwarePixelFormatRGBX8888.
Referenced by getSkColorInfo().