HomeSort by relevance Sort by last modified time
    Searched refs:hb_static_size (Results 1 - 5 of 5) sorted by null

  /external/harfbuzz_ng/src/
hb-null.hh 64 /* hb_static_size (T)
75 struct hb_static_size struct
77 #define hb_static_size(T) hb_static_size<T>::value macro
hb-array.hh 40 enum { item_size = hb_static_size (Type) };
hb-vector.hh 38 enum { item_size = hb_static_size (Type) };
hb-machinery.hh 355 return this->check_range (base, len, hb_static_size (T));
363 return this->check_range (base, a, b, hb_static_size (T));
391 if (this->may_edit (obj, hb_static_size (Type)))
hb-open-type.hh 356 enum { item_size = hb_static_size (Type) };
512 enum { item_size = hb_static_size (Type) };

Completed in 759 milliseconds