HomeSort by relevance Sort by last modified time
    Searched defs:doLayoutWithPrecomputedPieces (Results 1 - 2 of 2) sorted by null

  /frameworks/minikin/tests/unittest/
LayoutTest.cpp 56 static Layout doLayoutWithPrecomputedPieces(const std::string& text, const MinikinPaint& paint,
61 layout.doLayoutWithPrecomputedPieces(utf16, range, Bidi::FORCE_LTR, paint,
567 Layout outLayout = doLayoutWithPrecomputedPieces("I", MinikinPaint(fc), pieces);
578 Layout outLayout = doLayoutWithPrecomputedPieces("II", MinikinPaint(fc), pieces);
591 Layout outLayout = doLayoutWithPrecomputedPieces("I I", MinikinPaint(fc), pieces);
608 Layout outLayout = doLayoutWithPrecomputedPieces("I V", MinikinPaint(fc), pieces);
  /frameworks/minikin/libs/minikin/
Layout.cpp 243 void Layout::doLayoutWithPrecomputedPieces(const U16StringPiece& textBuf, const Range& range,
    [all...]

Completed in 90 milliseconds