Searched refs:scriptList (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-layout-jstf-table.hh200 { return scriptList.len; }
202 { return scriptList.get_tag (i); }
206 { return scriptList.get_tags (start_offset, script_count, script_tags); }
208 { return this+scriptList[i].offset; }
210 { return scriptList.find_index (tag, index); }
217 scriptList.sanitize (c, this));
224 scriptList; /* Array of JstfScripts--listed member in struct:OT::JSTF
227 DEFINE_SIZE_ARRAY (6, scriptList);
H A Dhb-ot-layout-gsubgpos-private.hh2248 { return (this+scriptList).len; }
2250 { return (this+scriptList).get_tag (i); }
2254 { return (this+scriptList).get_tags (start_offset, script_count, script_tags); }
2256 { return (this+scriptList)[i]; }
2258 { return (this+scriptList).find_index (tag, index); }
2301 scriptList.sanitize (c, this) &&
2311 scriptList; /* ScriptList table */ member in struct:OT::GSUBGPOS

Completed in 99 milliseconds