|
| IntDrawable (uint32_t a, uint32_t b, uint32_t c, uint32_t d) |
|
void | flatten (SkWriteBuffer &buffer) const override |
|
Factory | getFactory () const override |
|
uint32_t | a () const |
|
uint32_t | b () const |
|
uint32_t | c () const |
|
uint32_t | d () const |
|
const char * | getTypeName () const override |
|
void | draw (SkCanvas *, const SkMatrix *=nullptr) |
|
void | draw (SkCanvas *, SkScalar x, SkScalar y) |
|
std::unique_ptr< GpuDrawHandler > | snapGpuDrawHandler (GrBackendApi backendApi, const SkMatrix &matrix, const SkIRect &clipBounds, const SkImageInfo &bufferInfo) |
|
sk_sp< SkPicture > | makePictureSnapshot () |
|
uint32_t | getGenerationID () |
|
SkRect | getBounds () |
|
size_t | approximateBytesUsed () |
|
void | notifyDrawingChanged () |
|
SkFlattenable::Type | getFlattenableType () const override |
|
Factory | getFactory () const override |
|
const char * | getTypeName () const override |
|
| SkFlattenable () |
|
virtual Factory | getFactory () const =0 |
|
virtual const char * | getTypeName () const =0 |
|
virtual void | flatten (SkWriteBuffer &) const |
|
virtual Type | getFlattenableType () const =0 |
|
sk_sp< SkData > | serialize (const SkSerialProcs *=nullptr) const |
|
size_t | serialize (void *memory, size_t memory_size, const SkSerialProcs *=nullptr) const |
|
| SkRefCntBase () |
|
virtual | ~SkRefCntBase () |
|
bool | unique () const |
|
void | ref () const |
|
void | unref () const |
|
Definition at line 32 of file FlattenDrawableTest.cpp.
◆ IntDrawable()
IntDrawable::IntDrawable |
( |
uint32_t |
a, |
|
|
uint32_t |
b, |
|
|
uint32_t |
c, |
|
|
uint32_t |
d |
|
) |
| |
|
inline |
◆ a()
uint32_t IntDrawable::a |
( |
| ) |
const |
|
inline |
◆ b()
uint32_t IntDrawable::b |
( |
| ) |
const |
|
inline |
◆ c()
uint32_t IntDrawable::c |
( |
| ) |
const |
|
inline |
◆ CreateProc()
Definition at line 48 of file FlattenDrawableTest.cpp.
48 {
54 }
IntDrawable(uint32_t a, uint32_t b, uint32_t c, uint32_t d)
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir Path to the cache directory This is different from the persistent_cache_path in embedder which is used for Skia shader cache icu native lib Path to the library file that exports the ICU data vm service The hostname IP address on which the Dart VM Service should be served If not defaults to or::depending on whether ipv6 is specified vm service A custom Dart VM Service port The default is to pick a randomly available open port disable vm Disable the Dart VM Service The Dart VM Service is never available in release mode disable vm service Disable mDNS Dart VM Service publication Bind to the IPv6 localhost address for the Dart VM Service Ignored if vm service host is set endless trace buffer
◆ d()
uint32_t IntDrawable::d |
( |
| ) |
const |
|
inline |
◆ flatten()
◆ getFactory()
Factory IntDrawable::getFactory |
( |
| ) |
const |
|
inlineoverridevirtual |
Implement this to return a factory function pointer that can be called to recreate your class given a buffer (previously written to by your override of flatten().
Reimplemented from SkDrawable.
Definition at line 56 of file FlattenDrawableTest.cpp.
static sk_sp< SkFlattenable > CreateProc(SkReadBuffer &buffer)
◆ getTypeName()
const char * IntDrawable::getTypeName |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ onDraw()
|
inlineoverrideprotectedvirtual |
◆ onGetBounds()
SkRect IntDrawable::onGetBounds |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
The documentation for this class was generated from the following file: