Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-post-table.hh131 hb_bytes_t s = find_glyph_name (glyph); in get_glyph_name()
170 hb_bytes_t st (name, len); in get_glyph_from_name()
206 const hb_bytes_t *key = (const hb_bytes_t *) pk; in cmp_key()
211 hb_bytes_t find_glyph_name (hb_codepoint_t glyph) const in find_glyph_name()
216 return hb_bytes_t (); in find_glyph_name()
222 return hb_bytes_t (); in find_glyph_name()
230 return hb_bytes_t (); in find_glyph_name()
237 return hb_bytes_t ((const char *) data, name_length); in find_glyph_name()
Dhb-string-array.hh69 static inline hb_bytes_t
73 return hb_bytes_t (HB_STRING_ARRAY_POOL_NAME.str + HB_STRING_ARRAY_OFFS_NAME[i], in HB_STRING_ARRAY_NAME()
Dhb-blob.hh62 hb_bytes_t as_bytes () const in as_bytes()
63 { return hb_bytes_t (data, length); } in as_bytes()
Dhb-ot-name.cc69 hb_ot_name_convert_utf (hb_bytes_t bytes, in hb_ot_name_convert_utf()
129 hb_bytes_t bytes = name.get_name (idx); in hb_ot_name_get_utf()
Dhb-ot-name-table.hh247 hb_bytes_t get_name (unsigned int idx) const in get_name()
251 const hb_bytes_t string_pool (pool, pool_len); in get_name()
Dhb-machinery.hh632 hb_bytes_t copy_bytes () const in copy_bytes()
640 return hb_bytes_t (); in copy_bytes()
641 return hb_bytes_t ((char *) p, len); in copy_bytes()
Dhb-array.hh270 typedef hb_array_t<const char> hb_bytes_t; typedef