Home
last modified time | relevance | path

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

/frameworks/minikin/include/minikin/
DLayout.h95 static std::pair<float, MinikinRect> getBoundsWithPrecomputedPieces(const U16StringPiece& str,
DMeasuredText.h95 return Layout::getBoundsWithPrecomputedPieces(text, range, bidiFlag, mPaint, pieces); in getBounds()
/frameworks/minikin/libs/minikin/
DLayout.cpp258 std::pair<float, MinikinRect> Layout::getBoundsWithPrecomputedPieces(const U16StringPiece& textBuf, in getBoundsWithPrecomputedPieces() function in minikin::Layout