Home
last modified time | relevance | path

Searched defs:JSTF (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-jstf-table.hh196 struct JSTF struct
198 enum { tableTag = HB_OT_TAG_JSTF };
200 unsigned int get_script_count () const in get_script_count()
202 const Tag& get_script_tag (unsigned int i) const in get_script_tag()
204 unsigned int get_script_tags (unsigned int start_offset, in get_script_tags()
208 const JstfScript& get_script (unsigned int i) const in get_script()
210 bool find_script_index (hb_tag_t tag, unsigned int *index) const in find_script_index()
213 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
222 FixedVersion<>version; /* Version of the JSTF table--initially set
225 scriptList; /* Array of JstfScripts--listed
/external/sfntly/cpp/src/sfntly/
Dtag.cc49 const int32_t Tag::JSTF = TAG('J', 'S', 'T', 'F'); member in sfntly::Tag
Dtag.h63 static const int32_t JSTF; member