Searched defs:afterWidth (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DFontComplexTextMac.cpp61 float afterWidth = controller.runWidthSoFar(); local
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(); local
87 initialAdvance = controller.totalWidth() + controller.finalRoundingWidth() - afterWidth;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFont.cpp645 float afterWidth = it.m_runWidthSoFar; local
650 initialAdvance = finalRoundingWidth + it.m_runWidthSoFar - afterWidth;
807 float afterWidth = toX; local
808 fromX = totalWidth - afterWidth;

Completed in 218 milliseconds