Searched refs:doLayoutRunCached (Results 1 – 2 of 2) sorted by relevance
/frameworks/minikin/libs/minikin/ |
D | Layout.cpp | 201 doLayoutRunCached(textBuf, runInfo.range, runInfo.isRtl, paint, range.getStart(), in doLayout() 232 float run_advance = doLayoutRunCached(textBuf, runInfo.range, runInfo.isRtl, paint, 0, in measureText() 245 float Layout::doLayoutRunCached(const U16StringPiece& textBuf, const Range& range, bool isRtl, in doLayoutRunCached() function in minikin::Layout
|
/frameworks/minikin/include/minikin/ |
D | Layout.h | 185 static float doLayoutRunCached(const U16StringPiece& textBuf, const Range& range, bool isRtl,
|