HomeSort by relevance Sort by last modified time
    Searched refs:setStrokeWidth (Results 76 - 100 of 379) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/skia/gm/
stroketext.cpp 39 p.setStrokeWidth(strokeWidth);
emptypath.cpp 103 rectPaint.setStrokeWidth(-1);
188 strokePaint.setStrokeWidth(21);
194 dotPaint.setStrokeWidth(7);
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));
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);
smallpaths.cpp 238 paint.setStrokeWidth(gWidths[i]);
251 paint.setStrokeWidth(gWidths[i] + 2.0f);
263 paint.setStrokeWidth(gWidths[i]);
  /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/libs/hwui/tests/unit/
BakedOpStateTests.cpp 163 strokedPaint.setStrokeWidth(testCase.strokeWidth);
232 paint.setStrokeWidth(0.0f);
246 paint.setStrokeWidth(10.0f);
261 paint.setStrokeWidth(10.0f);
  /packages/apps/Camera2/src/com/android/camera/ui/
ProgressRenderer.java 122 paint.setStrokeWidth(width);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImagePoint.java 66 paint.setStrokeWidth(2);
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);
ImageDraw.java 87 mBorderPaint.setStrokeWidth(edge);
274 mIconPaint.setStrokeWidth(5);
277 mIconPaint.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);
  /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));
RectBench.cpp 74 paint.setStrokeWidth(SkIntToScalar(fStroke));
189 paint.setStrokeWidth(gSizes[i]);
264 paint.setStrokeWidth(gSizes[i]);
  /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);
  /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);
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
AssistVisualizer.java 77 mFramePaint.setStrokeWidth(0);
80 mFrameBaselinePaint.setStrokeWidth(0);
85 mFrameNoTransformPaint.setStrokeWidth(0);
  /cts/tests/tests/graphics/src/android/graphics/cts/
DashPathEffectTest.java 54 paint.setStrokeWidth(0);

Completed in 7014 milliseconds

1 2 34 5 6 7 8 91011>>