HomeSort by relevance Sort by last modified time
    Searched refs:setStyle (Results 51 - 75 of 526) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skia/gm/
shadows.cpp 19 paint->setStyle(SkPaint::kFill_Style);
21 paint->setStyle(SkPaint::kStroke_Style);
bitmaprecttest.cpp 25 paint.setStyle(SkPaint::kStroke_Style);
ovals.cpp 55 p.setStyle(SkPaint::kStroke_Style);
64 p.setStyle(SkPaint::kStroke_Style);
72 p.setStyle(SkPaint::kStrokeAndFill_Style);
150 rectPaint.setStyle(SkPaint::kStroke_Style);
stringart.cpp 56 paint.setStyle(SkPaint::kStroke_Style);
thinstrokedrects.cpp 32 paint.setStyle(SkPaint::kStroke_Style);
roundrects.cpp 56 p.setStyle(SkPaint::kStroke_Style);
65 p.setStyle(SkPaint::kStroke_Style);
73 p.setStyle(SkPaint::kStrokeAndFill_Style);
153 rectPaint.setStyle(SkPaint::kStroke_Style);
316 p.setStyle(SkPaint::kStroke_Style);
  /frameworks/base/core/java/android/text/style/
BulletSpan.java 93 p.setStyle(Paint.Style.FILL);
114 p.setStyle(style);
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ArcShapeTest.java 52 paint.setStyle(Style.FILL);
OvalShapeTest.java 47 paint.setStyle(Style.FILL);
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
RoundView.java 61 mPaint.setStyle(Paint.Style.STROKE);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnFlowThread.cpp 96 firstSet->setStyle(RenderStyle::createAnonymousStyleWithDisplay(parentBlock->style(), BLOCK));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
KeyframeList.h 59 void setStyle(PassRefPtr<RenderStyle> style) { m_style = style; }
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
StrokeData.cpp 64 paint->setStyle(SkPaint::kStroke_Style);
StrokeData.h 59 void setStyle(const StrokeStyle style) { m_style = style; }
  /external/chromium_org/ui/app_list/views/
app_list_background.cc 47 paint.setStyle(SkPaint::kFill_Style);
  /external/chromium_org/ui/views/controls/
focusable_border.cc 44 paint.setStyle(SkPaint::kStroke_Style);
  /external/chromium_org/ui/views/controls/menu/
menu_image_util.cc 59 paint.setStyle(SkPaint::kFill_Style);
66 paint.setStyle(SkPaint::kStroke_Style);
82 paint.setStyle(SkPaint::kFill_Style);
88 paint.setStyle(SkPaint::kStroke_Style);
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapText.java 247 public void setStyle(int start, int end, int style) {
248 letters.setStyle(start, end, style);
256 public void setStyle(String regexp, int style) {
260 setStyle(m.start(), m.end(), style);
  /external/skia/bench/
LineBench.cpp 49 paint.setStyle(SkPaint::kStroke_Style);
  /external/skia/tests/
StrokeTest.cpp 26 paint.setStyle(SkPaint::kStroke_Style);
  /frameworks/base/core/java/com/android/internal/app/
MediaRouteChooserDialogFragment.java 48 setStyle(STYLE_NORMAL, android.R.style.Theme_DeviceDefault_Dialog);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PathOffsetActivity.java 46 mPaint.setStyle(Paint.Style.STROKE);
PathsActivity.java 62 mSmallPaint.setStyle(Paint.Style.STROKE);
68 mLinePaint.setStyle(Paint.Style.STROKE);
74 mMediumPaint.setStyle(Paint.Style.STROKE);
80 mLargePaint.setStyle(Paint.Style.FILL);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorRectView.java 80 mDotPaint.setStyle(Paint.Style.FILL);
83 mWheelPaint1.setStyle(Paint.Style.FILL);
84 mWheelPaint2.setStyle(Paint.Style.FILL);
85 mWheelPaint3.setStyle(Paint.Style.FILL);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupStepIndicatorView.java 37 mIndicatorPaint.setStyle(Paint.Style.FILL);

Completed in 317 milliseconds

1 23 4 5 6 7 8 91011>>