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

/external/webkit/Source/WebCore/rendering/
H A DRenderObject.cpp948 float innerThird = (thickness + 1.0f) / 6.0f; local
949 int shiftForInner = static_cast<int>(innerThird * 2.5f);
957 if (innerThird > 1 && (s == BSTop || (firstCorner && (s == BSLeft || s == BSRight)))) {
966 graphicsContext->setStrokeThickness(innerThird > 2 ? innerThird - 1 : innerThird);

Completed in 106 milliseconds