Lines Matching refs:delta
71 le_uint32 delta = 0; in applySubtable() local
82 delta = subtable->process(glyphIterator, fontInstance); in applySubtable()
90 delta = subtable->process(glyphIterator, fontInstance); in applySubtable()
98 delta = subtable->process(glyphIterator, fontInstance); in applySubtable()
106 delta = subtable->process(glyphIterator, fontInstance); in applySubtable()
114 delta = subtable->process(glyphIterator, fontInstance); in applySubtable()
122 delta = subtable->process(glyphIterator, fontInstance); in applySubtable()
130 delta = subtable->process(this, glyphIterator, fontInstance, success); in applySubtable()
138 delta = subtable->process(this, glyphIterator, fontInstance, success); in applySubtable()
146 delta = subtable->process(this, lookupType, glyphIterator, fontInstance, success); in applySubtable()
154 return delta; in applySubtable()