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

  /external/chromium_org/third_party/skia/bench/
TableBench.cpp 40 SkPaint borderPaint;
41 borderPaint.setColor(0xFFCCCCCC);
56 canvas->drawRect(bottom, borderPaint);
62 canvas->drawRect(right, borderPaint);
  /external/skia/bench/
TableBench.cpp 40 SkPaint borderPaint;
41 borderPaint.setColor(0xFFCCCCCC);
56 canvas->drawRect(bottom, borderPaint);
62 canvas->drawRect(right, borderPaint);
  /external/chromium_org/third_party/skia/gm/
aaclip.cpp 17 SkPaint borderPaint;
18 borderPaint.setColor(SkColorSetRGB(0x0, 0xDD, 0x0));
19 borderPaint.setAntiAlias(true);
30 canvas->drawRect(target, borderPaint);
xfermodes3.cpp 179 SkPaint borderPaint;
180 borderPaint.setStyle(SkPaint::kStroke_Style);
181 canvas->drawRect(r, borderPaint);
  /external/skia/gm/
aaclip.cpp 17 SkPaint borderPaint;
18 borderPaint.setColor(SkColorSetRGB(0x0, 0xDD, 0x0));
19 borderPaint.setAntiAlias(true);
30 canvas->drawRect(target, borderPaint);
xfermodes3.cpp 179 SkPaint borderPaint;
180 borderPaint.setStyle(SkPaint::kStroke_Style);
181 canvas->drawRect(r, borderPaint);
  /frameworks/opt/chips/src/com/android/ex/chips/
CircularImageView.java 29 private final Paint borderPaint;
51 borderPaint = new Paint();
52 borderPaint.setColor(Color.TRANSPARENT);
53 borderPaint.setStyle(Paint.Style.STROKE);
54 borderPaint.setStrokeWidth(circularImageBorder);
55 borderPaint.setAntiAlias(true);
112 dest.width() / 2f - circularImageBorder / 2, borderPaint);
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 211 milliseconds