Home | History | Annotate | Download | only in layout

Lines Matching refs:mapper

220      * <code>mapCharToGlyph(ch, mapper)</code> on each one. It also handles surrogate
230 * @param mapper - the character mapper.
238 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const;
243 * method calls the mapper, and then calls <code>mapCharToGlyph(mappedCh)</code>.
246 * @param mapper - the character mapper
255 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
260 * method calls the mapper, and then calls <code>mapCharToGlyph(mappedCh)</code>.
263 * @param mapper - the character mapper
271 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;