Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-cff2-table.hh394 struct accelerator_templ_t struct
396 static constexpr hb_tag_t tableTag = cff2::tableTag;
398 accelerator_templ_t (hb_face_t *face) in accelerator_templ_t() function
475 ~accelerator_templ_t () { _fini (); } in ~accelerator_templ_t()
476 void _fini () in _fini()
486 hb_vector_t<uint16_t> *create_glyph_to_sid_map () const in create_glyph_to_sid_map()
491 hb_blob_t *get_blob () const { return blob; } in get_blob()
493 bool is_valid () const { return blob; } in is_valid()
496 hb_sanitize_context_t sc;
499 hb_blob_t *blob = nullptr;
[all …]
H A Dhb-ot-cff1-table.hh1062 struct accelerator_templ_t struct
1064 static constexpr hb_tag_t tableTag = cff1::tableTag;
1066 accelerator_templ_t (hb_face_t *face) in accelerator_templ_t() argument
1209 ~accelerator_templ_t () { _fini (); } in ~accelerator_templ_t()
1210 void _fini () in _fini()
1220 hb_blob_t *get_blob () const { return blob; } in get_blob()
1222 bool is_valid () const { return blob; } in is_valid()
1223 bool is_CID () const { return topDict.is_CID (); } in is_CID()
1225 bool is_predef_charset () const { return topDict.CharsetOffset <= ExpertSubsetCharset; } in is_predef_charset()
1227 unsigned int std_code_to_glyph (hb_codepoint_t code) const in std_code_to_glyph()
[all …]