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

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/view/
RoundScrollbarRenderer.java 70 mThumbPaint.setStrokeWidth(thumbWidth);
71 mTrackPaint.setStrokeWidth(thumbWidth);
  /packages/apps/Calendar/src/com/android/calendar/
ColorChipView.java 104 mPaint.setStrokeWidth(mDefStrokeWidth);
114 mPaint.setStrokeWidth(mBorderWidth);
  /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/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
PaintUtils.java 37 paint.setStrokeWidth(PixelUtils.dpToPix(lineSizeDp));
  /external/skia/bench/
BigPathBench.cpp 53 paint.setStrokeWidth(2);
RectBench.cpp 74 paint.setStrokeWidth(SkIntToScalar(fStroke));
189 paint.setStrokeWidth(gSizes[i]);
264 paint.setStrokeWidth(gSizes[i]);
  /external/skia/gm/
quadpaths.cpp 35 paint.setStrokeWidth(strokeWidth);
125 rectPaint.setStrokeWidth(-1);
178 paint.setStrokeWidth(strokeWidth);
269 rectPaint.setStrokeWidth(-1);
roundrects.cpp 67 p.setStrokeWidth(SkIntToScalar(5));
84 p.setStrokeWidth(SkIntToScalar(3));
155 rectPaint.setStrokeWidth(SkIntToScalar(0));
318 p.setStrokeWidth(strokeWidths[i]);
stlouisarch.cpp 79 paint.setStrokeWidth(0);
strokerects.cpp 56 paint.setStrokeWidth(x * SkIntToScalar(3));
stroketext.cpp 39 p.setStrokeWidth(strokeWidth);
emptypath.cpp 103 rectPaint.setStrokeWidth(-1);
188 strokePaint.setStrokeWidth(21);
194 dotPaint.setStrokeWidth(7);
beziereffects.cpp 194 polyPaint.setStrokeWidth(0);
213 boundsPaint.setStrokeWidth(0);
334 polyPaint.setStrokeWidth(0);
354 boundsPaint.setStrokeWidth(0);
569 polyPaint.setStrokeWidth(0);
588 boundsPaint.setStrokeWidth(0);
ovals.cpp 57 p.setStrokeWidth(SkIntToScalar(5));
74 p.setStrokeWidth(SkIntToScalar(3));
152 rectPaint.setStrokeWidth(SkIntToScalar(0));
poly2poly.cpp 46 fStrokePaint.setStrokeWidth(SK_Scalar1);
70 fStrokePaint.setStrokeWidth(SkDoubleToScalar(lineWidth));
237 paint.setStrokeWidth(SkIntToScalar(4));
  /external/skia/samplecode/
SampleDash.cpp 61 paint.setStrokeWidth(SkIntToScalar(1));
SampleMegaStroke.cpp 56 paint.setStrokeWidth(1);
SampleAARects.cpp 29 paint.setStrokeWidth(SkIntToScalar(n)/15);
69 bluePaint.setStrokeWidth(3);
70 bmpPaint.setStrokeWidth(3);
SampleSlides.cpp 46 paint->setStrokeWidth(0);
50 paint->setStrokeWidth(0);
55 paint->setStrokeWidth(12);
61 paint->setStrokeWidth(12);
480 p.setStrokeWidth(SK_Scalar1);
496 p.setStrokeWidth(SK_Scalar1*2);
503 p.setStrokeWidth(SK_Scalar1*4);
507 p.setStrokeWidth(SK_Scalar1*3/2);
515 p.setStrokeWidth(SK_Scalar1*3);
591 p.setStrokeWidth(SK_Scalar1)
    [all...]
SampleFatBits.cpp 123 paint->setStrokeWidth(0);
126 paint->setStrokeWidth(SK_Scalar1);
134 paint->setStrokeWidth(WIRE_FRAME_SIZE);
199 inner.setStrokeWidth(PIXEL_CENTER_SIZE);
203 outer.setStrokeWidth(PIXEL_CENTER_SIZE + 2);
243 p.setStrokeWidth(SK_Scalar1 * fZoom);
252 p.setStrokeWidth(SK_Scalar1 * fZoom);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PathOffsetActivity.java 47 mPaint.setStrokeWidth(3);
  /external/skia/experimental/DrawingBoard/
SkColorPalette.cpp 41 paint.setStrokeWidth(SkIntToScalar(3));
44 paint.setStrokeWidth(1);
55 paint.setStrokeWidth(0);
  /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);
  /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);

Completed in 514 milliseconds

1 23 4 5 6 7 8 91011>>