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

  /external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.h 47 float runWidthSoFar() const { return m_runWidthSoFar; }
79 float m_runWidthSoFar;
UniscribeController.cpp 51 , m_runWidthSoFar(0)
86 if (m_offsetX >= m_runWidthSoFar && m_run.ltr() || m_offsetX < 0 && m_run.rtl())
289 float leftEdge = m_runWidthSoFar;
336 m_runWidthSoFar += advance;
359 while (m_computingOffsetPosition && m_offsetX >= leftEdge && m_offsetX < m_runWidthSoFar) {
  /external/webkit/Source/WebCore/platform/graphics/
WidthIterator.h 52 float m_runWidthSoFar;
WidthIterator.cpp 49 , m_runWidthSoFar(0)
133 width = tabWidth - fmodf(m_run.xPos() + m_runWidthSoFar, tabWidth);
171 m_runWidthSoFar += m_expansionPerOpportunity;
209 m_runWidthSoFar += width;
FontFastPath.cpp 331 float beforeWidth = it.m_runWidthSoFar;
337 float afterWidth = it.m_runWidthSoFar;
341 initialAdvance = it.m_runWidthSoFar - afterWidth;
461 return it.m_runWidthSoFar;
468 float beforeWidth = it.m_runWidthSoFar;
470 float afterWidth = it.m_runWidthSoFar;
475 float totalWidth = it.m_runWidthSoFar;
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.h 59 float runWidthSoFar() const { return m_runWidthSoFar; }
172 float m_runWidthSoFar;
ComplexTextController.cpp 60 , m_runWidthSoFar(0)
91 m_runWidthSoFar = m_leadingExpansion;
391 m_runWidthSoFar += adjustedAdvance.width;
393 m_runWidthSoFar += adjustedAdvance.width * (m_characterInCurrentGlyph - oldCharacterInCurrentGlyph) / (glyphEndOffset - glyphStartOffset);
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontWinCE.cpp 97 m_width = it.m_runWidthSoFar;
315 return xs + it.m_runWidthSoFar;

Completed in 75 milliseconds