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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextState.h 76 void setStrokeThickness(float);
GraphicsContext.h 123 void setStrokeThickness(float thickness) { mutableState()->setStrokeThickness(thickness); }
GraphicsContextState.cpp 86 void GraphicsContextState::setStrokeThickness(float thickness)
GraphicsContextTest.cpp 370 context.setStrokeThickness(4);
467 context.setStrokeThickness(5);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.cpp 166 context->setStrokeThickness(strokeThickness * toRenderSVGInlineText(renderObject)->scalingFactor());
168 context->setStrokeThickness(strokeThickness);
SVGRenderSupport.cpp 353 context->setStrokeThickness(svgStyle->strokeWidth()->value(lengthContext));
SVGInlineTextBox.cpp 388 context->setStrokeThickness(context->strokeThickness() * scalingFactor);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDetailsMarker.cpp 132 paintInfo.context->setStrokeThickness(1.0f);
InlineTextBox.cpp 366 context->setStrokeThickness(strokeThickness);
    [all...]
RenderThemeChromiumMac.mm     [all...]
RenderLayerScrollableArea.cpp     [all...]
RenderListMarker.cpp     [all...]
RenderBoxModelObject.cpp     [all...]
RenderObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp 520 m_imageBuffer->context()->setStrokeThickness(1);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp 126 context->setStrokeThickness(outlineThickness);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 473 c->setStrokeThickness(width);
    [all...]

Completed in 1049 milliseconds