Searched refs:fStroke (Results 1 - 16 of 16) sorted by relevance

/external/skia/samplecode/
H A DSamplePathOverstroke.cpp21 SkScalar fStroke; member in class:OverstrokeView
27 fStroke = 5;
45 fStroke += 1.0;
48 fStroke -= 1.0;
162 p.setStrokeWidth(fStroke);
H A DSamplePath.cpp77 SkScalar fDStroke, fStroke, fMinStroke, fMaxStroke; member in class:PathView
99 fStroke = 10;
148 paint.setStrokeWidth(fStroke);
192 fStroke += fDStroke * delta;
193 if (fStroke > fMaxStroke || fStroke < fMinStroke) {
/external/skqp/samplecode/
H A DSamplePathOverstroke.cpp21 SkScalar fStroke; member in class:OverstrokeView
27 fStroke = 5;
45 fStroke += 1.0;
48 fStroke -= 1.0;
162 p.setStrokeWidth(fStroke);
H A DSamplePath.cpp77 SkScalar fDStroke, fStroke, fMinStroke, fMaxStroke; member in class:PathView
99 fStroke = 10;
148 paint.setStrokeWidth(fStroke);
192 fStroke += fDStroke * delta;
193 if (fStroke > fMaxStroke || fStroke < fMinStroke) {
/external/skia/experimental/svg/model/
H A DSkSVGAttribute.cpp18 result.fStroke.set(SkSVGPaint(SkSVGPaint::Type::kNone));
H A DSkSVGAttribute.h72 SkTLazy<SkSVGPaint> fStroke; member in struct:SkSVGPresentationAttributes
H A DSkSVGRenderContext.cpp147 applySvgPaint(ctx, *attrs.fStroke.get(), &pctx->fStrokePaint);
432 const SkSVGPaint::Type paintType = fPresentationContext->fInherited.fStroke.get()->type();
H A DSkSVGNode.cpp90 fPresentationAttributes.fStroke.set(svgPaint);
/external/skqp/experimental/svg/model/
H A DSkSVGAttribute.cpp18 result.fStroke.set(SkSVGPaint(SkSVGPaint::Type::kNone));
H A DSkSVGAttribute.h72 SkTLazy<SkSVGPaint> fStroke; member in struct:SkSVGPresentationAttributes
H A DSkSVGRenderContext.cpp147 applySvgPaint(ctx, *attrs.fStroke.get(), &pctx->fStrokePaint);
432 const SkSVGPaint::Type paintType = fPresentationContext->fInherited.fStroke.get()->type();
H A DSkSVGNode.cpp90 fPresentationAttributes.fStroke.set(svgPaint);
/external/skia/bench/
H A DRectBench.cpp21 int fShift, fStroke; member in class:RectBench
32 , fStroke(stroke) {}
36 if (fStroke > 0) {
37 fBaseName.appendf("_stroke_%d", fStroke);
73 if (fStroke > 0) {
75 paint.setStrokeWidth(SkIntToScalar(fStroke));
/external/skqp/bench/
H A DRectBench.cpp21 int fShift, fStroke; member in class:RectBench
32 , fStroke(stroke) {}
36 if (fStroke > 0) {
37 fBaseName.appendf("_stroke_%d", fStroke);
73 if (fStroke > 0) {
75 paint.setStrokeWidth(SkIntToScalar(fStroke));
/external/skia/src/gpu/ops/
H A DGrOvalOpFactory.cpp75 , fStroke(stroke) {
175 if (cgp.fStroke) {
219 key = cgp.fStroke ? 0x01 : 0x0;
246 bool fStroke; member in class:CircleGeometryProcessor
520 fStroke = stroke;
586 if (egp.fStroke) {
602 uint16_t key = egp.fStroke ? 0x1 : 0x0;
622 bool fStroke; member in class:EllipseGeometryProcessor
/external/skqp/src/gpu/ops/
H A DGrOvalOpFactory.cpp91 fStroke = stroke;
154 if (cgp.fStroke) {
185 key = cgp.fStroke ? 0x01 : 0x0;
210 bool fStroke; member in class:CircleGeometryProcessor
246 fStroke = stroke;
312 if (egp.fStroke) {
328 uint16_t key = egp.fStroke ? 0x1 : 0x0;
348 bool fStroke; member in class:EllipseGeometryProcessor

Completed in 900 milliseconds