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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RasterShape.cpp 56 unsigned radiusSquared = radius * radius;
58 m_xIntercepts[y] = sqrt(static_cast<double>(radiusSquared - y * y));
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 360 float radiusSquared = 0.25f * (touchRect.size().diagonalLengthSquared());
361 float distanceToAdjustScore = rect.distanceSquaredToPoint(touchHotspot) / radiusSquared;

Completed in 50 milliseconds