Home
last modified time | relevance | path

Searched refs:null_size (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-null.hh57 (sizeof (T) > T::null_size ? sizeof (T) : T::null_size)> {};
111 extern HB_INTERNAL const unsigned char _hb_Null_##Namespace##_##Type[Namespace::Type::null_size]; \
121 const unsigned char _hb_Null_##Namespace##_##Type[Namespace::Type::null_size]
Dhb-machinery.hh106 static constexpr unsigned null_size = (size); \
113 static constexpr unsigned null_size = (size); \
118 static constexpr unsigned null_size = (size); \
128 static constexpr unsigned null_size = (size); \
/third_party/harfbuzz/src/
Dhb-null.hh57 (sizeof (T) > T::null_size ? sizeof (T) : T::null_size)> {};
111 extern HB_INTERNAL const unsigned char _hb_Null_##Namespace##_##Type[Namespace::Type::null_size]; \
121 const unsigned char _hb_Null_##Namespace##_##Type[Namespace::Type::null_size]
Dhb-machinery.hh106 static constexpr unsigned null_size = (size); \
113 static constexpr unsigned null_size = (size); \
118 static constexpr unsigned null_size = (size); \
128 static constexpr unsigned null_size = (size); \
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-null.hh52 …_null_size<T, hb_void_t<decltype (T::min_size)>> : hb_integral_constant<unsigned, T::null_size> {};
99 extern HB_INTERNAL const unsigned char _hb_Null_##Namespace##_##Type[Namespace::Type::null_size]; \
109 const unsigned char _hb_Null_##Namespace##_##Type[Namespace::Type::null_size]
Dhb-machinery.hh117 static constexpr unsigned null_size = (size); \
124 static constexpr unsigned null_size = (size); \
129 static constexpr unsigned null_size = (size); \
139 static constexpr unsigned null_size = (size); \
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_descriptors_lazy.c738 VkDescriptorPoolSize null_size = {VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, 1}; in zink_descriptors_init_lazy() local
739 ctx->dd->dummy_pool = create_pool(screen, 1, &null_size, 0); in zink_descriptors_init_lazy()