Home
last modified time | relevance | path

Searched refs:keyStorage (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/utils/
DSkShadowUtils.cpp419 SkAutoSTArray<32 * 4, uint8_t> keyStorage; in draw_shadow() local
422 keyStorage.reset(keyDataBytes + sizeof(SkResourceCache::Key)); in draw_shadow()
423 key = new (keyStorage.begin()) SkResourceCache::Key(); in draw_shadow()
424 path.writeKey((uint32_t*)(keyStorage.begin() + sizeof(*key))); in draw_shadow()
/third_party/flutter/skia/include/private/
DGrResourceKey.h326 static inline void gr_init_static_unique_key_once(SkAlignedSTStorage<1, GrUniqueKey>* keyStorage) { in gr_init_static_unique_key_once() argument
327 GrUniqueKey* key = new (keyStorage->get()) GrUniqueKey; in gr_init_static_unique_key_once()
/third_party/skia/include/private/
DGrResourceKey.h328 static inline void gr_init_static_unique_key_once(SkAlignedSTStorage<1, GrUniqueKey>* keyStorage) { in gr_init_static_unique_key_once() argument
329 GrUniqueKey* key = new (keyStorage->get()) GrUniqueKey; in gr_init_static_unique_key_once()
/third_party/skia/src/utils/
DSkShadowUtils.cpp462 SkAutoSTArray<32 * 4, uint8_t> keyStorage; in draw_shadow() local
465 keyStorage.reset(keyDataBytes + sizeof(SkResourceCache::Key)); in draw_shadow()
466 key = new (keyStorage.begin()) SkResourceCache::Key(); in draw_shadow()
467 path.writeKey((uint32_t*)(keyStorage.begin() + sizeof(*key))); in draw_shadow()