HomeSort by relevance Sort by last modified time
    Searched full:setstrokewidth (Results 51 - 75 of 260) sorted by null

1 23 4 5 6 7 8 91011

  /external/skia/gm/
ovals.cpp 56 p.setStrokeWidth(SkIntToScalar(5));
73 p.setStrokeWidth(SkIntToScalar(3));
151 rectPaint.setStrokeWidth(SkIntToScalar(0));
poly2poly.cpp 42 fStrokePaint.setStrokeWidth(SK_Scalar1);
66 fStrokePaint.setStrokeWidth(SkDoubleToScalar(lineWidth));
228 paint.setStrokeWidth(SkIntToScalar(4));
blurquickreject.cpp 55 hairlinePaint.setStrokeWidth(0);
cubicpaths.cpp 71 paint.setStrokeWidth(strokeWidth);
162 rectPaint.setStrokeWidth(-1);
214 paint.setStrokeWidth(strokeWidth);
306 rectPaint.setStrokeWidth(-1);
drawlooper.cpp 87 paint->setStrokeWidth(gParams[i].fWidth);
samplerstress.cpp 136 paint2.setStrokeWidth(1);
shadows.cpp 22 paint->setStrokeWidth(strokeWidth);
strokefill.cpp 45 paint.setStrokeWidth(SkIntToScalar(5));
techtalk1.cpp 54 paint->setStrokeWidth(WIRE_FRAME_WIDTH);
139 paint.setStrokeWidth(40);
161 paint.setStrokeWidth(25);
213 paint.setStrokeWidth(25);
  /frameworks/base/core/java/android/gesture/
Gesture.java 198 paint.setStrokeWidth(BITMAP_RENDERING_WIDTH);
232 paint.setStrokeWidth(BITMAP_RENDERING_WIDTH);
241 paint.setStrokeWidth(2.0f / scale);
  /packages/apps/DeskClock/src/com/android/deskclock/
CircleTimerView.java 141 mPaint.setStrokeWidth(mStrokeSize);
174 mPaint.setStrokeWidth(mStrokeSize);
184 mPaint.setStrokeWidth(mMarkerStrokeSize);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java 87 mBorderPaint.setStrokeWidth(edge);
274 mIconPaint.setStrokeWidth(5);
277 mIconPaint.setStrokeWidth(3);
ImagePoint.java 66 paint.setStrokeWidth(2);
  /cts/tests/tests/graphics/src/android/graphics/cts/
SumPathEffectTest.java 54 paint.setStrokeWidth(0); // 1-pixel hairline
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
RoundView.java 62 mPaint.setStrokeWidth(STROKE_WIDTH);
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_background.cc 54 paint.setStrokeWidth(SkIntToScalar(InfoBar::kSeparatorLineHeight));
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_background.cc 34 paint.setStrokeWidth(SkIntToScalar(InfoBar::kSeparatorLineHeight));
  /external/skia/bench/
DashBench.cpp 68 paint.setStrokeWidth(SkIntToScalar(fWidth));
238 paint.setStrokeWidth(fStrokeWidth);
279 p.setStrokeWidth(SkIntToScalar(fStrokeWidth));
364 p.setStrokeWidth(fStrokeWidth);
StrokeBench.cpp 86 fRec.fPaint.setStrokeWidth(5);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ClearActivity.java 54 mClearPaint.setStrokeWidth(15.0f);
ScaledPathsActivity.java 48 mPathPaint.setStrokeWidth(5.0f);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 463 mTextPaint.setStrokeWidth(mThinLineWidth);
464 mBatteryGoodPaint.setStrokeWidth(mThinLineWidth);
465 mBatteryWarnPaint.setStrokeWidth(mThinLineWidth);
466 mBatteryCriticalPaint.setStrokeWidth(mThinLineWidth);
467 mChargingPaint.setStrokeWidth(mLineWidth);
468 mScreenOnPaint.setStrokeWidth(mLineWidth);
469 mGpsOnPaint.setStrokeWidth(mLineWidth);
470 mWifiRunningPaint.setStrokeWidth(mLineWidth);
471 mWakeLockPaint.setStrokeWidth(mLineWidth);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorPickerDialog.java 53 mPaint.setStrokeWidth(32);
57 mCenterPaint.setStrokeWidth(5);
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheel.java 66 mPaint.setStrokeWidth(32);
70 mCenterPaint.setStrokeWidth(5);
  /external/chromium/chrome/browser/chromeos/login/
rounded_rect_painter.cc 67 paint.setStrokeWidth(SkIntToScalar(SK_Scalar1));
213 paint.setStrokeWidth(SkIntToScalar(stroke_width_));

Completed in 1277 milliseconds

1 23 4 5 6 7 8 91011