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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontComplexTextMac.cpp 61 float afterWidth = controller.runWidthSoFar();
66 return FloatRect(floorf(point.x() + totalWidth - afterWidth), point.y(), roundf(point.x() + totalWidth - beforeWidth) - floorf(point.x() + totalWidth - afterWidth), h);
69 return FloatRect(floorf(point.x() + beforeWidth), point.y(), roundf(point.x() + afterWidth) - floorf(point.x() + beforeWidth), h);
84 float afterWidth = controller.runWidthSoFar();
87 initialAdvance = controller.totalWidth() + controller.finalRoundingWidth() - afterWidth;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.cpp 645 float afterWidth = it.m_runWidthSoFar;
650 initialAdvance = finalRoundingWidth + it.m_runWidthSoFar - afterWidth;
    [all...]

Completed in 468 milliseconds