Home
last modified time | relevance | path

Searched refs:oldThickness (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp321 float oldThickness = m_data->strokeThickness(); in strokeRect() local
324 m_data->setStrokeThickness(oldThickness); in strokeRect()
/external/webkit/Source/WebCore/rendering/
DRenderScrollbar.cpp188 int oldThickness = isHorizontal ? height() : width(); in updateScrollbarParts() local
196 if (newThickness != oldThickness) { in updateScrollbarParts()