HomeSort by relevance Sort by last modified time
    Searched refs:setStrokeWidth (Results 26 - 50 of 207) sorted by null

12 3 4 5 6 7 8 9

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryView.java 107 mPaint.setStrokeWidth(3);
111 mPaint.setStrokeWidth(1);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
FramedTextButton.java 105 gPaint.setStrokeWidth(2);
120 gPaint.setStrokeWidth(1);
Spline.java 194 gPaint.setStrokeWidth(1);
201 gPaint.setStrokeWidth(2);
205 gPaint.setStrokeWidth(4);
296 paint.setStrokeWidth(curveWidth + 2);
303 paint.setStrokeWidth(3);
307 paint.setStrokeWidth(1);
313 paint.setStrokeWidth(curveWidth);
  /packages/apps/Launcher2/src/com/android/launcher2/
StrokedTextView.java 121 mPaint.setStrokeWidth(mStrokeWidth);
127 mPaint.setStrokeWidth(0);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
CameraPreviewView.java 47 mPaint.setStrokeWidth(3);
  /cts/tests/tests/graphics/src/android/graphics/cts/
ComposePathEffectTest.java 76 paint.setStrokeWidth(0);
SumPathEffectTest.java 54 paint.setStrokeWidth(0); // 1-pixel hairline
DashPathEffectTest.java 54 paint.setStrokeWidth(0);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PolyToPoly.java 68 mPaint.setStrokeWidth(4);
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_background.cc 54 paint.setStrokeWidth(SkIntToScalar(InfoBar::kSeparatorLineHeight));
  /external/skia/gm/
cubicpaths.cpp 32 paint.setStrokeWidth(strokeWidth);
123 rectPaint.setStrokeWidth(-1);
175 paint.setStrokeWidth(strokeWidth);
267 rectPaint.setStrokeWidth(-1);
drawlooper.cpp 86 paint->setStrokeWidth(gParams[i].fWidth);
fatpathfill.cpp 80 paint.setStrokeWidth(SK_Scalar1);
linepaths.cpp 32 paint.setStrokeWidth(strokeWidth);
121 rectPaint.setStrokeWidth(-1);
173 paint.setStrokeWidth(strokeWidth);
263 rectPaint.setStrokeWidth(-1);
quadpaths.cpp 32 paint.setStrokeWidth(strokeWidth);
122 rectPaint.setStrokeWidth(-1);
174 paint.setStrokeWidth(strokeWidth);
265 rectPaint.setStrokeWidth(-1);
strokerects.cpp 55 paint.setStrokeWidth(x * SkIntToScalar(3));
dashing.cpp 66 paint.setStrokeWidth(SkIntToScalar(w));
143 paint.setStrokeWidth(SkIntToScalar(6));
197 p.setStrokeWidth(SkIntToScalar(strokeWidth));
strokes.cpp 53 paint.setStrokeWidth(SkIntToScalar(9)/2);
113 paint.setStrokeWidth(SkIntToScalar(9)/2);
225 strokePaint.setStrokeWidth(SK_Scalar1 * j * j);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImagePoint.java 72 paint.setStrokeWidth(2);
  /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/wallpapers/Basic/src/com/android/wallpaper/polarclock/
PolarClockWallpaper.java 364 paint.setStrokeWidth(DEFAULT_RING_THICKNESS);
507 paint.setStrokeWidth(lastRingThickness);
521 paint.setStrokeWidth(lastRingThickness);
534 paint.setStrokeWidth(lastRingThickness);
548 paint.setStrokeWidth(lastRingThickness);
562 paint.setStrokeWidth(lastRingThickness);
  /external/skia/bench/
RectBench.cpp 67 paint.setStrokeWidth(SkIntToScalar(fStroke));
156 paint.setStrokeWidth(gSizes[i]);
264 paint.setStrokeWidth(gSizes[i]);
  /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);
  /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 146 mPaint.setStrokeWidth(mStrokeSize);
186 mPaint.setStrokeWidth(mStrokeSize);
196 mPaint.setStrokeWidth(mMarkerStrokeSize);

Completed in 466 milliseconds

12 3 4 5 6 7 8 9