Home
last modified time | relevance | path

Searched refs:findNextRunIndex (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextController.h132 unsigned findNextRunIndex(unsigned runIndex) const;
DComplexTextController.cpp413 unsigned ComplexTextController::findNextRunIndex(unsigned runIndex) const in findNextRunIndex() function in WebCore::ComplexTextController
466 m_runIndices.uncheckedAppend(findNextRunIndex(m_runIndices.last())); in indexOfCurrentRun()