Lines Matching refs:LEUnicode
198 le_int32 LayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count… in characterProcessing()
199 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing()
222 const LEUnicode *inChars = &chars[offset]; in characterProcessing()
223 LEUnicode *reordered = NULL; in characterProcessing()
237 reordered = LE_NEW_ARRAY(LEUnicode, count); in characterProcessing()
287 outChars = LE_NEW_ARRAY(LEUnicode, outCharCount); in characterProcessing()
296 outChars[out] = (LEUnicode) LE_GET_GLYPH(fakeGlyphStorage[i]); in characterProcessing()
305 le_int32 LayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_i… in computeGlyphs()
317 LEUnicode *outChars = NULL; in computeGlyphs()
359 void LayoutEngine::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, l… in adjustGlyphPositions()
423 void LayoutEngine::adjustMarkGlyphs(const LEUnicode chars[], le_int32 charCount, le_bool reverse, L… in adjustMarkGlyphs()
470 void LayoutEngine::mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bo… in mapCharsToGlyphs()
487 le_int32 LayoutEngine::layoutChars(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int… in layoutChars()