Home
last modified time | relevance | path

Searched refs:draw_stroke (Results 1 – 3 of 3) sorted by relevance

/external/skia/samplecode/
DSampleQuadStroker.cpp399 void draw_stroke(SkCanvas* canvas, const SkPath& path, SkScalar width, SkScalar scale, in draw_stroke() function in QuadStrokerView
596 draw_stroke(canvas, path, width, 950, false); in onDrawContent()
604 draw_stroke(canvas, path, width, 950, false); in onDrawContent()
612 draw_stroke(canvas, path, width, 950, false); in onDrawContent()
620 draw_stroke(canvas, path, width, 950, false); in onDrawContent()
637 draw_stroke(canvas, path, width, 950, false); in onDrawContent()
667 draw_stroke(canvas, path, width, 950, false); in onDrawContent()
678 draw_stroke(canvas, path, width * fWidthScale / fTextSize, fTextSize, true); in onDrawContent()
/external/skqp/samplecode/
DSampleQuadStroker.cpp409 void draw_stroke(SkCanvas* canvas, const SkPath& path, SkScalar width, SkScalar scale, in draw_stroke() function in QuadStrokerView
606 draw_stroke(canvas, path, width, 950, false); in onDrawContent()
614 draw_stroke(canvas, path, width, 950, false); in onDrawContent()
622 draw_stroke(canvas, path, width, 950, false); in onDrawContent()
630 draw_stroke(canvas, path, width, 950, false); in onDrawContent()
647 draw_stroke(canvas, path, width, 950, false); in onDrawContent()
677 draw_stroke(canvas, path, width, 950, false); in onDrawContent()
688 draw_stroke(canvas, path, width * fWidthScale / fTextSize, fTextSize, true); in onDrawContent()
DSampleAAGeometry.cpp1476 void draw_stroke(SkCanvas* canvas, int active) { in draw_stroke() function in AAGeometryView
1556 draw_stroke(canvas, fActiveVerb); in onDrawContent()
1559 draw_stroke(canvas, index); in onDrawContent()