Searched refs:normalizeSpacesAndMirrorChars (Results 1 - 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
H A D | ComplexTextControllerLinux.h | 130 static void normalizeSpacesAndMirrorChars(const UChar* source, bool rtl, UChar* destination, int length);
|
H A D | ComplexTextControllerLinux.cpp | 326 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/fonts/ |
H A D | FontAndroid.cpp | 504 static void normalizeSpacesAndMirrorChars(const UChar* source, bool rtl, 887 void TextRunWalker::normalizeSpacesAndMirrorChars(const UChar* source, bool rtl, function in class:WebCore::TextRunWalker 957 normalizeSpacesAndMirrorChars(sourceText, originalRun.rtl(), normalizedBuffer.get(),
|
Completed in 165 milliseconds