Lines Matching refs:sequenceIndex
54095 sequenceIndex: r.uint16,
58937 …this.glyphIterator.increment(lookupRecord.sequenceIndex); // Get the lookup and setup flags for su…
58970 _proto25.match = function match(sequenceIndex, sequence, fn, matched) {
58972 var glyph = this.glyphIterator.increment(sequenceIndex);
58987 _proto25.sequenceMatches = function sequenceMatches(sequenceIndex, sequence) {
58988 return this.match(sequenceIndex, sequence, function (component, glyph) {
58992 _proto25.sequenceMatchIndices = function sequenceMatchIndices(sequenceIndex, sequence) {
58994 return this.match(sequenceIndex, sequence, function (component, glyph) {
59002 _proto25.coverageSequenceMatches = function coverageSequenceMatches(sequenceIndex, sequence) {
59004 return this.match(sequenceIndex, sequence, function (coverage, glyph) {
59028 _proto25.classSequenceMatches = function classSequenceMatches(sequenceIndex, sequence, classDef) {
59030 return this.match(sequenceIndex, sequence, function (classID, glyph) {
60977 _proto28.applyPositionValue = function applyPositionValue(sequenceIndex, value) {
60978 var position = this.positions[this.glyphIterator.peekIndex(sequenceIndex)];