HomeSort by relevance Sort by last modified time
    Searched refs:setStyle (Results 76 - 100 of 370) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/skia/gm/
linepaths.cpp 35 paint.setStyle(style);
120 rectPaint.setStyle(SkPaint::kStroke_Style);
176 paint.setStyle(style);
262 rectPaint.setStyle(SkPaint::kStroke_Style);
quadpaths.cpp 35 paint.setStyle(style);
121 rectPaint.setStyle(SkPaint::kStroke_Style);
177 paint.setStyle(style);
264 rectPaint.setStyle(SkPaint::kStroke_Style);
strokerects.cpp 50 paint.setStyle(SkPaint::kStroke_Style);
  /external/skia/samplecode/
SampleBitmapRect.cpp 79 paint.setStyle(SkPaint::kStroke_Style);
SampleDrawLooper.cpp 50 paint->setStyle(gParams[i].fStyle);
SampleAAClip2.cpp 101 paint.setStyle(SkPaint::kStroke_Style);
118 paint.setStyle(SkPaint::kStroke_Style);
133 paint.setStyle(SkPaint::kStroke_Style);
SampleTextOnPath.cpp 184 paint.setStyle(SkPaint::kStroke_Style);
186 paint.setStyle(SkPaint::kFill_Style);
259 paint.setStyle(SkPaint::kStroke_Style);
  /external/webkit/Source/WebCore/rendering/style/
KeyframeList.h 54 void setStyle(PassRefPtr<RenderStyle> style) { m_style = style; }
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmTimePickerDialogFragment.java 53 setStyle(DialogFragment.STYLE_NO_TITLE, 0);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 116 mPaintStroke.setStyle(Style.STROKE);
121 mPaintFill.setStyle(Style.FILL);
126 mPaintFillSecondary.setStyle(Style.FILL);
132 mPaintEstimate.setStyle(Style.STROKE);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorPickerDialog.java 52 mPaint.setStyle(Paint.Style.STROKE);
74 mCenterPaint.setStyle(Paint.Style.STROKE);
85 mCenterPaint.setStyle(Paint.Style.FILL);
Compass.java 102 paint.setStyle(Paint.Style.FILL);
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheel.java 65 mPaint.setStyle(Paint.Style.STROKE);
90 mCenterPaint.setStyle(Paint.Style.STROKE);
101 mCenterPaint.setStyle(Paint.Style.FILL);
  /external/webkit/Source/WebCore/platform/chromium/
PlatformThemeChromiumGtk.cpp 172 paint.setStyle(SkPaint::kFill_Style);
177 paint.setStyle(SkPaint::kStroke_Style);
188 paint.setStyle(SkPaint::kFill_Style);
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLSubSup.cpp 78 m_scripts->setStyle(scriptsStyle.release());
86 script->setStyle(scriptStyle.release());
99 wrapper->setStyle(wrapperStyle.release());
  /packages/apps/Settings/src/com/android/settings/applications/
LinearColorBar.java 42 mPaint.setStyle(Paint.Style.FILL);
43 mColorGradientPaint.setStyle(Paint.Style.FILL);
45 mEdgeGradientPaint.setStyle(Paint.Style.STROKE);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
NotificationGenerator.java 106 builder.setStyle(bigPicture);
115 builder.setStyle(bigText);
127 builder.setStyle(inboxStyle);
  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleWeekView.java 322 p.setStyle(Style.FILL);
329 mMonthNumPaint.setStyle(Style.FILL);
409 p.setStyle(Style.FILL);
437 p.setStyle(Style.FILL);
480 p.setStyle(Style.STROKE);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 56 mPaints[i].setStyle(Paint.Style.FILL);
182 mBatteryBackgroundPaint.setStyle(Paint.Style.FILL);
184 mBatteryGoodPaint.setStyle(Paint.Style.STROKE);
186 mBatteryWarnPaint.setStyle(Paint.Style.STROKE);
188 mBatteryCriticalPaint.setStyle(Paint.Style.STROKE);
190 mChargingPaint.setStyle(Paint.Style.STROKE);
191 mScreenOnPaint.setStyle(Paint.Style.STROKE);
192 mGpsOnPaint.setStyle(Paint.Style.STROKE);
193 mWifiRunningPaint.setStyle(Paint.Style.STROKE);
194 mWakeLockPaint.setStyle(Paint.Style.STROKE)
    [all...]
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
CropView.java 95 outerAreaPaint.setStyle(Paint.Style.FILL);
99 borderPaint.setStyle(Paint.Style.STROKE);
104 highlightPaint.setStyle(Paint.Style.STROKE);
  /cts/tests/tests/graphics/src/android/graphics/cts/
DashPathEffectTest.java 53 paint.setStyle(Style.STROKE);
EmbossMaskFilterTest.java 45 paint.setStyle(Paint.Style.STROKE);
PictureTest.java 80 paint.setStyle(Style.FILL);
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
PathShapeTest.java 58 paint.setStyle(Style.FILL);
RectShapeTest.java 54 paint.setStyle(Style.FILL);

Completed in 1302 milliseconds

1 2 34 5 6 7 8 91011>>