Flutter Engine
The Flutter Engine
|
#include <SmallPathShapeData.h>
Public Member Functions | |
SmallPathShapeData (const SmallPathShapeDataKey &key) | |
SK_DECLARE_INTERNAL_LLIST_INTERFACE (SmallPathShapeData) | |
Static Public Member Functions | |
static const SmallPathShapeDataKey & | GetKey (const SmallPathShapeData &data) |
static uint32_t | Hash (const SmallPathShapeDataKey &key) |
Public Attributes | |
const SmallPathShapeDataKey | fKey |
SkRect | fBounds |
skgpu::AtlasLocator | fAtlasLocator |
Definition at line 51 of file SmallPathShapeData.h.
|
inline |
Definition at line 53 of file SmallPathShapeData.h.
|
inlinestatic |
Definition at line 61 of file SmallPathShapeData.h.
|
inlinestatic |
Definition at line 65 of file SmallPathShapeData.h.
skgpu::ganesh::SmallPathShapeData::SK_DECLARE_INTERNAL_LLIST_INTERFACE | ( | SmallPathShapeData | ) |
skgpu::AtlasLocator skgpu::ganesh::SmallPathShapeData::fAtlasLocator |
Definition at line 57 of file SmallPathShapeData.h.
SkRect skgpu::ganesh::SmallPathShapeData::fBounds |
Definition at line 56 of file SmallPathShapeData.h.
const SmallPathShapeDataKey skgpu::ganesh::SmallPathShapeData::fKey |
Definition at line 55 of file SmallPathShapeData.h.