Home
last modified time | relevance | path

Searched refs:hb_static_size (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-null.hh72 using hb_static_size = _hb_static_size<T, void>; typedef
73 #define hb_static_size(T) hb_static_size<T>::value macro
Dhb-sanitize.hh272 return this->check_range (base, len, hb_static_size (T)); in check_array()
280 return this->check_range (base, a, b, hb_static_size (T)); in check_array()
320 if (this->may_edit (obj, hb_static_size (Type))) in try_set()
Dhb-vector.hh39 static constexpr unsigned item_size = hb_static_size (Type);
Dhb-open-type.hh444 static constexpr unsigned item_size = hb_static_size (Type);
602 static constexpr unsigned item_size = hb_static_size (Type);
Dhb-iter.hh67 constexpr unsigned get_item_size () const { return hb_static_size (Item); } in get_item_size()
/third_party/chromium/patch/
D0001-cve.patch43307 static constexpr unsigned item_size = hb_static_size (Type);