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

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DComplexTextControllerLinux.cpp326 void ComplexTextController::normalizeSpacesAndMirrorChars(const UChar* source, bool rtl, UChar* destination, int length) function in class:WebCore::ComplexTextController
392 normalizeSpacesAndMirrorChars(sourceText, originalRun.rtl(), normalizedBuffer.get(), normalizedBufferLength);
/external/webkit/Source/WebCore/platform/graphics/android/
H A DFontAndroid.cpp477 static void normalizeSpacesAndMirrorChars(const UChar* source, bool rtl,
871 void TextRunWalker::normalizeSpacesAndMirrorChars(const UChar* source, bool rtl, function in class:WebCore::TextRunWalker
937 normalizeSpacesAndMirrorChars(sourceText, originalRun.rtl(), normalizedBuffer.get(),

Completed in 47 milliseconds