Searched refs:doLayoutRunCached (Results 1 – 2 of 2) sorted by relevance
/frameworks/minikin/include/minikin/ |
D | Layout.h | 132 void doLayoutRunCached(const uint16_t* buf, size_t start, size_t count, size_t bufSize,
|
/frameworks/minikin/libs/minikin/ |
D | Layout.cpp | 593 doLayoutRunCached(buf, startRun, lengthRun, bufSize, isRtl, &ctx, in doLayout() 607 doLayoutRunCached(buf, start, count, bufSize, isRtl, &ctx, start); in doLayout() 612 void Layout::doLayoutRunCached(const uint16_t* buf, size_t start, size_t count, size_t bufSize, in doLayoutRunCached() function in android::Layout
|