Home
last modified time | relevance | path

Searched refs:runInfo (Results 1 – 1 of 1) sorted by relevance

/frameworks/minikin/libs/minikin/
DLayout.cpp236 for (const BidiText::RunInfo& runInfo : BidiText(textBuf, range, bidiFlags)) { in doLayout() local
237 doLayoutRunCached(textBuf, runInfo.range, runInfo.isRtl, paint, range.getStart(), in doLayout()
252 for (const BidiText::RunInfo& runInfo : BidiText(textBuf, range, bidiFlags)) { in doLayoutWithPrecomputedPieces() local
253 doLayoutRunCached(textBuf, runInfo.range, runInfo.isRtl, paint, range.getStart(), in doLayoutWithPrecomputedPieces()
265 for (const BidiText::RunInfo& runInfo : BidiText(textBuf, range, bidiFlags)) { in getBoundsWithPrecomputedPieces() local
266 advance += doLayoutRunCached(textBuf, runInfo.range, runInfo.isRtl, paint, 0, in getBoundsWithPrecomputedPieces()
278 for (const BidiText::RunInfo& runInfo : BidiText(textBuf, range, bidiFlags)) { in measureText() local
279 const size_t offset = range.toRangeOffset(runInfo.range.getStart()); in measureText()
282 advance += doLayoutRunCached(textBuf, runInfo.range, runInfo.isRtl, paint, 0, startHyphen, in measureText()