Home
last modified time | relevance | path

Searched defs:accelerator_templ_t (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-cff2-table.hh421 struct accelerator_templ_t struct
423 void init (hb_face_t *face) in init()
496 void fini () in fini()
505 bool is_valid () const { return blob != nullptr; } in is_valid()
508 hb_blob_t *blob;
509 hb_sanitize_context_t sc;
512 CFF2TopDictValues topDict;
513 const CFF2Subrs *globalSubrs;
514 const CFF2VariationStore *varStore;
515 const CFF2CharStrings *charStrings;
[all …]
Dhb-ot-cff1-table.hh998 struct accelerator_templ_t struct
1000 void init (hb_face_t *face) in init()
1127 void fini () in fini()
1137 bool is_valid () const { return blob != nullptr; } in is_valid()
1138 bool is_CID () const { return topDict.is_CID (); } in is_CID()
1140 bool is_predef_charset () const { return topDict.CharsetOffset <= ExpertSubsetCharset; } in is_predef_charset()
1142 unsigned int std_code_to_glyph (hb_codepoint_t code) const in std_code_to_glyph()
1156 hb_blob_t *blob;
1157 hb_sanitize_context_t sc;
1160 const Charset *charset;
[all …]