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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthIterator.h 55 float runWidthSoFar() const { return m_runWidthSoFar; }
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontComplexTextMac.cpp 57 float beforeWidth = controller.runWidthSoFar();
59 float afterWidth = controller.runWidthSoFar();
76 float beforeWidth = controller.runWidthSoFar();
82 float afterWidth = controller.runWidthSoFar();
ComplexTextController.h 64 float runWidthSoFar() const { return m_runWidthSoFar; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextMetricsBuilder.cpp 123 float currentWidth = m_simpleWidthIterator->runWidthSoFar() - m_totalWidth;
124 m_totalWidth = m_simpleWidthIterator->runWidthSoFar();
SVGTextRunRenderingContext.cpp 79 return it.runWidthSoFar();

Completed in 57 milliseconds