Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleQuadStroker.cpp391 void draw_stroke(SkCanvas* canvas, const SkPath& path, SkScalar width, SkScalar scale, in draw_stroke() function in QuadStrokerView
587 draw_stroke(canvas, path, width, 950, false); in onDrawContent()
595 draw_stroke(canvas, path, width, 950, false); in onDrawContent()
603 draw_stroke(canvas, path, width, 950, false); in onDrawContent()
611 draw_stroke(canvas, path, width, 950, false); in onDrawContent()
628 draw_stroke(canvas, path, width, 950, false); in onDrawContent()
658 draw_stroke(canvas, path, width, 950, false); in onDrawContent()
669 draw_stroke(canvas, path, width * fWidthScale / fTextSize, fTextSize, true); in onDrawContent()