Home
last modified time | relevance | path

Searched defs:byte_str_t (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-common.hh288 struct byte_str_t : hb_ubytes_t struct
290 byte_str_t () in byte_str_t() function
292 byte_str_t (const UnsizedByteStr& s, unsigned int l) in byte_str_t() function
294 byte_str_t (const unsigned char *s, unsigned int l) in byte_str_t() argument
296 byte_str_t (const hb_ubytes_t &ub) /* conversion from hb_ubytes_t */ in byte_str_t() argument
300 byte_str_t sub_str (unsigned int offset, unsigned int len_) const in sub_str()
303 bool check_limit (unsigned int offset, unsigned int count) const in check_limit()