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 164 float strokeThickness = context->strokeThickness();
166 context->setStrokeThickness(strokeThickness * toRenderSVGInlineText(renderObject)->scalingFactor());
168 context->setStrokeThickness(strokeThickness);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.h 122 float strokeThickness() const { return immutableState()->strokeData().thickness(); }

Completed in 52 milliseconds