Home
last modified time | relevance | path

Searched defs:numCodePoints (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
DComplexTextControllerLinux.h114 const unsigned numCodePoints() const { return m_item.item.length; } in numCodePoints() function
/external/webkit/Source/WebCore/platform/graphics/android/
DFontAndroid.cpp423 unsigned numCodePoints() const { return m_numCodePoints; } in numCodePoints() function in WebCore::TextRunWalker
935 int numCodePoints = static_cast<int>(walker.numCodePoints()); in selectionRectForComplexText() local