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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/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;
ComplexTextController.cpp 64 float afterWidth = m_controller->runWidthSoFar();
65 return afterWidth - beforeWidth;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontFastPath.cpp 410 float afterWidth = it.m_runWidthSoFar;
415 initialAdvance = finalRoundingWidth + it.m_runWidthSoFar - afterWidth;
557 float afterWidth = it.m_runWidthSoFar;
563 return FloatRect(floorf(point.x() + totalWidth - afterWidth), point.y(), roundf(point.x() + totalWidth - beforeWidth) - floorf(point.x() + totalWidth - afterWidth), h);
566 return FloatRect(floorf(point.x() + beforeWidth), point.y(), roundf(point.x() + afterWidth) - floorf(point.x() + beforeWidth), h);

Completed in 113 milliseconds