Lines Matching refs:LEGlyphStorage

10 #include "LEGlyphStorage.h"
14 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LEGlyphStorage)
21 LEGlyphStorage::LEGlyphStorage()
28 LEGlyphStorage::~LEGlyphStorage()
33 void LEGlyphStorage::reset()
65 void LEGlyphStorage::allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success)
126 le_int32 LEGlyphStorage::allocatePositions(LEErrorCode &success)
148 le_int32 LEGlyphStorage::allocateAuxData(LEErrorCode &success)
169 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const
192 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const
212 void LEGlyphStorage::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const
235 void LEGlyphStorage::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const
254 LEGlyphID LEGlyphStorage::getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const
273 void LEGlyphStorage::setGlyphID(le_int32 glyphIndex, LEGlyphID glyphID, LEErrorCode &success)
292 le_int32 LEGlyphStorage::getCharIndex(le_int32 glyphIndex, LEErrorCode &success) const
311 void LEGlyphStorage::setCharIndex(le_int32 glyphIndex, le_int32 charIndex, LEErrorCode &success)
330 void LEGlyphStorage::getAuxData(le_uint32 auxData[], LEErrorCode &success) const
349 le_uint32 LEGlyphStorage::getAuxData(le_int32 glyphIndex, LEErrorCode &success) const
368 void LEGlyphStorage::setAuxData(le_int32 glyphIndex, le_uint32 auxData, LEErrorCode &success)
387 void LEGlyphStorage::getGlyphPositions(float positions[], LEErrorCode &success) const
406 void LEGlyphStorage::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const
426 void LEGlyphStorage::setPosition(le_int32 glyphIndex, float x, float y, LEErrorCode &success)
441 void LEGlyphStorage::adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success)
456 void LEGlyphStorage::adoptGlyphArray(LEGlyphStorage &from)
473 void LEGlyphStorage::adoptCharIndicesArray(LEGlyphStorage &from)
483 void LEGlyphStorage::adoptPositionArray(LEGlyphStorage &from)
493 void LEGlyphStorage::adoptAuxDataArray(LEGlyphStorage &from)
503 void LEGlyphStorage::adoptGlyphCount(LEGlyphStorage &from)
508 void LEGlyphStorage::adoptGlyphCount(le_int32 newGlyphCount)
513 // Move a glyph to a different position in the LEGlyphStorage ( used for Indic v2 processing )
515 void LEGlyphStorage::moveGlyph(le_int32 fromPosition, le_int32 toPosition, le_uint32 marker )
546 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount)
553 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& success)
558 le_int32 LEGlyphStorage::applyInsertions()
602 // probably better to just document that for LEGlyphStorage and GlyphIterator...
615 le_bool LEGlyphStorage::applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID newGlyphs[])
625 // probably better to just document that for LEGlyphStorage and GlyphIterator...