Searched refs:doLayoutRunCached (Results 1 – 2 of 2) sorted by relevance
/frameworks/minikin/libs/minikin/ |
D | Layout.cpp | 55 doLayoutRunCached(textBuf, runInfo.range, runInfo.isRtl, paint, range.getStart(), in doLayout() 67 advance += doLayoutRunCached(textBuf, runInfo.range, runInfo.isRtl, paint, 0, startHyphen, in measureText() 73 float Layout::doLayoutRunCached(const U16StringPiece& textBuf, const Range& range, bool isRtl, in doLayoutRunCached() function in minikin::Layout
|
/frameworks/minikin/include/minikin/ |
D | Layout.h | 116 static float doLayoutRunCached(const U16StringPiece& textBuf, const Range& range, bool isRtl,
|