Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff2-table.hh428 charStrings = &StructAtOffsetOrNull<CFF2CharStrings> (cff2, topDict.charStringsOffset); in init()
433 (charStrings == &Null (CFF2CharStrings)) || unlikely (!charStrings->sanitize (&sc)) || in init()
439 num_glyphs = charStrings->count; in init()
494 const CFF2CharStrings *charStrings; member
Dhb-ot-cff2-table.cc116 const byte_str_t str = (*charStrings)[glyph]; in get_extents()
207 const byte_str_t str = (*charStrings)[glyph]; in get_path()
Dhb-ot-cff1-table.cc399 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()
Dhb-ot-cff1-table.hh1082 charStrings = &StructAtOffsetOrNull<CFF1CharStrings> (cff, topDict.charStringsOffset); in init()
1084 if ((charStrings == &Null (CFF1CharStrings)) || unlikely (!charStrings->sanitize (&sc))) in init()
1087 num_glyphs = charStrings->count; in init()
1258 const CFF1CharStrings *charStrings; member
Dhb-subset-cff-common.hh256 const byte_str_t str = (*acc.charStrings)[glyph]; in flatten()
630 const byte_str_t str = (*acc.charStrings)[glyph]; in subset()
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt1735 charStrings
/third_party/chromium/patch/
D0001-cve.patch33063 const byte_str_t str = (*cff->charStrings)[glyph];
33120 - const CFF1CharStrings *charStrings;
33130 + const CFF1CharStrings *charStrings = nullptr;
33238 const byte_str_t str = (*charStrings)[glyph];
33287 num_glyphs = charStrings->count;
33361 - const CFF2CharStrings *charStrings;
33367 + const CFF2CharStrings *charStrings = nullptr;