HomeSort by relevance Sort by last modified time
    Searched refs:setStyle (Results 101 - 125 of 400) sorted by null

1 2 3 45 6 7 8 91011>>

  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
RectShapeTest.java 54 paint.setStyle(Style.FILL);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Compass.java 102 paint.setStyle(Paint.Style.FILL);
PathEffects.java 60 mPaint.setStyle(Paint.Style.STROKE);
ScaleToFit.java 66 mHairPaint.setStyle(Paint.Style.STROKE);
Xfermodes.java 132 paint.setStyle(Paint.Style.STROKE);
138 paint.setStyle(Paint.Style.FILL);
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
ShadowLayout.java 67 mShadowPaint.setStyle(Style.FILL);
  /external/chromium/chrome/browser/chromeos/login/
rounded_view.h 101 paint.setStyle(SkPaint::kStroke_Style);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPaint.java 79 public void setStyle(Paint.Style style) {
  /external/skia/bench/
BitmapRectBench.cpp 29 p.setStyle(SkPaint::kStroke_Style);
DashBench.cpp 70 paint.setStyle(SkPaint::kStroke_Style);
124 p.setStyle(SkPaint::kFill_Style);
294 p.setStyle(SkPaint::kStroke_Style);
376 p.setStyle(SkPaint::kStroke_Style);
  /external/skia/gm/
pathreverse.cpp 18 paint.setStyle(SkPaint::kStroke_Style);
samplerstress.cpp 135 paint2.setStyle(SkPaint::kStroke_Style);
strokefill.cpp 56 paint.setStyle(SkPaint::kStrokeAndFill_Style);
techtalk1.cpp 52 paint->setStyle(SkPaint::kStroke_Style);
160 paint.setStyle(SkPaint::kStroke_Style);
204 paint.setStyle(SkPaint::kFill_Style);
212 paint.setStyle(SkPaint::kStroke_Style);
complexclip.cpp 111 boundPaint.setStyle(SkPaint::kStroke_Style);
165 paint.setStyle(SkPaint::kStroke_Style);
drawbitmaprect.cpp 137 blackPaint.setStyle(SkPaint::kFill_Style);
144 blackPaint.setStyle(SkPaint::kStroke_Style);
xfermodes.cpp 143 p.setStyle(SkPaint::kFill_Style);
152 p.setStyle(SkPaint::kStroke_Style);
  /external/skia/legacy/src/views/
SkParsePaint.cpp 81 paint->setStyle(b ? SkPaint::kStroke_Style : SkPaint::kFill_Style);
SkProgressView.cpp 93 p.setStyle(SkPaint::kFill_Style);
  /external/skia/src/views/
SkParsePaint.cpp 81 paint->setStyle(b ? SkPaint::kStroke_Style : SkPaint::kFill_Style);
SkProgressView.cpp 93 p.setStyle(SkPaint::kFill_Style);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ClearActivity.java 55 mClearPaint.setStyle(Paint.Style.FILL);
  /packages/apps/Calendar/src/com/android/calendar/
ColorChipView.java 69 mPaint.setStyle(Style.FILL_AND_STROKE);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageStraighten.java 111 gPaint.setStyle(Paint.Style.FILL_AND_STROKE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupStartIndicatorView.java 93 mIndicatorPaint.setStyle(Paint.Style.FILL);

Completed in 1187 milliseconds

1 2 3 45 6 7 8 91011>>