Flutter Engine
The Flutter Engine
|
#include "include/core/SkData.h"
#include "include/core/SkImage.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkTypes.h"
#include "src/core/SkMipmap.h"
#include <atomic>
#include <cstddef>
#include <cstdint>
Go to the source code of this file.
Classes | |
class | SkImage_Base |
Namespaces | |
namespace | skgpu |
namespace | skgpu::graphite |
Enumerations | |
enum | { kNeedNewImageUniqueID = 0 } |
Functions | |
static SkImage_Base * | as_IB (SkImage *image) |
static SkImage_Base * | as_IB (const sk_sp< SkImage > &image) |
static const SkImage_Base * | as_IB (const SkImage *image) |
static const SkImage_Base * | as_IB (const sk_sp< const SkImage > &image) |
anonymous enum |
Enumerator | |
---|---|
kNeedNewImageUniqueID |
Definition at line 32 of file SkImage_Base.h.
|
inlinestatic |
Definition at line 213 of file SkImage_Base.h.
|
inlinestatic |
Definition at line 205 of file SkImage_Base.h.
|
inlinestatic |
Definition at line 209 of file SkImage_Base.h.
|
inlinestatic |
Definition at line 201 of file SkImage_Base.h.