Flutter Engine
The Flutter Engine
|
#include <KeyBuilder.h>
Public Member Functions | |
StringKeyBuilder (skia_private::TArray< uint32_t, true > *data) | |
void | addBits (uint32_t numBits, uint32_t val, std::string_view label) override |
void | appendComment (const char *comment) override |
SkString | description () const |
Public Member Functions inherited from skgpu::KeyBuilder | |
KeyBuilder (skia_private::TArray< uint32_t, true > *data) | |
virtual | ~KeyBuilder () |
virtual void | addBits (uint32_t numBits, uint32_t val, std::string_view label) |
void | addBytes (uint32_t numBytes, const void *data, std::string_view label) |
void | addBool (bool b, std::string_view label) |
void | add32 (uint32_t v, std::string_view label="unknown") |
virtual void | appendComment (const char *comment) |
void | flush () |
Definition at line 80 of file KeyBuilder.h.
|
inline |
Definition at line 82 of file KeyBuilder.h.
|
inlineoverridevirtual |
Reimplemented from skgpu::KeyBuilder.
Definition at line 84 of file KeyBuilder.h.
|
inlineoverridevirtual |
Reimplemented from skgpu::KeyBuilder.
Definition at line 89 of file KeyBuilder.h.
|
inline |
Definition at line 93 of file KeyBuilder.h.