Searched refs:ByteStr (Results 1 – 11 of 11) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-cff-interp-common.hh | 300 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 …]
|
D | hb-ot-cff-common.hh | 151 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 []()
|
D | hb-ot-cff2-table.hh | 281 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()
|
D | hb-ot-cff1-table.cc | 296 const ByteStr str = (*cff->charStrings)[glyph]; in _get_bounds() 372 const ByteStr str = (*charStrings)[glyph]; in get_seac_components()
|
D | hb-cff1-interp-cs.hh | 41 void init (const ByteStr &str, ACC &acc, unsigned int fd) in init()
|
D | hb-ot-cff2-table.cc | 108 const ByteStr str = (*charStrings)[glyph]; in get_extents()
|
D | hb-subset-cff-common.hh | 110 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()
|
D | hb-ot-cff1-table.hh | 1026 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()
|
D | hb-cff2-interp-cs.hh | 82 void init (const ByteStr &str, ACC &acc, unsigned int fd, in init()
|
D | hb-cff-interp-cs-common.hh | 82 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()
|
D | hb-subset-cff1.cc | 876 const ByteStr NULL_SUBR (RETURN_OP, 1); in _write_cff1()
|