HomeSort by relevance Sort by last modified time
    Searched full:setstrokewidth (Results 101 - 125 of 368) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/skia/gm/
circles.cpp 101 p.setStrokeWidth(SkIntToScalar(3));
118 p.setStrokeWidth(SkIntToScalar(2));
dstreadshuffle.cpp 134 p->setStrokeWidth((SkScalar)width);
138 p->setStrokeWidth((SkScalar)width);
linepaths.cpp 21 paint.setStrokeWidth(strokeWidth);
118 rectPaint.setStrokeWidth(-1);
patchgrid.cpp 25 paint.setStrokeWidth(0.5);
37 paint.setStrokeWidth(2);
path_stroke_with_zero_length.cpp 108 butt.setStrokeWidth(width);
125 butt.setStrokeWidth(width);
polygons.cpp 124 paint.setStrokeWidth(SkIntToScalar(kStrokeWidths[width]));
140 paint.setStrokeWidth(SkIntToScalar(20));
shadertext2.cpp 88 outlinePaint.setStrokeWidth(0.f);
96 strokePaint.setStrokeWidth(kPointSize * 0.1f);
skbug_257.cpp 117 checker.setStrokeWidth(8);
128 stroke.setStrokeWidth(5);
xfermodes3.cpp 84 modePaint.setStrokeWidth(kStrokes[s].fWidth);
101 modePaint.setStrokeWidth(kStrokes[s].fWidth);
  /external/skia/samplecode/
PerlinPatch.cpp 28 paint.setStrokeWidth(0.5f);
40 paint.setStrokeWidth(2);
SampleStrokePath.cpp 31 paint.setStrokeWidth(8000);
142 paint->setStrokeWidth(SkIntToScalar(gRec[i].fStrokeWidth));
  /external/skia/tests/
StrokeTest.cpp 38 paint.setStrokeWidth(0.394537568f);
56 paint.setStrokeWidth(width);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ShapesActivity.java 54 mNormalPaint.setStrokeWidth(6.0f);
60 mStrokePaint.setStrokeWidth(6.0f);
TextActivity.java 90 mMediumPaint.setStrokeWidth(2.0f);
98 mMediumPaint.setStrokeWidth(2.0f);
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
CircularBitmapDrawable.java 63 mBorderPaint.setStrokeWidth(mBorderWidth);
72 mBorderPaint.setStrokeWidth(borderWidth);
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchCircleView.java 110 mPaint.setStrokeWidth(mStrokeSize);
149 mPaint.setStrokeWidth(mMarkerStrokeSize);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
IconView.java 118 mPaint.setStrokeWidth(3);
122 mPaint.setStrokeWidth(1);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DisplayModifier.java 127 paint.setStrokeWidth(0);
133 paint.setStrokeWidth(0.3f);
139 paint.setStrokeWidth(1);
145 paint.setStrokeWidth(5);
151 paint.setStrokeWidth(30);
  /external/skia/bench/
DashBench.cpp 69 paint.setStrokeWidth(SkIntToScalar(fWidth));
238 paint.setStrokeWidth(fStrokeWidth);
279 p.setStrokeWidth(SkIntToScalar(fStrokeWidth));
364 p.setStrokeWidth(fStrokeWidth);
405 p.setStrokeWidth(SkIntToScalar(fStrokeWidth));
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DisplayModifier.java 129 paint.setStrokeWidth(0);
137 paint.setStrokeWidth(0.3f);
143 paint.setStrokeWidth(1);
149 paint.setStrokeWidth(5);
155 paint.setStrokeWidth(30);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 478 mDateLinePaint.setStrokeWidth(hairlineWidth);
698 mTextPaint.setStrokeWidth(mThinLineWidth);
699 mBatteryGoodPaint.setStrokeWidth(mThinLineWidth);
700 mBatteryWarnPaint.setStrokeWidth(mThinLineWidth);
701 mBatteryCriticalPaint.setStrokeWidth(mThinLineWidth);
702 mChargingPaint.setStrokeWidth(mLineWidth);
703 mScreenOnPaint.setStrokeWidth(mLineWidth);
704 mGpsOnPaint.setStrokeWidth(mLineWidth);
705 mCameraOnPaint.setStrokeWidth(mLineWidth);
706 mFlashlightOnPaint.setStrokeWidth(mLineWidth)
    [all...]
  /external/skia/site/user/api/
skpaint.md 42 paint2.setStrokeWidth(SkIntToScalar(3));
66 paint2.setStrokeWidth(3);
74 paint2.setStrokeWidth(SkIntToScalar(5));
663 paint.setStrokeWidth(2.0f);
683 paint.setStrokeWidth(2.0f);
710 paint.setStrokeWidth(2.0f);
734 paint.setStrokeWidth(2.0f);
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
CaptureActivity.java 229 paint.setStrokeWidth(3.0f);
236 paint.setStrokeWidth(4.0f);
244 paint.setStrokeWidth(10.0f);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCurves.java 381 paint.setStrokeWidth((int) Math.ceil(wl));
385 paint2.setStrokeWidth(6);
410 paint2.setStrokeWidth(2);
  /cts/tests/tests/graphics/src/android/graphics/cts/
ComposePathEffectTest.java 76 paint.setStrokeWidth(0);

Completed in 406 milliseconds

1 2 3 45 6 7 8 91011>>