HomeSort by relevance Sort by last modified time
    Searched refs:setStrokeWidth (Results 101 - 125 of 266) sorted by null

1 2 3 45 6 7 8 91011

  /external/skia/src/gpu/
GrSWMaskHelper.cpp 65 paint.setStrokeWidth(SK_Scalar1);
73 paint.setStrokeWidth(stroke.getWidth());
  /external/skia/tests/
PaintTest.cpp 143 paint.setStrokeWidth(SkIntToScalar(2));
210 paint.setStrokeWidth(SkIntToScalar(2));
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ShapesActivity.java 54 mNormalPaint.setStrokeWidth(6.0f);
60 mStrokePaint.setStrokeWidth(6.0f);
PathsCacheActivity.java 84 mMediumPaint.setStrokeWidth(10.0f);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
IconView.java 118 mPaint.setStrokeWidth(3);
122 mPaint.setStrokeWidth(1);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCurves.java 382 paint.setStrokeWidth((int) Math.ceil(wl));
386 paint2.setStrokeWidth(6);
411 paint2.setStrokeWidth(2);
ImageRedEye.java 100 paint.setStrokeWidth(2);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShapeDrawable1.java 118 msd.getStrokePaint().setStrokeWidth(4);
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_arrow_model.cc 85 paint.setStrokeWidth(1);
  /external/chromium_org/chrome/browser/chromeos/ui/
focus_ring_layer.cc 118 paint.setStrokeWidth(2);
  /external/skia/bench/
RepeatTileBench.cpp 34 p.setStrokeWidth(SkIntToScalar(4));
  /external/skia/gm/
canvasstate.cpp 46 fStrokePaint.setStrokeWidth(1);
conicpaths.cpp 135 paint.setStrokeWidth(0);
giantbitmap.cpp 41 paint.setStrokeWidth(SkIntToScalar(20));
hairmodes.cpp 54 paint.setStrokeWidth(SK_Scalar1 * angle * 2 / 24);
shadertext3.cpp 85 outlinePaint.setStrokeWidth(0.f);
shadertext2.cpp 112 outlinePaint.setStrokeWidth(0.f);
120 strokePaint.setStrokeWidth(kPointSize * 0.1f);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 128 pt.setStrokeWidth(12.0f);
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
PlayheadView.java 56 mLinePaint.setStrokeWidth(2);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis1/
Visualization1.java 83 paint.setStrokeWidth(2);
  /external/chromium_org/ash/wm/gestures/
long_press_affordance_handler.cc 86 paint.setStrokeWidth(2 * kAffordanceArcWidth);
123 paint.setStrokeWidth(glow_width);
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 288 mDNAAllDayPaint.setStrokeWidth(DNA_ALL_DAY_WIDTH);
432 mEventExtrasPaint.setStrokeWidth(EVENT_SQUARE_BORDER);
444 mEventDeclinedExtrasPaint.setStrokeWidth(EVENT_SQUARE_BORDER);
464 mDNATimePaint.setStrokeWidth(DNA_WIDTH);
468 mDNAAllDayPaint.setStrokeWidth(DNA_ALL_DAY_WIDTH);
472 mEventSquarePaint.setStrokeWidth(EVENT_SQUARE_BORDER);
564 p.setStrokeWidth(TODAY_HIGHLIGHT_WIDTH);
619 p.setStrokeWidth(DAY_SEPARATOR_INNER_WIDTH);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/crop/
CropDrawingUtils.java 34 p.setStrokeWidth(2);
53 p.setStrokeWidth(3);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropDrawingUtils.java 34 p.setStrokeWidth(2);
53 p.setStrokeWidth(3);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterDraw.java 127 paint.setStrokeWidth(toScrMatrix.mapRadius(sd.mRadius));
230 paint.setStrokeWidth(40);

Completed in 1436 milliseconds

1 2 3 45 6 7 8 91011