Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-cff-interp-common.hh291 struct byte_str_t : hb_ubytes_t struct
293 byte_str_t () in byte_str_t() argument
295 byte_str_t (const UnsizedByteStr& s, unsigned int l) in byte_str_t() argument
297 byte_str_t (const unsigned char *s, unsigned int l) in byte_str_t() argument
299 byte_str_t (const hb_ubytes_t &ub) /* conversion from hb_ubytes_t */ in byte_str_t() argument
303 byte_str_t sub_str (unsigned int offset, unsigned int len_) const in sub_str() argument
304 { return byte_str_t (hb_ubytes_t::sub_array (offset, len_)); } in sub_str()
317 str = byte_str_t (); in init()
324 byte_str_ref_t (const byte_str_t &str_, unsigned int offset_ = 0) in byte_str_ref_t()
327 void reset (const byte_str_t &str_, unsigned int offset_ = 0) in reset()
[all …]
Dhb-ot-cff-common.hh142 const byte_str_t &bs = byteArray[i]; in serialize()
160 byteArray[i] = byte_str_t (buffArray[i].arrayZ, buffArray[i].length); in serialize()
202 byte_str_t operator [] (unsigned int index) const in operator []()
204 if (unlikely (index >= count)) return Null (byte_str_t); in operator []()
205 return byte_str_t (data_base () + offset_at (index) - 1, length_at (index)); in operator []()
249 const byte_str_t operator [] (unsigned int index) const in operator []()
252 …return byte_str_t (CFFIndex<COUNT>::data_base () + CFFIndex<COUNT>::offset_at (index) - 1, CFFInde… in operator []()
253 return Null(byte_str_t); in operator []()
Dhb-ot-cff2-table.hh285 void init (const byte_str_t &str) in init()
445 byte_str_t topDictStr (cff2 + cff2->topDict, cff2->topDictSize); in init()
476 const byte_str_t fontDictStr = (*fdArray)[i]; in init()
486 …const byte_str_t privDictStr (StructAtOffsetOrNull<UnsizedByteStr> (cff2, font->privateDictInfo.of… in init()
Dhb-cff1-interp-cs.hh41 void init (const byte_str_t &str, ACC &acc, unsigned int fd) in init()
Dhb-ot-cff1-table.cc299 const byte_str_t str = (*cff->charStrings)[glyph]; in _get_bounds()
380 const byte_str_t str = (*charStrings)[glyph]; in get_seac_components()
Dhb-ot-cff2-table.cc115 const byte_str_t str = (*charStrings)[glyph]; in get_extents()
Dhb-subset-cff-common.hh110 void copy_str (const byte_str_t &str) in copy_str()
307 const byte_str_t str = (*acc.charStrings)[glyph]; in flatten()
663 const byte_str_t str = (*acc.charStrings)[glyph]; in subset()
Dhb-ot-cff1-table.hh1046 const byte_str_t topDictStr = (*topDictIndex)[0]; in init()
1105 byte_str_t fontDictStr = (*fdArray)[i]; in init()
1115 …const byte_str_t privDictStr (StructAtOffset<UnsizedByteStr> (cff, font->privateDictInfo.offset), … in init()
1133 …const byte_str_t privDictStr (StructAtOffset<UnsizedByteStr> (cff, font->privateDictInfo.offset), … in init()
Dhb-cff2-interp-cs.hh82 void init (const byte_str_t &str, ACC &acc, unsigned int fd, in init()
Dhb-cff-interp-cs-common.hh82 byte_str_t operator [] (unsigned int index) const in operator []()
85 return Null(byte_str_t); in operator []()
121 void init (const byte_str_t &str, const SUBRS *globalSubrs_, const SUBRS *localSubrs_) in init()
Dhb-subset-cff1.cc178 …supp_op.str = byte_str_t (&opstr.str + opstr.last_arg_offset, opstr.str.length - opstr.last_arg_of… in serialize()