Go to the source code of this file.
◆ compute_chunk_size()
Definition at line 77 of file SkPictureData.cpp.
77 {
79
84 } else {
88 }
89 }
90
92}
static const char * FactoryToName(Factory)
static int SizeOfPackedUInt(size_t value)
DEF_SWITCHES_START aot vmservice shared library name
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
◆ create_drawable_from_buffer()
Definition at line 423 of file SkPictureData.cpp.
423 {
425}
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
◆ create_image_from_buffer()
◆ new_array_from_buffer()
template<typename
T , typename U >
Definition at line 429 of file SkPictureData.cpp.
430 {
431 if (!
buffer.validate(array.
empty() && SkTFitsIn<int>(inCount))) {
432 return false;
433 }
434 if (0 == inCount) {
435 return true;
436 }
437
438 for (uint32_t
i = 0;
i < inCount; ++
i) {
439 auto obj = factory(
buffer);
440
441 if (!
buffer.validate(obj !=
nullptr)) {
443 return false;
444 }
445
447 }
448
449 return true;
450}
◆ SafeCount()
int SafeCount |
( |
const T * |
obj | ) |
|
◆ skip_typeface_proc()
Definition at line 215 of file SkPictureData.cpp.
215 {
219 return newProcs;
220}
SkSerialTypefaceProc fTypefaceProc
◆ write_tag_size() [1/2]
static void write_tag_size |
( |
SkWriteBuffer & |
buffer, |
|
|
uint32_t |
tag, |
|
|
size_t |
size |
|
) |
| |
|
static |
◆ write_tag_size() [2/2]
static void write_tag_size |
( |
SkWStream * |
stream, |
|
|
uint32_t |
tag, |
|
|
size_t |
size |
|
) |
| |
|
static |