Lines Matching refs:that
43 GlyphIterator::GlyphIterator(GlyphIterator &that) in GlyphIterator() argument
44 : glyphStorage(that.glyphStorage) in GlyphIterator()
46 direction = that.direction; in GlyphIterator()
47 position = that.position; in GlyphIterator()
48 nextLimit = that.nextLimit; in GlyphIterator()
49 prevLimit = that.prevLimit; in GlyphIterator()
51 glyphPositionAdjustments = that.glyphPositionAdjustments; in GlyphIterator()
52 srcIndex = that.srcIndex; in GlyphIterator()
53 destIndex = that.destIndex; in GlyphIterator()
54 lookupFlags = that.lookupFlags; in GlyphIterator()
55 featureMask = that.featureMask; in GlyphIterator()
56 glyphGroup = that.glyphGroup; in GlyphIterator()
57 glyphClassDefinitionTable = that.glyphClassDefinitionTable; in GlyphIterator()
58 markAttachClassDefinitionTable = that.markAttachClassDefinitionTable; in GlyphIterator()
61 GlyphIterator::GlyphIterator(GlyphIterator &that, FeatureMask newFeatureMask) in GlyphIterator() argument
62 : glyphStorage(that.glyphStorage) in GlyphIterator()
64 direction = that.direction; in GlyphIterator()
65 position = that.position; in GlyphIterator()
66 nextLimit = that.nextLimit; in GlyphIterator()
67 prevLimit = that.prevLimit; in GlyphIterator()
69 glyphPositionAdjustments = that.glyphPositionAdjustments; in GlyphIterator()
70 srcIndex = that.srcIndex; in GlyphIterator()
71 destIndex = that.destIndex; in GlyphIterator()
72 lookupFlags = that.lookupFlags; in GlyphIterator()
75 glyphClassDefinitionTable = that.glyphClassDefinitionTable; in GlyphIterator()
76 markAttachClassDefinitionTable = that.markAttachClassDefinitionTable; in GlyphIterator()
79 GlyphIterator::GlyphIterator(GlyphIterator &that, le_uint16 newLookupFlags) in GlyphIterator() argument
80 : glyphStorage(that.glyphStorage) in GlyphIterator()
82 direction = that.direction; in GlyphIterator()
83 position = that.position; in GlyphIterator()
84 nextLimit = that.nextLimit; in GlyphIterator()
85 prevLimit = that.prevLimit; in GlyphIterator()
87 glyphPositionAdjustments = that.glyphPositionAdjustments; in GlyphIterator()
88 srcIndex = that.srcIndex; in GlyphIterator()
89 destIndex = that.destIndex; in GlyphIterator()
91 featureMask = that.featureMask; in GlyphIterator()
92 glyphGroup = that.glyphGroup; in GlyphIterator()
93 glyphClassDefinitionTable = that.glyphClassDefinitionTable; in GlyphIterator()
94 markAttachClassDefinitionTable = that.markAttachClassDefinitionTable; in GlyphIterator()