HomeSort by relevance Sort by last modified time
    Searched refs:strokeWidth (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/skia/gm/
ninepatchstretch.cpp 26 const SkScalar strokeWidth = SkIntToScalar(6);
27 const SkScalar radius = SkIntToScalar(kFixed) - strokeWidth/2;
quadpaths.cpp 32 SkScalar strokeWidth) {
36 paint.setStrokeWidth(strokeWidth);
162 SkScalar strokeWidth) {
166 paint.setStrokeWidth(strokeWidth);
addarc.cpp 175 const SkScalar strokeWidth = paint.getStrokeWidth();
176 const SkScalar delta = strokeWidth * 3 / 2;
180 // Reset style to fill. We only need stroke stype for producing delta and strokeWidth
184 while (r.width() > strokeWidth * 2) {
  /external/skqp/gm/
linepaths.cpp 18 SkScalar strokeWidth) {
22 paint.setStrokeWidth(strokeWidth);
ninepatchstretch.cpp 26 const SkScalar strokeWidth = SkIntToScalar(6);
27 const SkScalar radius = SkIntToScalar(kFixed) - strokeWidth/2;
quadpaths.cpp 32 SkScalar strokeWidth) {
36 paint.setStrokeWidth(strokeWidth);
162 SkScalar strokeWidth) {
166 paint.setStrokeWidth(strokeWidth);
addarc.cpp 175 const SkScalar strokeWidth = paint.getStrokeWidth();
176 const SkScalar delta = strokeWidth * 3 / 2;
180 // Reset style to fill. We only need stroke stype for producing delta and strokeWidth
184 while (r.width() > strokeWidth * 2) {
  /external/skia/include/core/
SkStrokeRec.h 53 * Specify the strokewidth, and optionally if you want stroke + fill.
118 SkScalar strokeWidth);
  /external/skqp/include/core/
SkStrokeRec.h 53 * Specify the strokewidth, and optionally if you want stroke + fill.
118 SkScalar strokeWidth);
  /external/skia/src/gpu/ops/
GrDashOp.cpp 156 SkScalar strokeWidth, DashCap cap) {
162 SkScalar radius = SkScalarHalf(strokeWidth) - 0.5f;
173 SkScalar halfStroke = SkScalarHalf(strokeWidth);
477 SkScalar strokeWidth = args.fSrcStrokeWidth * args.fPerpendicularScale;
479 if ((strokeWidth < 1.f && useAA) || 0.f == strokeWidth) {
480 strokeWidth = 1.f;
483 SkScalar halfDevStroke = strokeWidth * 0.5f;
487 devIntervals[0] += strokeWidth;
488 devIntervals[1] -= strokeWidth;
    [all...]
GrOvalOpFactory.cpp     [all...]
GrAAConvexTessellator.h 36 SkScalar strokeWidth = -1.0f,
40 , fStrokeWidth(strokeWidth)
GrStrokeRectOp.cpp 101 "StrokeWidth: %.2f\n",
252 SkScalar strokeWidth, bool miterStroke) {
257 if (strokeWidth > 0) {
258 devStrokeSize.set(strokeWidth, strokeWidth);
    [all...]
  /external/skqp/src/gpu/ops/
GrDashOp.cpp 156 SkScalar strokeWidth, DashCap cap) {
162 SkScalar radius = SkScalarHalf(strokeWidth) - 0.5f;
173 SkScalar halfStroke = SkScalarHalf(strokeWidth);
474 SkScalar strokeWidth = args.fSrcStrokeWidth * args.fPerpendicularScale;
476 if ((strokeWidth < 1.f && useAA) || 0.f == strokeWidth) {
477 strokeWidth = 1.f;
480 SkScalar halfDevStroke = strokeWidth * 0.5f;
484 devIntervals[0] += strokeWidth;
485 devIntervals[1] -= strokeWidth;
    [all...]
GrOvalOpFactory.cpp     [all...]
GrAAConvexTessellator.h 36 SkScalar strokeWidth = -1.0f,
40 , fStrokeWidth(strokeWidth)
GrStrokeRectOp.cpp 100 "StrokeWidth: %.2f\n",
246 SkScalar strokeWidth, bool miterStroke) {
251 if (strokeWidth > 0) {
252 devStrokeSize.set(strokeWidth, strokeWidth);
    [all...]
  /external/fonttools/Lib/fontTools/pens/
reportLabPen.py 59 pen = ReportLabPen(gs, Path(fillColor=colors.red, strokeWidth=5))
  /external/skia/experimental/docs/
canvasBackend.js 130 if ('strokeWidth' in paint) {
131 ctx.lineWidth = paint.strokeWidth;
svgBackend.js 194 if ('strokeWidth' in paint) {
195 svgElement.setAttribute("stroke-width", paint.strokeWidth);
  /external/skqp/experimental/docs/
canvasBackend.js 130 if ('strokeWidth' in paint) {
131 ctx.lineWidth = paint.strokeWidth;
  /external/ImageMagick/Magick++/lib/Magick++/
Options.h 241 void strokeWidth(const double strokeWidth_);
242 double strokeWidth(void) const;
  /external/skia/samplecode/
SampleClip.cpp 61 static void show_stroke(SkCanvas* canvas, bool doAA, SkScalar strokeWidth, int n) {
66 paint.setStrokeWidth(strokeWidth);
  /external/skqp/samplecode/
SampleClip.cpp 61 static void show_stroke(SkCanvas* canvas, bool doAA, SkScalar strokeWidth, int n) {
66 paint.setStrokeWidth(strokeWidth);
  /external/ImageMagick/Magick++/tests/
attributes.cpp 872 // strokeWidth
875 if ( image.strokeWidth() != 1 )
879 << ", strokeWidth default is not 1 as expected" << endl;
883 image.strokeWidth(2);
884 if ( image.strokeWidth() != 2 )
887 cout << "Line: " << __LINE__ << ", strokeWidth set/get failed" << endl;
889 image.strokeWidth(1);
    [all...]

Completed in 579 milliseconds

12 3 4