HomeSort by relevance Sort by last modified time
    Searched defs:paintStroke (Results 1 - 2 of 2) sorted by null

  /external/skia/samplecode/
SampleClock.cpp 36 SkPaint paintStroke;
46 paintStroke.setAntiAlias(true);
47 paintStroke.setStyle(SkPaint::kStroke_Style);
48 paintStroke.setColor(SK_ColorBLACK);
49 paintStroke.setStrokeWidth(8);
50 paintStroke.setStrokeCap(SkPaint::kRound_Cap);
67 canvas->drawPath(path, paintStroke);
77 paintStroke.setStrokeWidth(5);
95 canvas->drawPath(path, paintStroke);
113 paintStroke.setStrokeWidth(14)
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 579 milliseconds