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

  /external/skia/samplecode/
SampleText.cpp 232 SkPaint linePaint;
234 linePaint.setAntiAlias(true);
240 linePaint.setColor(SK_ColorRED);
241 canvas->drawLine(x, y, x + measured, y, linePaint);
247 linePaint.setColor(SK_ColorBLUE);
248 canvas->drawLine(x - measured, y, x, y, linePaint);
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 397 milliseconds