Home | History | Annotate | Download | only in layout

Lines Matching refs:glyphStorage

173      * @param glyphStorage - the object that holds the per-glyph storage. The character index array may be set.
181 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
199 * @param glyphStorage - the object which holds the per-glyph storage. The glyph and char indices arrays
209 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
217 * @param glyphStorage - the object which holds the per-glyph storage. The glyph position array will be set.
224 virtual void positionGlyphs(LEGlyphStorage &glyphStorage, float x, float y, LEErrorCode &success);
240 * @param glyphStorage - the object which holds the per-glyph storage. The glyph positions will be
246 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
279 * @param glyphStorage - the object which holds the per-glyph storage. The glyph and char
287 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool mirror, LEGlyphStorage &glyphStorage, LEErrorCode &success);
294 * @param glyphStorage - the object containing the per-glyph storage. The positions array will be modified.
302 static void adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success);
314 * @param glyphStorage - the object containing the per-glyph storage. The positions array will be modified.
323 static void adjustMarkGlyphs(const LEUnicode chars[], le_int32 charCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success);