Home
last modified time | relevance | path

Searched refs:currentBest (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DTextWrapper.cpp507 std::vector<SkScalar> currentBest; in moveForward() local
540 UpdateSolution(bestLocalScore, overallScore, currentBest); in moveForward()
565 UpdateSolution(bestLocalScore, overallScore, currentBest); in moveForward()
569 current_ = currentBest; in moveForward()
608 void UpdateSolution(int64_t& bestLocalScore, const int64_t overallScore, std::vector<SkScalar>& currentBest) in moveForward()
612 currentBest = current_; in moveForward()

Completed in 2 milliseconds