HomeSort by relevance Sort by last modified time
    Searched refs:normalizedBufferLength (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp 380 int normalizedBufferLength;
383 normalizedBufferLength = originalRun.length();
386 normalizedBufferLength = normalizedString.length();
390 normalizedBuffer = adoptArrayPtr(new UChar[normalizedBufferLength + 1]);
392 normalizeSpacesAndMirrorChars(sourceText, originalRun.rtl(), normalizedBuffer.get(), normalizedBufferLength);
395 normalizedRun->setText(normalizedBuffer.get(), normalizedBufferLength);
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp     [all...]

Completed in 854 milliseconds