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

12 3 4 5 6 7 8 91011

  /external/skia/gm/
circles.cpp 100 p.setStrokeWidth(SkIntToScalar(3));
117 p.setStrokeWidth(SkIntToScalar(2));
srcmode.cpp 39 p.setStrokeWidth(0);
45 p.setStrokeWidth(H/5);
fatpathfill.cpp 74 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);
roundrects.cpp 57 p.setStrokeWidth(SkIntToScalar(5));
74 p.setStrokeWidth(SkIntToScalar(3));
154 rectPaint.setStrokeWidth(SkIntToScalar(0));
317 p.setStrokeWidth(strokeWidths[i]);
strokerects.cpp 55 paint.setStrokeWidth(x * SkIntToScalar(3));
strokes.cpp 53 paint.setStrokeWidth(SkIntToScalar(9)/2);
113 paint.setStrokeWidth(SkIntToScalar(9)/2);
225 strokePaint.setStrokeWidth(SK_Scalar1 * j * j);
beziereffects.cpp 119 polyPaint.setStrokeWidth(0);
138 boundsPaint.setStrokeWidth(0);
267 polyPaint.setStrokeWidth(0);
287 boundsPaint.setStrokeWidth(0);
448 polyPaint.setStrokeWidth(0);
467 boundsPaint.setStrokeWidth(0);
aaclip.cpp 28 paint.setStrokeWidth(1.01f);
55 paint.setStrokeWidth(width);
84 paint.setStrokeWidth(2);
dashing.cpp 66 paint.setStrokeWidth(SkIntToScalar(w));
143 paint.setStrokeWidth(SkIntToScalar(6));
197 p.setStrokeWidth(SkIntToScalar(strokeWidth));
  /packages/apps/Calendar/src/com/android/calendar/
ColorChipView.java 104 mPaint.setStrokeWidth(mDefStrokeWidth);
114 mPaint.setStrokeWidth(mBorderWidth);
  /packages/apps/Camera/src/com/android/camera/ui/
ZoomRenderer.java 112 mPaint.setStrokeWidth(mInnerStroke);
117 mPaint.setStrokeWidth(mOuterStroke);
  /packages/apps/Camera2/src/com/android/camera/ui/
ZoomRenderer.java 112 mPaint.setStrokeWidth(mInnerStroke);
117 mPaint.setStrokeWidth(mOuterStroke);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
FramedTextButton.java 105 gPaint.setStrokeWidth(2);
120 gPaint.setStrokeWidth(1);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
CameraPreviewView.java 47 mPaint.setStrokeWidth(3);
  /external/chromium_org/ash/accelerators/
debug_commands.cc 28 paint.setStrokeWidth(10);
  /external/chromium_org/ui/views/controls/
focusable_border.cc 53 paint.setStrokeWidth(SkIntToScalar(2));
  /external/skia/tests/
GpuDrawPathTest.cpp 36 paint.setStrokeWidth(SkIntToScalar(20));
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PathOffsetActivity.java 47 mPaint.setStrokeWidth(3);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
HistogramView.java 97 mPaint.setStrokeWidth((int) Math.ceil(wl));
107 mPaint.setStrokeWidth(6);
132 mPaint.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/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Spline.java 216 gPaint.setStrokeWidth(1);
223 gPaint.setStrokeWidth(2);
227 gPaint.setStrokeWidth(4);
318 paint.setStrokeWidth(curveWidth + 2);
325 paint.setStrokeWidth(3);
329 paint.setStrokeWidth(1);
335 paint.setStrokeWidth(curveWidth);
  /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 72 paint.setStrokeWidth(SkIntToScalar(fStroke));
163 paint.setStrokeWidth(gSizes[i]);
293 paint.setStrokeWidth(gSizes[i]);

Completed in 361 milliseconds

12 3 4 5 6 7 8 91011