Home
last modified time | relevance | path

Searched refs:keyDataBytes (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/utils/
DSkShadowUtils.cpp420 int keyDataBytes = path.keyBytes(); in draw_shadow() local
421 if (keyDataBytes >= 0) { in draw_shadow()
422 keyStorage.reset(keyDataBytes + sizeof(SkResourceCache::Key)); in draw_shadow()
425 key->init(&kNamespace, resource_cache_shared_id(), keyDataBytes); in draw_shadow()
/third_party/skia/src/utils/
DSkShadowUtils.cpp463 int keyDataBytes = path.keyBytes(); in draw_shadow() local
464 if (keyDataBytes >= 0) { in draw_shadow()
465 keyStorage.reset(keyDataBytes + sizeof(SkResourceCache::Key)); in draw_shadow()
468 key->init(&kNamespace, resource_cache_shared_id(), keyDataBytes); in draw_shadow()