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

1 2 34

  /external/ImageMagick/Magick++/demo/
demo.cpp 162 example.strokeWidth( 2 );
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h 458 void strokeWidth(const double strokeWidth_);
459 double strokeWidth(void) const;
    [all...]
  /external/ImageMagick/Magick++/lib/
Options.cpp 667 void Magick::Options::strokeWidth(const double strokeWidth_)
670 setOption("strokewidth",strokeWidth_);
673 double Magick::Options::strokeWidth(void) const
Image.cpp 1494 void Magick::Image::strokeWidth(const double strokeWidth_)
1500 options()->strokeWidth(strokeWidth_);
1502 (void) SetImageArtifact(image(),"strokewidth",value);
1505 double Magick::Image::strokeWidth(void) const
1507 return(constOptions()->strokeWidth());
    [all...]
  /external/skia/src/utils/
SkShadowUtils.cpp 658 // We outset by using the stroker, so the strokeWidth is o/2.
663 SkScalar strokeWidth = 0.5f*(devSpaceOutset - blurRadius);
668 paint.setStrokeWidth(strokeWidth);
  /external/skqp/src/utils/
SkShadowUtils.cpp 626 // We outset by using the stroker, so the strokeWidth is o/2.
631 SkScalar strokeWidth = 0.5f*(devSpaceOutset - blurRadius);
636 paint.setStrokeWidth(strokeWidth);
  /external/skia/experimental/docs/
exampleSlides.js 284 "diagSegment": { "style":"stroke", "color":rgb(127,63,127), "strokeWidth":2 },
  /external/skqp/experimental/docs/
exampleSlides.js 284 "diagSegment": { "style":"stroke", "color":rgb(127,63,127), "strokeWidth":2 },
  /external/skia/src/gpu/
SkGpuDevice.cpp 638 SkScalar strokeWidth = this->ctm().getMaxScale() * paint.getStrokeWidth();
639 if (strokeWidth >= 1.0f) {
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 588 SkScalar strokeWidth = paint->getStrokeWidth();
589 SkScalar halfStroke = SkScalarHalf(strokeWidth);
    [all...]
  /external/skqp/src/gpu/
SkGpuDevice.cpp 624 SkScalar strokeWidth = this->ctm().getMaxScale() * paint.getStrokeWidth();
625 if (strokeWidth >= 1.0f) {
    [all...]
  /external/skqp/src/pdf/
SkPDFDevice.cpp 588 SkScalar strokeWidth = paint->getStrokeWidth();
589 SkScalar halfStroke = SkScalarHalf(strokeWidth);
    [all...]

Completed in 2505 milliseconds

1 2 34