From 6292e1a966da86af7045c356fcad6ab8864089b8 Mon Sep 17 00:00:00 2001 From: Keisuke Kuroyanagi Date: Wed, 23 Sep 2015 16:27:07 -0700 Subject: Refactoring: Introduce helper class to iterate runs. This doesn't change current behavior. It's a preparation for the following CLs. Bug: 22408712 Change-Id: Ic018422254aa3904655f499194caad74f0c0fc5d --- include/minikin/Layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/minikin') diff --git a/include/minikin/Layout.h b/include/minikin/Layout.h index cdf4aac..83eb963 100644 --- a/include/minikin/Layout.h +++ b/include/minikin/Layout.h @@ -129,7 +129,7 @@ private: int findFace(FakedFont face, LayoutContext* ctx); // Lay out a single bidi run - void doLayoutRunCached(const uint16_t* buf, size_t start, size_t count, size_t bufSize, + void doLayoutRunCached(const uint16_t* buf, size_t runStart, size_t runLength, size_t bufSize, bool isRtl, LayoutContext* ctx, size_t dstStart); // Lay out a single word -- cgit v1.2.3