Home
last modified time | relevance | path

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

/frameworks/minikin/tests/unittest/
DLayoutTest.cpp56 static Layout doLayoutWithPrecomputedPieces(const std::string& text, const MinikinPaint& paint, in doLayoutWithPrecomputedPieces() function
61 layout.doLayoutWithPrecomputedPieces(utf16, range, Bidi::FORCE_LTR, paint, in doLayoutWithPrecomputedPieces()
567 Layout outLayout = doLayoutWithPrecomputedPieces("I", MinikinPaint(fc), pieces); in TEST_F()
578 Layout outLayout = doLayoutWithPrecomputedPieces("II", MinikinPaint(fc), pieces); in TEST_F()
591 Layout outLayout = doLayoutWithPrecomputedPieces("I I", MinikinPaint(fc), pieces); in TEST_F()
608 Layout outLayout = doLayoutWithPrecomputedPieces("I V", MinikinPaint(fc), pieces); in TEST_F()
/frameworks/minikin/libs/minikin/
DMeasuredText.cpp62 layout->doLayoutWithPrecomputedPieces(textBuf, range, bidiFlags, paint, startHyphen, endHyphen, in buildLayout()
DLayout.cpp243 void Layout::doLayoutWithPrecomputedPieces(const U16StringPiece& textBuf, const Range& range, in doLayoutWithPrecomputedPieces() function in minikin::Layout
/frameworks/minikin/include/minikin/
DLayout.h91 void doLayoutWithPrecomputedPieces(const U16StringPiece& str, const Range& range,