HomeSort by relevance Sort by last modified time
    Searched refs:setStyle (Results 276 - 300 of 810) sorted by null

<<11121314151617181920>>

  /external/skia/gm/
bigblurs.cpp 63 outlinePaint.setStyle(SkPaint::kStroke_Style);
coloremoji.cpp 94 clipHairline.setStyle(SkPaint::kStroke_Style);
cubicpaths.cpp 82 paint.setStyle(style);
169 rectPaint.setStyle(SkPaint::kStroke_Style);
229 paint.setStyle(style);
317 rectPaint.setStyle(SkPaint::kStroke_Style);
dashing.cpp 61 paint.setStyle(SkPaint::kStroke_Style);
150 paint.setStyle(SkPaint::kStroke_Style);
208 p.setStyle(SkPaint::kStroke_Style);
342 paint.setStyle(SkPaint::kStroke_Style);
drawlooper.cpp 89 paint->setStyle(gParams[i].fStyle);
pathreverse.cpp 18 paint.setStyle(SkPaint::kStroke_Style);
samplerstress.cpp 131 paint2.setStyle(SkPaint::kStroke_Style);
strokefill.cpp 60 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);
verylargebitmap.cpp 35 paint.setStyle(SkPaint::kStroke_Style);
  /external/skia/samplecode/
SampleAvoid.cpp 78 frameP.setStyle(SkPaint::kStroke_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/core/java/android/widget/
TextViewWithCircularIndicator.java 76 mCirclePaint.setStyle(Paint.Style.FILL);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ClearActivity.java 55 mClearPaint.setStyle(Paint.Style.FILL);
  /frameworks/opt/chips/src/com/android/ex/chips/
CircularImageView.java 53 borderPaint.setStyle(Paint.Style.STROKE);
  /packages/apps/Calendar/src/com/android/calendar/
ColorChipView.java 69 mPaint.setStyle(Style.FILL_AND_STROKE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupStartIndicatorView.java 93 mIndicatorPaint.setStyle(Paint.Style.FILL);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Xfermodes.java 132 paint.setStyle(Paint.Style.STROKE);
138 paint.setStyle(Paint.Style.FILL);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRubyRun.cpp 186 renderer->setStyle(newStyle.release());
196 rr->setStyle(newStyle.release());
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextState.cpp 25 m_strokePaint.setStyle(SkPaint::kStroke_Style);
83 m_strokeData.setStyle(style);
  /external/chromium_org/third_party/skia/bench/
ChartBench.cpp 143 plotPaint.setStyle(SkPaint::kStroke_Style);
148 fillPaint.setStyle(SkPaint::kFill_Style);
  /external/chromium_org/third_party/skia/experimental/DrawingBoard/
SkColorPalette.cpp 47 paint.setStyle(SkPaint::kStroke_Style);
50 paint.setStyle(SkPaint::kFill_Style);
  /external/chromium_org/third_party/skia/gm/
complexclip.cpp 116 boundPaint.setStyle(SkPaint::kStroke_Style);
170 paint.setStyle(SkPaint::kStroke_Style);
drawbitmaprect.cpp 134 blackPaint.setStyle(SkPaint::kFill_Style);
141 blackPaint.setStyle(SkPaint::kStroke_Style);

Completed in 284 milliseconds

<<11121314151617181920>>