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.hh425 struct accelerator_templ_t struct
427 void init (hb_face_t *face) in init()
500 void fini () in fini()
510 bool is_valid () const { return blob != nullptr; } in is_valid()
513 hb_blob_t *blob;
514 hb_sanitize_context_t sc;
517 cff2_top_dict_values_t topDict;
518 const CFF2Subrs *globalSubrs;
519 const CFF2VariationStore *varStore;
520 const CFF2CharStrings *charStrings;
[all …]
Dhb-ot-cff1-table.hh1018 struct accelerator_templ_t struct
1020 void init (hb_face_t *face) in init()
1147 void fini () in fini()
1157 bool is_valid () const { return blob != nullptr; } in is_valid()
1158 bool is_CID () const { return topDict.is_CID (); } in is_CID()
1160 bool is_predef_charset () const { return topDict.CharsetOffset <= ExpertSubsetCharset; } in is_predef_charset()
1162 unsigned int std_code_to_glyph (hb_codepoint_t code) const in std_code_to_glyph()
1176 hb_blob_t *blob;
1177 hb_sanitize_context_t sc;
1180 const Charset *charset;
[all …]