Searched refs:byte_str_t (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-cff-interp-common.hh | 288 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() function 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() argument 301 { return byte_str_t (hb_ubytes_t::sub_array (offset, len_)); } in sub_str() 314 str = byte_str_t (); in init() 321 byte_str_ref_t (const byte_str_t &str_, unsigned int offset_ = 0) in byte_str_ref_t() 324 void reset (const byte_str_t &str_, unsigned int offset_ = 0) in reset() [all …]
|
D | hb-ot-cff-common.hh | 148 const byte_str_t &bs = byteArray[i]; in serialize() 165 byteArray[i] = byte_str_t (buffArray[i].arrayZ, buffArray[i].length); in serialize() 185 serialize_header(c, + it | hb_map ([] (const byte_str_t &_) { return _.length; })); in serialize() 201 | hb_map ([] (const str_buff_t &_) { return byte_str_t (_.arrayZ, _.length); }) in serialize() 272 byte_str_t operator [] (unsigned int index) const in operator []() 274 if (unlikely (index >= count)) return Null (byte_str_t); in operator []() 275 return byte_str_t (data_base () + offset_at (index) - 1, length_at (index)); in operator []() 320 const byte_str_t operator [] (unsigned int index) const in operator []() 323 …return byte_str_t (CFFIndex<COUNT>::data_base () + CFFIndex<COUNT>::offset_at (index) - 1, CFFInde… in operator []() 324 return Null (byte_str_t); in operator []()
|
D | hb-ot-cff2-table.hh | 250 void init (const byte_str_t &str) in init() 418 byte_str_t topDictStr (cff2 + cff2->topDict, cff2->topDictSize); in init() 450 const byte_str_t fontDictStr = (*fdArray)[i]; in init() 460 …const byte_str_t privDictStr (StructAtOffsetOrNull<UnsizedByteStr> (cff2, font->privateDictInfo.of… in init()
|
D | hb-ot-cff2-table.cc | 116 const byte_str_t str = (*charStrings)[glyph]; in get_extents() 207 const byte_str_t str = (*charStrings)[glyph]; in get_path()
|
D | hb-ot-cff1-table.cc | 399 const byte_str_t str = (*cff->charStrings)[glyph]; in _get_bounds() 546 const byte_str_t str = (*cff->charStrings)[glyph]; in _get_path() 604 const byte_str_t str = (*charStrings)[glyph]; in get_seac_components()
|
D | hb-ot-cff1-table.hh | 1027 const byte_str_t topDictStr = (*topDictIndex)[0]; in init() 1101 byte_str_t fontDictStr = (*fdArray)[i]; in init() 1111 …const byte_str_t privDictStr (StructAtOffset<UnsizedByteStr> (cff, font->privateDictInfo.offset), … in init() 1129 …const byte_str_t privDictStr (StructAtOffset<UnsizedByteStr> (cff, font->privateDictInfo.offset), … in init() 1290 byte_str_t ustr = (*stringIndex)[sid - cff1_std_strings_length]; in init() 1323 byte_str_t ubyte_str = (*stringIndex)[sid - cff1_std_strings_length]; in get_glyph_name()
|
D | hb-cff1-interp-cs.hh | 41 void init (const byte_str_t &str, ACC &acc, unsigned int fd) in init()
|
D | hb-subset-cff-common.hh | 110 void copy_str (const byte_str_t &str) in copy_str() 256 const byte_str_t str = (*acc.charStrings)[glyph]; in flatten() 630 const byte_str_t str = (*acc.charStrings)[glyph]; in subset()
|
D | hb-cff2-interp-cs.hh | 82 void init (const byte_str_t &str, ACC &acc, unsigned int fd, in init()
|
D | hb-cff-interp-cs-common.hh | 82 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()
|
D | hb-subset-cff1.cc | 172 …supp_op.str = byte_str_t (&opstr.str + opstr.last_arg_offset, opstr.str.length - opstr.last_arg_of… in serialize()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 30275 byte_str_t str; 33063 const byte_str_t str = (*cff->charStrings)[glyph]; 33238 const byte_str_t str = (*charStrings)[glyph]; 33269 byte_str_t topDictStr (cff2 + cff2->topDict, cff2->topDictSize); 33300 const byte_str_t fontDictStr = (*fdArray)[i]; 33313 …const byte_str_t privDictStr (StructAtOffsetOrNull<UnsizedByteStr> (cff2, font->privateDictInfo.of…
|