X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fbidirectional-support.h;h=054f50d8e85ed72c6761337040c860ac838bd26a;hb=75fe6c4a2f784bd52ccf8eb16049317825338a6e;hp=864f6a36ccf42a96c7470caee0a920992e77a5af;hpb=8f2687c154d9fc859c58e5ee2fb42a18f9fe6e78;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/bidirectional-support.h b/dali-toolkit/internal/text/bidirectional-support.h index 864f6a3..054f50d 100644 --- a/dali-toolkit/internal/text/bidirectional-support.h +++ b/dali-toolkit/internal/text/bidirectional-support.h @@ -63,6 +63,8 @@ void SetBidirectionalInfo(const Vector& text, * @param[in] bidiLineIndex Index to the line's bidirectional info. * @param[in] startIndex The character from where the bidirectional info is set. * @param[in] numberOfCharacters The number of characters. + * @param[in] startIndexInSecondHalfLine The character from where the bidirectional info is set for the second half of line.. + * @param[in] numberOfCharactersInSecondHalfLine The number of characters for the second half of line.. * @param[in] direction The direction of the line. */ void ReorderLine(const BidirectionalParagraphInfoRun& bidirectionalParagraphInfo, @@ -70,6 +72,8 @@ void ReorderLine(const BidirectionalParagraphInfoRun& bidirectionalParagraphInfo BidirectionalLineRunIndex bidiLineIndex, CharacterIndex startIndex, Length numberOfCharacters, + CharacterIndex startIndexInSecondHalfLine, + Length numberOfCharactersInSecondHalfLine, CharacterDirection direction); /**