Home | History | Annotate | Download | only in layout

Lines Matching defs:GlyphIterator

24 class GlyphIterator : public UMemory {
26 GlyphIterator(LEGlyphStorage &theGlyphStorage, GlyphPositionAdjustments *theGlyphPositionAdjustments, le_bool rightToLeft, le_uint16 theLookupFlags,
29 GlyphIterator(GlyphIterator &that);
31 GlyphIterator(GlyphIterator &that, FeatureMask newFeatureMask);
33 GlyphIterator(GlyphIterator &that, le_uint16 newLookupFlags);
35 virtual ~GlyphIterator();
98 GlyphIterator &operator=(const GlyphIterator &other); // forbid copying of this class