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

1 23 4

  /external/skia/gm/
cubicpaths.cpp 143 SkScalar strokeWidth) {
147 paint.setStrokeWidth(strokeWidth);
272 SkScalar strokeWidth) {
276 paint.setStrokeWidth(strokeWidth);
dashing.cpp 213 int strokeWidth,
218 p.setStrokeWidth(SkIntToScalar(strokeWidth));
230 for (int y = 0; y < 100; y += 10*strokeWidth) {
239 for (int x = 0; x < 100; x += 14*strokeWidth) {
degeneratesegments.cpp 197 SkScalar strokeWidth) {
201 paint.setStrokeWidth(strokeWidth);
lattice.cpp 29 const SkScalar strokeWidth = SkIntToScalar(6);
30 const SkScalar radius = SkIntToScalar(kCap) - strokeWidth/2;
typeface.cpp 258 SkScalar strokeWidth;
288 paint.setStrokeWidth(style.strokeWidth);
  /external/skqp/experimental/docs/
svgBackend.js 194 if ('strokeWidth' in paint) {
195 svgElement.setAttribute("stroke-width", paint.strokeWidth);
  /external/skqp/gm/
cubicpaths.cpp 143 SkScalar strokeWidth) {
147 paint.setStrokeWidth(strokeWidth);
272 SkScalar strokeWidth) {
276 paint.setStrokeWidth(strokeWidth);
dashing.cpp 213 int strokeWidth,
218 p.setStrokeWidth(SkIntToScalar(strokeWidth));
230 for (int y = 0; y < 100; y += 10*strokeWidth) {
239 for (int x = 0; x < 100; x += 14*strokeWidth) {
degeneratesegments.cpp 197 SkScalar strokeWidth) {
201 paint.setStrokeWidth(strokeWidth);
lattice.cpp 29 const SkScalar strokeWidth = SkIntToScalar(6);
30 const SkScalar radius = SkIntToScalar(kCap) - strokeWidth/2;
typeface.cpp 272 SkScalar strokeWidth;
302 paint.setStrokeWidth(style.strokeWidth);
  /external/skia/tests/
BlurTest.cpp 57 static const int strokeWidth = 4;
86 { 50 + strokeWidth/2, 50 + strokeWidth/2, 100, 100 },
88 { 40, strokeWidth, 60, 50 - strokeWidth },
128 paint.setStrokeWidth(SkIntToScalar(strokeWidth));
  /external/skqp/tests/
BlurTest.cpp 57 static const int strokeWidth = 4;
86 { 50 + strokeWidth/2, 50 + strokeWidth/2, 100, 100 },
88 { 40, strokeWidth, 60, 50 - strokeWidth },
128 paint.setStrokeWidth(SkIntToScalar(strokeWidth));
  /external/skia/experimental/svg/model/
SkSVGRenderContext.cpp 236 auto strokeWidth = ctx.lengthContext().resolve(*attrs.fStrokeWidth.get(),
238 pctx->fStrokePaint.setStrokeWidth(strokeWidth);
348 ApplyLazyInheritedAttribute(StrokeWidth);
  /external/skia/src/gpu/
GrTestUtils.cpp 244 SkScalar strokeWidth = random->nextBool() ? 0.f : 1.f;
245 rec->setStrokeStyle(strokeWidth, strokeAndFill);
  /external/skqp/experimental/svg/model/
SkSVGRenderContext.cpp 236 auto strokeWidth = ctx.lengthContext().resolve(*attrs.fStrokeWidth.get(),
238 pctx->fStrokePaint.setStrokeWidth(strokeWidth);
348 ApplyLazyInheritedAttribute(StrokeWidth);
  /external/skqp/src/gpu/
GrTestUtils.cpp 242 SkScalar strokeWidth = random->nextBool() ? 0.f : 1.f;
243 rec->setStrokeStyle(strokeWidth, strokeAndFill);
  /external/skia/src/svg/
SkSVGDevice.cpp 289 SkScalar strokeWidth = paint.getStrokeWidth();
290 if (strokeWidth == 0) {
292 strokeWidth = 1;
295 this->addAttribute("stroke-width", strokeWidth);
  /external/skqp/src/svg/
SkSVGDevice.cpp 286 SkScalar strokeWidth = paint.getStrokeWidth();
287 if (strokeWidth == 0) {
289 strokeWidth = 1;
292 this->addAttribute("stroke-width", strokeWidth);
  /external/skia/src/core/
SkScalerContext.cpp     [all...]
SkDraw.cpp 202 // square procs (strokeWidth > 0 but matrix is square-scale (sx == sy)
741 bool SkDrawTreatAAStrokeAsHairline(SkScalar strokeWidth, const SkMatrix& matrix,
743 SkASSERT(strokeWidth > 0);
751 src[0].set(strokeWidth, 0);
752 src[1].set(0, strokeWidth);
    [all...]
  /external/skqp/src/core/
SkScalerContext.cpp     [all...]
SkDraw.cpp 202 // square procs (strokeWidth > 0 but matrix is square-scale (sx == sy)
741 bool SkDrawTreatAAStrokeAsHairline(SkScalar strokeWidth, const SkMatrix& matrix,
743 SkASSERT(strokeWidth > 0);
751 src[0].set(strokeWidth, 0);
752 src[1].set(0, strokeWidth);
    [all...]
  /external/skia/bench/
RectBench.cpp 18 DEFINE_double(strokeWidth, -1.0, "If set, use this stroke width in RectBench.");
  /external/skqp/bench/
RectBench.cpp 18 DEFINE_double(strokeWidth, -1.0, "If set, use this stroke width in RectBench.");

Completed in 1441 milliseconds

1 23 4