/third_party/flutter/skia/bench/ |
D | DashBench.cpp | 213 SkScalar fStrokeWidth; member in DashLineBench 220 fStrokeWidth = width; in DashLineBench() 235 paint.setStrokeWidth(fStrokeWidth); in onDraw() 250 int fStrokeWidth; member in DrawPointsDashingBench 259 fStrokeWidth = strokeWidth; in DrawPointsDashingBench() 276 p.setStrokeWidth(SkIntToScalar(fStrokeWidth)); in onDraw() 298 SkScalar fStrokeWidth; member in GiantDashBench 318 fStrokeWidth = width; in GiantDashBench() 360 p.setStrokeWidth(fStrokeWidth); in onDraw() 376 int fStrokeWidth; member in DashGridBench [all …]
|
D | LineBench.cpp | 20 SkScalar fStrokeWidth; member in LineBench 30 fStrokeWidth = width; in LineBench() 51 paint.setStrokeWidth(fStrokeWidth); in onDraw()
|
/third_party/skia/bench/ |
D | DashBench.cpp | 212 SkScalar fStrokeWidth; member in DashLineBench 219 fStrokeWidth = width; in DashLineBench() 234 paint.setStrokeWidth(fStrokeWidth); in onDraw() 249 int fStrokeWidth; member in DrawPointsDashingBench 258 fStrokeWidth = strokeWidth; in DrawPointsDashingBench() 275 p.setStrokeWidth(SkIntToScalar(fStrokeWidth)); in onDraw() 297 SkScalar fStrokeWidth; member in GiantDashBench 317 fStrokeWidth = width; in GiantDashBench() 359 p.setStrokeWidth(fStrokeWidth); in onDraw() 375 int fStrokeWidth; member in DashGridBench [all …]
|
D | LineBench.cpp | 20 SkScalar fStrokeWidth; member in LineBench 30 fStrokeWidth = width; in LineBench() 51 paint.setStrokeWidth(fStrokeWidth); in onDraw()
|
/third_party/skia/samplecode/ |
D | SampleStrokeVerb.cpp | 60 float fStrokeWidth = 40; member in StrokeVerbView 73 outlinePaint.setStrokeWidth(fStrokeWidth); in onDrawContent() 87 caption.appendf(" (stroke_width=%f)", fStrokeWidth); in onDrawContent() 175 valueToScale = &fStrokeWidth; in onChar()
|
D | SampleThinAA.cpp | 274 fStrokeWidth = 0.5f; in onOnceBeforeDraw() 298 fStrokeWidth), 0, 24, font, text); in onDrawContent() 410 case '-': fStrokeWidth = std::max(0.1f, fStrokeWidth - 0.05f); return true; in onChar() 411 case '=': fStrokeWidth = std::min(1.f, fStrokeWidth + 0.05f); return true; in onChar() 427 SkScalar fStrokeWidth; member in skiagm::ThinAASample 508 paint.setStrokeWidth(fStrokeWidth); in drawShape()
|
D | SampleFatBits.cpp | 88 float fStrokeWidth = 1; member in FatBits 145 paint->setStrokeWidth(fStrokeWidth); in setupPaint() 245 p.setStrokeWidth(fStrokeWidth * fZoom); in drawLineSkeleton() 436 fFB.fStrokeWidth -= 0.125f; in onChar() 439 fFB.fStrokeWidth += 0.125f; in onChar()
|
D | SampleStrokePath.cpp | 89 int fStrokeWidth; member 134 paint->setStrokeWidth(SkIntToScalar(gRec[i].fStrokeWidth)); in drawSet()
|
/third_party/flutter/skia/samplecode/ |
D | SampleThinAA.cpp | 270 fStrokeWidth = 0.5f; in onOnceBeforeDraw() 294 fStrokeWidth), 0, 24, font, text); in onDrawContent() 406 case '-': fStrokeWidth = SkMaxScalar(0.1f, fStrokeWidth - 0.05f); return true; in onChar() 407 case '=': fStrokeWidth = SkMinScalar(1.f, fStrokeWidth + 0.05f); return true; in onChar() 423 SkScalar fStrokeWidth; member in skiagm::ThinAASample 505 paint.setStrokeWidth(fStrokeWidth); in drawShape()
|
D | SampleFatBits.cpp | 89 float fStrokeWidth = 1; member in FatBits 146 paint->setStrokeWidth(fStrokeWidth); in setupPaint() 246 p.setStrokeWidth(fStrokeWidth * fZoom); in drawLineSkeleton() 437 fFB.fStrokeWidth -= 0.125f; in onChar() 440 fFB.fStrokeWidth += 0.125f; in onChar()
|
D | SampleCCPRGeometry.cpp | 71 float fStrokeWidth = 40; member in CCPRGeometryView 214 caption.appendf(" (stroke_width=%f)", fStrokeWidth); in onDrawContent() 380 p.setStrokeWidth(fView->fStrokeWidth); in onExecute() 450 valueToScale = &fStrokeWidth; in onChar()
|
D | SampleStrokePath.cpp | 91 int fStrokeWidth; member 136 paint->setStrokeWidth(SkIntToScalar(gRec[i].fStrokeWidth)); in drawSet()
|
/third_party/flutter/skia/modules/sksg/include/ |
D | SkSGPaint.h | 33 SG_ATTRIBUTE(StrokeWidth, SkScalar , fStrokeWidth) 46 fStrokeWidth = 1,
|
/third_party/skia/modules/sksg/include/ |
D | SkSGPaint.h | 33 SG_ATTRIBUTE(StrokeWidth, SkScalar , fStrokeWidth) 46 fStrokeWidth = 1,
|
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
D | FillStroke.cpp | 40 this->bind(abuilder, jpaint["w"], fStrokeWidth); in FillStrokeAdapter() 72 this->node()->setStrokeWidth(fStrokeWidth); in onSync() 86 fStrokeWidth = 1; member in skottie::internal::__anonb54da4d70111::FillStrokeAdapter
|
/third_party/skia/src/gpu/ops/ |
D | StrokeRectOp.cpp | 137 fStrokeWidth = stroke.getWidth(); in NonAAStrokeRectOp() 139 SkScalar rad = SkScalarHalf(fStrokeWidth); in NonAAStrokeRectOp() 145 SkASSERT(!fStrokeWidth || aaType == GrAAType::kNone); in NonAAStrokeRectOp() 159 fStrokeWidth ? IsHairline::kNo : IsHairline::kYes); in NonAAStrokeRectOp() 194 GrPrimitiveType primType = (fStrokeWidth > 0) ? GrPrimitiveType::kTriangleStrip in onCreateProgramInfo() 209 if (fStrokeWidth > 0) { in onPrepareDraws() 226 if (fStrokeWidth > 0) { in onPrepareDraws() 227 init_nonaa_stroke_rect_strip(vertex, fRect, fStrokeWidth); in onPrepareDraws() 256 fRect.fBottom, fStrokeWidth, fHelper.dumpInfo().c_str()); in onDumpInfo() 266 SkScalar fStrokeWidth; member in skgpu::v1::StrokeRectOp::__anon3b45e2230111::NonAAStrokeRectOp
|
/third_party/flutter/skia/modules/skottie/src/ |
D | SkottieProperty.cpp | 21 && fStrokeWidth == other.fStrokeWidth in operator ==()
|
/third_party/skia/modules/skottie/src/ |
D | SkottieProperty.cpp | 21 && fStrokeWidth == other.fStrokeWidth in operator ==()
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrStrokeRectOp.cpp | 103 fStrokeWidth); in dumpInfo() 141 fStrokeWidth = stroke.getWidth(); in NonAAStrokeRectOp() 143 SkScalar rad = SkScalarHalf(fStrokeWidth); in NonAAStrokeRectOp() 190 if (fStrokeWidth > 0) { in onPrepareDraws() 208 if (fStrokeWidth > 0) { in onPrepareDraws() 210 init_nonaa_stroke_rect_strip(vertex, fRect, fStrokeWidth); in onPrepareDraws() 237 SkScalar fStrokeWidth; member in __anon04c47f710111::NonAAStrokeRectOp
|
D | GrAALinearizingConvexPathRenderer.cpp | 179 path.fColor.toBytes_RGBA(), path.fStrokeWidth, path.fStyle, path.fJoin, in dumpInfo() 252 GrAAConvexTessellator tess(args.fStyle, args.fStrokeWidth, in onPrepareDraws() 323 SkScalar fStrokeWidth; member
|
/third_party/skia/tools/viewer/ |
D | Viewer.h | 90 fStrokeWidth || in overridesSomething() 108 bool fStrokeWidth = false; member
|
/third_party/skia/src/pdf/ |
D | SkPDFGraphicState.h | 49 SkScalar fStrokeWidth; member
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFGraphicState.h | 49 SkScalar fStrokeWidth; member
|
/third_party/flutter/skia/experimental/svg/model/ |
D | SkSVGAttribute.cpp | 25 result.fStrokeWidth.set(SkSVGLength(1)); in MakeInitial()
|
D | SkSVGAttribute.h | 79 SkTLazy<SkSVGLength> fStrokeWidth; member
|