summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2015-10-01 20:11:50 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-10-01 20:11:50 +0000
commit7c8ac67a9022590d32d25e61094f29f7af42357d (patch)
treef2c4297fa92840c7acc78504605106e32edc8ed4 /include
parent741694870ad1037920ff5a2de32975c85b18ebee (diff)
parent6292e1a966da86af7045c356fcad6ab8864089b8 (diff)
downloadandroid_frameworks_minikin-7c8ac67a9022590d32d25e61094f29f7af42357d.tar.gz
android_frameworks_minikin-7c8ac67a9022590d32d25e61094f29f7af42357d.tar.bz2
android_frameworks_minikin-7c8ac67a9022590d32d25e61094f29f7af42357d.zip
Merge "Refactoring: Introduce helper class to iterate runs."
Diffstat (limited to 'include')
-rw-r--r--include/minikin/Layout.h2
1 files changed, 1 insertions, 1 deletions
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