Searched defs:getNormalizedTextRun (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DComplexTextControllerLinux.cpp51 , m_run(getNormalizedTextRun(run, m_normalizedRun, m_normalizedBuffer))
347 const TextRun& ComplexTextController::getNormalizedTextRun(const TextRun& originalRun, OwnPtr<TextRun>& normalizedRun, OwnArrayPtr<UChar>& normalizedBuffer) function in class:WebCore::ComplexTextController
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp493 static const TextRun& getNormalizedTextRun(const TextRun& originalRun,
546 , m_run(getNormalizedTextRun(run, m_normalizedRun, m_normalizedBuffer))
964 const TextRun& TextRunWalker::getNormalizedTextRun(const TextRun& originalRun, function in class:WebCore::TextRunWalker

Completed in 20 milliseconds