43 (void)this->
set(name, &ptr,
sizeof(
void*),
kPtr_Type, 1);
60 bool reuseRec =
result.rec &&
61 result.rec->fDataLen == dataSize &&
140 void*
const* found = (
void*
const*)rec->
data();
162SkMetaData::FindResult SkMetaData::findWithPrev(
const char name[],
Type type)
const {
163 FindResult current {
fRec,
nullptr };
164 while (current.rec) {
165 if (current.rec->fType ==
type && !strcmp(current.rec->name(),
name))
167 current.prev = current.rec;
168 current.rec = current.rec->
fNext;
175 return this->findWithPrev(
name,
type).rec;
220 fRec = metadata.
fRec;
228 const char*
name =
nullptr;
static float next(float f)
SK_API void sk_free(void *)
static void * sk_malloc_throw(size_t size)
constexpr uint16_t SkToU16(S x)
constexpr uint8_t SkToU8(S x)
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
std::shared_ptr< const fml::Mapping > data