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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.cpp 158 float strokeThickness = context->strokeThickness();
160 context->setStrokeThickness(strokeThickness * toRenderSVGInlineText(renderObject)->scalingFactor());
162 context->setStrokeThickness(strokeThickness);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.h 98 float strokeThickness() const { return m_state->m_strokeData.thickness(); }

Completed in 330 milliseconds