20SkData::SkData(
const void* ptr,
size_t size, ReleaseProc proc,
void* context)
22 , fReleaseProcContext(context)
30SkData::SkData(
size_t size)
31 : fReleaseProc(nullptr)
32 , fReleaseProcContext(nullptr)
33 , fPtr((const char*)(this + 1))
39 fReleaseProc(fPtr, fReleaseProcContext);
47 if (
nullptr == other) {
54 size_t available = fSize;
70void SkData::operator
delete(
void*
p) {
82 void* storage = ::operator
new (actualLength);
85 memcpy(
data->writable_data(), srcOrNull,
length);
90void SkData::NoopReleaseProc(
const void*,
void*) {}
98 once([]{
empty =
new SkData(
nullptr, 0,
nullptr,
nullptr); });
104 sk_free(
const_cast<void*
>(ptr));
117 return PrivateNewWithCopy(
nullptr,
length);
123 memset(
data->writable_data(), 0,
data->size());
134 size_t length =
reinterpret_cast<size_t>(ctx);
141 if (
nullptr ==
addr) {
161 if (
nullptr ==
addr) {
180 size_t available =
src->size();
197 if (
nullptr == cstr) {
201 size = strlen(cstr) + 1;
#define SkASSERT_RELEASE(cond)
static void sk_free_releaseproc(const void *ptr, void *)
static void sk_mmap_releaseproc(const void *addr, void *ctx)
static void sk_dataref_releaseproc(const void *, void *context)
SK_API void sk_free(void *)
static int sk_careful_memcmp(const void *a, const void *b, size_t len)
FILE * sk_fopen(const char path[], SkFILE_Flags)
void sk_fmunmap(const void *addr, size_t length)
void * sk_fdmmap(int fd, size_t *length)
void * sk_fmmap(FILE *f, size_t *length)
sk_sp< T > sk_ref_sp(T *obj)
bool StreamRemainingLengthIsBelow(SkStream *stream, size_t len)
const uint8_t * bytes() const
size_t copyRange(size_t offset, size_t length, void *buffer) const
static sk_sp< SkData > MakeFromMalloc(const void *data, size_t length)
static sk_sp< SkData > MakeUninitialized(size_t length)
bool equals(const SkData *other) const
const void * data() const
static sk_sp< SkData > MakeWithCString(const char cstr[])
static sk_sp< SkData > MakeFromFD(int fd)
static sk_sp< SkData > MakeWithProc(const void *ptr, size_t length, ReleaseProc proc, void *ctx)
static sk_sp< SkData > MakeFromFILE(FILE *f)
static sk_sp< SkData > MakeWithCopy(const void *data, size_t length)
static sk_sp< SkData > MakeSubset(const SkData *src, size_t offset, size_t length)
static sk_sp< SkData > MakeFromStream(SkStream *, size_t size)
static sk_sp< SkData > MakeEmpty()
static sk_sp< SkData > MakeZeroInitialized(size_t length)
static sk_sp< SkData > MakeFromFileName(const char path[])
EMSCRIPTEN_KEEPALIVE void empty()
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
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
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