Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-cff-interp-common.hh300 struct ByteStr struct
302 ByteStr () in ByteStr() function
304 ByteStr (const UnsizedByteStr& s, unsigned int l) in ByteStr() argument
306 ByteStr (const char *s, unsigned int l=0) in ByteStr() argument
309 ByteStr (const ByteStr &bs, unsigned int offset, unsigned int len_) in ByteStr() function
325 bool serialize (hb_serialize_context_t *c, const ByteStr &src) in serialize() argument
351 str = ByteStr (0); in init()
358 SubByteStr (const ByteStr &str_, unsigned int offset_ = 0) in SubByteStr()
361 void reset (const ByteStr &str_, unsigned int offset_ = 0) in reset()
378 operator ByteStr () const { return ByteStr (str, offset, str.len - offset); } in operator ByteStr()
[all …]
Dhb-ot-cff-common.hh151 ByteStr *dest = c->start_embed<ByteStr> (); in serialize()
169 byteArray[i] = ByteStr (buffArray[i].arrayZ (), buffArray[i].len); in serialize()
213 ByteStr operator [] (unsigned int index) const in operator []()
216 return ByteStr (data_base () + offset_at (index) - 1, length_at (index)); in operator []()
218 return Null(ByteStr); in operator []()
258 const ByteStr operator [] (unsigned int index) const in operator []()
261 …return ByteStr (CFFIndex<COUNT>::data_base () + CFFIndex<COUNT>::offset_at (index) - 1, CFFIndex<C… in operator []()
262 return Null(ByteStr); in operator []()
Dhb-ot-cff2-table.hh281 void init (const ByteStr &str) in init()
441 ByteStr topDictStr (cff2 + cff2->topDict, cff2->topDictSize); in init()
472 const ByteStr fontDictStr = (*fdArray)[i]; in init()
482 …const ByteStr privDictStr (StructAtOffsetOrNull<UnsizedByteStr> (cff2, font->privateDictInfo.offse… in init()
Dhb-ot-cff1-table.cc296 const ByteStr str = (*cff->charStrings)[glyph]; in _get_bounds()
372 const ByteStr str = (*charStrings)[glyph]; in get_seac_components()
Dhb-cff1-interp-cs.hh41 void init (const ByteStr &str, ACC &acc, unsigned int fd) in init()
Dhb-ot-cff2-table.cc108 const ByteStr str = (*charStrings)[glyph]; in get_extents()
Dhb-subset-cff-common.hh110 void copy_str (const ByteStr &str) in copy_str()
305 const ByteStr str = (*acc.charStrings)[glyph]; in flatten()
669 const ByteStr str = (*acc.charStrings)[glyph]; in subset()
Dhb-ot-cff1-table.hh1026 const ByteStr topDictStr = (*topDictIndex)[0]; in init()
1085 ByteStr fontDictStr = (*fdArray)[i]; in init()
1095 …const ByteStr privDictStr (StructAtOffset<UnsizedByteStr> (cff, font->privateDictInfo.offset), fon… in init()
1113 …const ByteStr privDictStr (StructAtOffset<UnsizedByteStr> (cff, font->privateDictInfo.offset), fon… in init()
Dhb-cff2-interp-cs.hh82 void init (const ByteStr &str, ACC &acc, unsigned int fd, in init()
Dhb-cff-interp-cs-common.hh82 ByteStr operator [] (unsigned int index) const in operator []()
85 return Null(ByteStr); in operator []()
121 void init (const ByteStr &str, const SUBRS &globalSubrs_, const SUBRS &localSubrs_) in init()
Dhb-subset-cff1.cc876 const ByteStr NULL_SUBR (RETURN_OP, 1); in _write_cff1()