HomeSort by relevance Sort by last modified time
    Searched refs:normalPaint (Results 1 - 3 of 3) sorted by null

  /external/skia/gm/
dashcubics.cpp 117 SkPaint normalPaint = hairlinePaint;
118 normalPaint.setStrokeWidth(10);
119 normalPaint.setColor(0x8000ff00);
120 SkPaint invertedPaint = normalPaint;
139 normalPaint.setPathEffect(SkTrimPathEffect::Make(start, stop, normalMode));
145 canvas->drawPath(path, normalPaint);
  /external/skqp/gm/
dashcubics.cpp 117 SkPaint normalPaint = hairlinePaint;
118 normalPaint.setStrokeWidth(10);
119 normalPaint.setColor(0x8000ff00);
120 SkPaint invertedPaint = normalPaint;
139 normalPaint.setPathEffect(SkTrimPathEffect::Make(start, stop, normalMode));
145 canvas->drawPath(path, normalPaint);
  /external/skia/samplecode/
SampleDegenerateQuads.cpp 26 SkPaint normalPaint = paint;
27 normalPaint.setPathEffect(nullptr);
28 normalPaint.setStrokeWidth(paint.getStrokeWidth() / 4.f);
33 canvas->drawLine(m, m + n, normalPaint);

Completed in 266 milliseconds