Lines Matching refs:rightToLeft
198 …essing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, in characterProcessing() argument
226 fakeGlyphStorage.allocateGlyphArray(count, rightToLeft, success); in characterProcessing()
245 … CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, reordered, fakeGlyphStorage); in characterProcessing()
256 if (rightToLeft) { in characterProcessing()
270 …outCharCount = canonGSUBTable->process(canonGSUBTable, fakeGlyphStorage, rightToLeft, scriptTag, l… in characterProcessing()
277 out = (rightToLeft? outCharCount - 1 : 0); in characterProcessing()
305 …Glyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, in computeGlyphs() argument
318 …le_int32 outCharCount = characterProcessing(chars, offset, count, max, rightToLeft, outChars, glyp… in computeGlyphs()
321 … mapCharsToGlyphs(outChars, 0, outCharCount, rightToLeft, rightToLeft, glyphStorage, success); in computeGlyphs()
324 mapCharsToGlyphs(chars, offset, count, rightToLeft, rightToLeft, glyphStorage, success); in computeGlyphs()
487 …tChars(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, in layoutChars() argument
505 glyphCount = computeGlyphs(chars, offset, count, max, rightToLeft, *fGlyphStorage, success); in layoutChars()
507 adjustGlyphPositions(chars, offset, count, rightToLeft, *fGlyphStorage, success); in layoutChars()