Lines Matching refs:that

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