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

  /external/webkit/WebCore/rendering/
SVGInlineTextBox.cpp 540 float halfThickness = thickness / 2.0f;
541 return Path::createRectangle(FloatRect(x + halfThickness, y, width - 2.0f * halfThickness, thickness));
RenderObject.cpp     [all...]

Completed in 22 milliseconds