HomeSort by relevance Sort by last modified time
    Searched defs:m_run (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
WidthIterator.h 48 const TextRun& m_run; member in struct:WebCore::WidthIterator
  /external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.h 64 const TextRun& m_run; member in class:WebCore::UniscribeController
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.h 89 bool rtl() const { return m_run.rtl(); }
141 ssize_t m_indexOfNextScriptRun; // Indexes the script run in |m_run|.
148 const TextRun& m_run; member in class:WebCore::ComplexTextController
157 String m_smallCapsString; // substring of m_run converted to small caps.
FontChromiumWin.cpp 314 const TextRun& m_run; member in class:WebCore::__anon17842::TransparencyAwareUniscribePainter
327 , m_run(run)
347 UniscribeHelperTextRun state(m_run, *m_font);
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.h 153 const TextRun& m_run; member in class:WebCore::ComplexTextController
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 463 bool rtl() const { return m_run.rtl(); }
516 ssize_t m_indexOfNextScriptRun; // Indexes the script run in |m_run|.
526 const TextRun& m_run; member in class:WebCore::TextRunWalker
543 , m_run(getNormalizedTextRun(run, m_normalizedRun, m_normalizedBuffer))
544 , m_iterateBackwards(m_run.rtl())
551 // Do not use |run| inside this constructor. Use |m_run| instead.
558 createGlyphArrays((m_run.length() + 2) * 2);
560 m_item.log_clusters = new unsigned short[m_run.length()];
565 m_item.item.bidiLevel = m_run.rtl();
567 m_item.string = m_run.characters()
    [all...]

Completed in 200 milliseconds