Searched refs:doLayoutWithPrecomputedPieces (Results 1 – 4 of 4) sorted by relevance
/frameworks/minikin/tests/unittest/ |
D | LayoutTest.cpp | 56 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/ |
D | MeasuredText.cpp | 62 layout->doLayoutWithPrecomputedPieces(textBuf, range, bidiFlags, paint, startHyphen, endHyphen, in buildLayout()
|
D | Layout.cpp | 243 void Layout::doLayoutWithPrecomputedPieces(const U16StringPiece& textBuf, const Range& range, in doLayoutWithPrecomputedPieces() function in minikin::Layout
|
/frameworks/minikin/include/minikin/ |
D | Layout.h | 91 void doLayoutWithPrecomputedPieces(const U16StringPiece& str, const Range& range,
|