Home
last modified time | relevance | path

Searched refs:normalPaint (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/gm/
H A Ddashcubics.cpp127 SkPaint normalPaint = hairlinePaint; variable
128 normalPaint.setStrokeWidth(10);
129 normalPaint.setColor(0x8000ff00);
130 SkPaint invertedPaint = normalPaint;
149 normalPaint.setPathEffect(SkTrimPathEffect::Make(start, stop, normalMode));
155 canvas->drawPath(path, normalPaint);
/third_party/skia/samplecode/
H A DSampleDegenerateQuads.cpp32 SkPaint normalPaint = paint; in draw_extended_line() local
33 normalPaint.setPathEffect(nullptr); in draw_extended_line()
34 normalPaint.setStrokeWidth(paint.getStrokeWidth() / 4.f); in draw_extended_line()
39 canvas->drawLine(m, m + n, normalPaint); in draw_extended_line()

Completed in 2 milliseconds