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

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DComplexTextControllerLinux.h131 static const TextRun& getNormalizedTextRun(const TextRun& originalRun, OwnPtr<TextRun>& normalizedRun, OwnArrayPtr<UChar>& normalizedBuffer);
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.cpp506 static const TextRun& getNormalizedTextRun(const TextRun& originalRun,
543 , m_run(getNormalizedTextRun(run, m_normalizedRun, m_normalizedBuffer))
911 const TextRun& TextRunWalker::getNormalizedTextRun(const TextRun& originalRun, function in class:WebCore::TextRunWalker

Completed in 69 milliseconds