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

  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 321 float oldThickness = m_data->strokeThickness();
324 m_data->setStrokeThickness(oldThickness);
  /external/webkit/Source/WebCore/rendering/
RenderScrollbar.cpp 188 int oldThickness = isHorizontal ? height() : width();
196 if (newThickness != oldThickness) {

Completed in 33 milliseconds