Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-null.hh89 uint64_t const _hb_NullPool[(HB_NULL_POOL_SIZE + sizeof (uint64_t) - 1) / sizeof (uint64_t)];
97 return *reinterpret_cast<Type const *> (_hb_NullPool); in get_null()
Dhb-static.cc42 uint64_t const _hb_NullPool[(HB_NULL_POOL_SIZE + sizeof (uint64_t) - 1) / sizeof (uint64_t)] = {}; variable
Dmeson.build463 # error LNK2019: unresolved external symbol "unsigned __int64 const * const _hb_NullPool"
/third_party/harfbuzz/
Dhuawei_harfbuzz.patch451 uint64_t const _hb_NullPool[(HB_NULL_POOL_SIZE + sizeof (uint64_t) - 1) / sizeof (uint64_t)] = {};
454 +uint64_t const _hb_NullPool[(HB_NULL_POOL_SIZE + sizeof (uint64_t) - 1) / sizeof (uint64_t)] = {0};