HomeSort by relevance Sort by last modified time
    Searched refs:strokePaint (Results 1 - 25 of 40) sorted by null

1 2

  /external/skia/experimental/svg/model/
SkSVGShape.cpp 21 if (const SkPaint* strokePaint = ctx.strokePaint()) {
22 this->onDraw(ctx.canvas(), ctx.lengthContext(), *strokePaint, fillType);
SkSVGRenderContext.h 83 const SkPaint* strokePaint() const;
  /external/skqp/experimental/svg/model/
SkSVGShape.cpp 21 if (const SkPaint* strokePaint = ctx.strokePaint()) {
22 this->onDraw(ctx.canvas(), ctx.lengthContext(), *strokePaint, fillType);
SkSVGRenderContext.h 83 const SkPaint* strokePaint() const;
  /external/skia/experimental/go-demo/
main.go 45 strokePaint := skia.NewPaint()
46 strokePaint.SetColor(0xFFFF0000)
47 strokePaint.SetAntiAlias(true)
48 strokePaint.SetStroke(true)
49 strokePaint.SetStrokeWidth(5.0)
56 canvas.DrawPath(path, strokePaint)
  /external/skqp/experimental/go-demo/
main.go 45 strokePaint := skia.NewPaint()
46 strokePaint.SetColor(0xFFFF0000)
47 strokePaint.SetAntiAlias(true)
48 strokePaint.SetStroke(true)
49 strokePaint.SetStrokeWidth(5.0)
56 canvas.DrawPath(path, strokePaint)
  /external/skia/gm/
emptypath.cpp 173 SkPaint strokePaint;
174 strokePaint.setStyle(SkPaint::kStroke_Style);
175 strokePaint.setStrokeWidth(21);
176 strokePaint.setStrokeCap(SkPaint::kSquare_Cap);
180 strokePaint.setStyle(SkPaint::kStroke_Style);
187 canvas->drawPath(path, strokePaint);
offsetimagefilter.cpp 84 SkPaint strokePaint;
85 strokePaint.setStyle(SkPaint::kStroke_Style);
86 strokePaint.setStrokeWidth(2);
87 strokePaint.setColor(SK_ColorRED);
88 canvas->drawRect(clipRect, strokePaint);
strokes.cpp 116 SkPaint fillPaint, strokePaint, dashPaint;
118 strokePaint = fillPaint;
119 strokePaint.setStyle(SkPaint::kStroke_Style);
122 strokePaint.setAlphaf(1.0f);
123 strokePaint.setStrokeWidth(i ? 8.f : 10.f);
124 strokePaint.setStrokeCap(i ? SkPaint::kSquare_Cap : SkPaint::kRound_Cap);
127 canvas->drawPath(fMoveHfPath, strokePaint);
129 canvas->drawPath(fMoveZfPath, strokePaint);
130 dashPaint = strokePaint;
139 strokePaint.setStrokeWidth(20)
    [all...]
imagefilterscropexpand.cpp 182 SkPaint strokePaint;
183 strokePaint.setColor(0xFFFF0000);
184 strokePaint.setStyle(SkPaint::kStroke_Style);
185 canvas->drawRect(rect, strokePaint);
shadermaskfilter.cpp 121 SkPaint strokePaint;
122 strokePaint.setStyle(SkPaint::kStroke_Style);
164 canvas->drawRect(r2, strokePaint);
  /external/skqp/gm/
emptypath.cpp 173 SkPaint strokePaint;
174 strokePaint.setStyle(SkPaint::kStroke_Style);
175 strokePaint.setStrokeWidth(21);
176 strokePaint.setStrokeCap(SkPaint::kSquare_Cap);
180 strokePaint.setStyle(SkPaint::kStroke_Style);
187 canvas->drawPath(path, strokePaint);
offsetimagefilter.cpp 84 SkPaint strokePaint;
85 strokePaint.setStyle(SkPaint::kStroke_Style);
86 strokePaint.setStrokeWidth(2);
87 strokePaint.setColor(SK_ColorRED);
88 canvas->drawRect(clipRect, strokePaint);
strokes.cpp 116 SkPaint fillPaint, strokePaint, dashPaint;
118 strokePaint = fillPaint;
119 strokePaint.setStyle(SkPaint::kStroke_Style);
122 strokePaint.setAlpha(255);
123 strokePaint.setStrokeWidth(i ? 8.f : 10.f);
124 strokePaint.setStrokeCap(i ? SkPaint::kSquare_Cap : SkPaint::kRound_Cap);
127 canvas->drawPath(fMoveHfPath, strokePaint);
129 canvas->drawPath(fMoveZfPath, strokePaint);
130 dashPaint = strokePaint;
139 strokePaint.setStrokeWidth(20)
    [all...]
imagefilterscropexpand.cpp 182 SkPaint strokePaint;
183 strokePaint.setColor(0xFFFF0000);
184 strokePaint.setStyle(SkPaint::kStroke_Style);
185 canvas->drawRect(rect, strokePaint);
  /external/skia/samplecode/
SampleShadowColor.cpp 159 SkPaint strokePaint;
161 strokePaint.setColor(paint.getColor());
162 strokePaint.setStyle(SkPaint::kStroke_Style);
164 canvas->drawPath(path, strokePaint);
SampleShadowReference.cpp 106 SkPaint strokePaint;
108 strokePaint.setColor(paint.getColor());
109 strokePaint.setStyle(SkPaint::kStroke_Style);
111 canvas->drawPath(path, strokePaint);
SampleShadowUtils.cpp 156 SkPaint strokePaint;
158 strokePaint.setColor(paint.getColor());
159 strokePaint.setStyle(SkPaint::kStroke_Style);
161 canvas->drawPath(path, strokePaint);
SampleAndroidShadows.cpp 195 SkPaint strokePaint;
197 strokePaint.setColor(paint.getColor());
198 strokePaint.setStyle(SkPaint::kStroke_Style);
200 canvas->drawPath(path, strokePaint);
  /external/skia/tests/
GpuDrawPathTest.cpp 93 SkPaint strokePaint;
94 strokePaint.setStyle(SkPaint::kStroke_Style);
95 strokePaint.setStrokeWidth(10.f);
99 GrStyle(strokePaint)
  /external/skqp/samplecode/
SampleShadowColor.cpp 159 SkPaint strokePaint;
161 strokePaint.setColor(paint.getColor());
162 strokePaint.setStyle(SkPaint::kStroke_Style);
164 canvas->drawPath(path, strokePaint);
SampleShadowReference.cpp 106 SkPaint strokePaint;
108 strokePaint.setColor(paint.getColor());
109 strokePaint.setStyle(SkPaint::kStroke_Style);
111 canvas->drawPath(path, strokePaint);
SampleShadowUtils.cpp 156 SkPaint strokePaint;
158 strokePaint.setColor(paint.getColor());
159 strokePaint.setStyle(SkPaint::kStroke_Style);
161 canvas->drawPath(path, strokePaint);
SampleAndroidShadows.cpp 195 SkPaint strokePaint;
197 strokePaint.setColor(paint.getColor());
198 strokePaint.setStyle(SkPaint::kStroke_Style);
200 canvas->drawPath(path, strokePaint);
  /external/skqp/tests/
GpuDrawPathTest.cpp 93 SkPaint strokePaint;
94 strokePaint.setStyle(SkPaint::kStroke_Style);
95 strokePaint.setStrokeWidth(10.f);
99 GrStyle(strokePaint)

Completed in 1382 milliseconds

1 2