Definition at line 469 of file SkStream.cpp.
◆ append()
const void * SkDynamicMemoryWStream::Block::append |
( |
const void * |
data, |
|
|
size_t |
size |
|
) |
| |
|
inline |
Definition at line 485 of file SkStream.cpp.
485 {
489 return (
const void*)((
const char*)
data +
size);
490 }
static void sk_memcpy_4bytes(void *dst, const void *src, size_t size)
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
std::shared_ptr< const fml::Mapping > data
◆ avail()
size_t SkDynamicMemoryWStream::Block::avail |
( |
| ) |
const |
|
inline |
◆ init()
void SkDynamicMemoryWStream::Block::init |
( |
size_t |
size | ) |
|
|
inline |
Definition at line 479 of file SkStream.cpp.
479 {
483 }
const char * start() const
◆ start() [1/2]
char * SkDynamicMemoryWStream::Block::start |
( |
| ) |
|
|
inline |
Definition at line 475 of file SkStream.cpp.
475{ return (char*)(this + 1); }
◆ start() [2/2]
const char * SkDynamicMemoryWStream::Block::start |
( |
| ) |
const |
|
inline |
Definition at line 474 of file SkStream.cpp.
474{ return (const char*)(this + 1); }
◆ written()
size_t SkDynamicMemoryWStream::Block::written |
( |
| ) |
const |
|
inline |
◆ fCurr
char* SkDynamicMemoryWStream::Block::fCurr |
◆ fNext
Block* SkDynamicMemoryWStream::Block::fNext |
◆ fStop
char* SkDynamicMemoryWStream::Block::fStop |
The documentation for this struct was generated from the following file: