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

  /external/webkit/WebCore/platform/graphics/mac/
FontComplexTextMac.cpp 75 startX += controller.totalWidth() + controller.finalRoundingWidth() - afterWidth;
ComplexTextController.h 63 float finalRoundingWidth() const { return m_finalRoundingWidth; }
  /external/webkit/WebCore/platform/graphics/
FontFastPath.cpp 273 float finalRoundingWidth = it.m_finalRoundingWidth;
275 startX += finalRoundingWidth + it.m_runWidthSoFar - afterWidth;

Completed in 679 milliseconds