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

  /external/harfbuzz_ng/src/
hb-null.hh 58 struct hb_null_size struct
60 #define hb_null_size(T) hb_null_size<T>::value macro
109 static_assert (hb_null_size (Type) <= HB_NULL_POOL_SIZE, "Increase HB_NULL_POOL_SIZE.");
156 static_assert (hb_null_size (Type) <= HB_NULL_POOL_SIZE, "Increase HB_NULL_POOL_SIZE.");
hb-blob.hh 60 return length < hb_null_size (Type) ? &Null(Type) : reinterpret_cast<const Type *> (data);

Completed in 1211 milliseconds