Searched defs:setStrokeWidth (Results 1 - 4 of 4) sorted by relevance

/external/skia/bench/
H A DSkBenchmark.h58 void setStrokeWidth(SkScalar width) { function in class:SkBenchmark
/external/skia/src/core/
H A DSkPaint.cpp276 void SkPaint::setStrokeWidth(SkScalar width) { function in class:SkPaint
282 SkDebugf("SkPaint::setStrokeWidth() called with negative value\n");
1884 this->setStrokeWidth(read_scalar(pod));
2109 fPaint.setStrokeWidth(SkScalarDiv(fPaint.getStrokeWidth(), fScale));
/external/webkit/Source/WebCore/rendering/style/
H A DSVGRenderStyle.h183 void setStrokeWidth(const SVGLength& obj) function in class:WebCore::SVGRenderStyle
/external/webkit/Source/WebKit/android/plugins/
H A Dandroid_npapi.h555 void (*setStrokeWidth)(ANPPaint*, float); member in struct:ANPPaintInterfaceV0

Completed in 368 milliseconds