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

  /external/webkit/Source/WebCore/platform/graphics/win/
FontWin.cpp 58 float beforeWidth = it.runWidthSoFar();
60 float afterWidth = it.runWidthSoFar();
65 float totalWidth = it.runWidthSoFar();
82 float beforeWidth = controller.runWidthSoFar();
88 float afterWidth = controller.runWidthSoFar();
92 return controller.runWidthSoFar() - afterWidth;
133 glyphOverflow->right = max<int>(0, ceilf(controller.maxGlyphBoundingBoxX() - controller.runWidthSoFar()));
135 return controller.runWidthSoFar();
UniscribeController.h 47 float runWidthSoFar() const { return m_runWidthSoFar; }
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontWx.cpp 88 float beforeWidth = it.runWidthSoFar();
90 float afterWidth = it.runWidthSoFar();
96 float totalWidth = it.runWidthSoFar();
128 float beforeWidth = controller.runWidthSoFar();
135 float afterWidth = controller.runWidthSoFar();
140 startX += controller.runWidthSoFar() - afterWidth;
174 return controller.runWidthSoFar();
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontComplexTextMac.cpp 46 float beforeWidth = controller.runWidthSoFar();
48 float afterWidth = controller.runWidthSoFar();
65 float beforeWidth = controller.runWidthSoFar();
71 float afterWidth = controller.runWidthSoFar();
ComplexTextController.h 59 float runWidthSoFar() const { return m_runWidthSoFar; }

Completed in 364 milliseconds