Home
last modified time | relevance | path

Searched refs:fStrokeWidth (Results 1 – 25 of 48) sorted by relevance

12

/third_party/flutter/skia/bench/
DDashBench.cpp213 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 …]
DLineBench.cpp20 SkScalar fStrokeWidth; member in LineBench
30 fStrokeWidth = width; in LineBench()
51 paint.setStrokeWidth(fStrokeWidth); in onDraw()
/third_party/skia/bench/
DDashBench.cpp212 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 …]
DLineBench.cpp20 SkScalar fStrokeWidth; member in LineBench
30 fStrokeWidth = width; in LineBench()
51 paint.setStrokeWidth(fStrokeWidth); in onDraw()
/third_party/skia/samplecode/
DSampleStrokeVerb.cpp60 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()
DSampleThinAA.cpp274 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()
DSampleFatBits.cpp88 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()
DSampleStrokePath.cpp89 int fStrokeWidth; member
134 paint->setStrokeWidth(SkIntToScalar(gRec[i].fStrokeWidth)); in drawSet()
/third_party/flutter/skia/samplecode/
DSampleThinAA.cpp270 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()
DSampleFatBits.cpp89 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()
DSampleCCPRGeometry.cpp71 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()
DSampleStrokePath.cpp91 int fStrokeWidth; member
136 paint->setStrokeWidth(SkIntToScalar(gRec[i].fStrokeWidth)); in drawSet()
/third_party/flutter/skia/modules/sksg/include/
DSkSGPaint.h33 SG_ATTRIBUTE(StrokeWidth, SkScalar , fStrokeWidth)
46 fStrokeWidth = 1,
/third_party/skia/modules/sksg/include/
DSkSGPaint.h33 SG_ATTRIBUTE(StrokeWidth, SkScalar , fStrokeWidth)
46 fStrokeWidth = 1,
/third_party/skia/modules/skottie/src/layers/shapelayer/
DFillStroke.cpp40 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/
DStrokeRectOp.cpp137 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/
DSkottieProperty.cpp21 && fStrokeWidth == other.fStrokeWidth in operator ==()
/third_party/skia/modules/skottie/src/
DSkottieProperty.cpp21 && fStrokeWidth == other.fStrokeWidth in operator ==()
/third_party/flutter/skia/src/gpu/ops/
DGrStrokeRectOp.cpp103 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
DGrAALinearizingConvexPathRenderer.cpp179 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/
DViewer.h90 fStrokeWidth || in overridesSomething()
108 bool fStrokeWidth = false; member
/third_party/skia/src/pdf/
DSkPDFGraphicState.h49 SkScalar fStrokeWidth; member
/third_party/flutter/skia/src/pdf/
DSkPDFGraphicState.h49 SkScalar fStrokeWidth; member
/third_party/flutter/skia/experimental/svg/model/
DSkSVGAttribute.cpp25 result.fStrokeWidth.set(SkSVGLength(1)); in MakeInitial()
DSkSVGAttribute.h79 SkTLazy<SkSVGLength> fStrokeWidth; member

12