Searched refs:getBoundsWithPrecomputedPieces (Results 1 – 3 of 3) sorted by relevance
95 static std::pair<float, MinikinRect> getBoundsWithPrecomputedPieces(const U16StringPiece& str,
95 return Layout::getBoundsWithPrecomputedPieces(text, range, bidiFlag, mPaint, pieces); in getBounds()
258 std::pair<float, MinikinRect> Layout::getBoundsWithPrecomputedPieces(const U16StringPiece& textBuf, in getBoundsWithPrecomputedPieces() function in minikin::Layout