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

  /external/skia/samplecode/
SampleClock.cpp 35 SkPaint paintStroke;
45 paintStroke.setAntiAlias(true);
46 paintStroke.setStyle(SkPaint::kStroke_Style);
47 paintStroke.setColor(SK_ColorBLACK);
48 paintStroke.setStrokeWidth(8);
49 paintStroke.setStrokeCap(SkPaint::kRound_Cap);
66 canvas->drawPath(path, paintStroke);
76 paintStroke.setStrokeWidth(5);
94 canvas->drawPath(path, paintStroke);
112 paintStroke.setStrokeWidth(14)
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 814 milliseconds