Home
last modified time | relevance | path

Searched refs:CharsetOffset (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-cff1-table.hh724 CharsetOffset = 0; in init()
739 unsigned int CharsetOffset; member
801 dictval.CharsetOffset = env.argStack.pop_uint (); in process_op()
803 if (unlikely (dictval.CharsetOffset == 0)) return; in process_op()
1058 charset = &StructAtOffsetOrNull<Charset> (cff, topDict.CharsetOffset); in init()
1160 bool is_predef_charset () const { return topDict.CharsetOffset <= ExpertSubsetCharset; } in is_predef_charset()
1170 else if ((topDict.CharsetOffset == ISOAdobeCharset) in std_code_to_glyph()
1259 switch (topDict.CharsetOffset) in glyph_to_sid()
Dhb-subset-cff1.cc775 offsets.charsetInfo.offset = acc.topDict.CharsetOffset; in create()