Home | History | Annotate | Download | only in layout

Lines Matching refs:le_bool

26     GlyphIterator(LEGlyphStorage &theGlyphStorage, GlyphPositionAdjustments *theGlyphPositionAdjustments, le_bool rightToLeft, le_uint16 theLookupFlags,
39 le_bool next(le_uint32 delta = 1);
40 le_bool prev(le_uint32 delta = 1);
41 le_bool findFeatureTag();
43 le_bool isRightToLeft() const;
44 le_bool ignoresMarks() const;
46 le_bool baselineIsLogicalEnd() const;
52 le_bool findMark2Glyph();
76 le_bool filterGlyph(le_uint32 index) const;
77 le_bool hasFeatureTag(le_bool matchGroup) const;
78 le_bool nextInternal(le_uint32 delta = 1);
79 le_bool prevInternal(le_uint32 delta = 1);