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

1 2 34 5 6 7 8 9

  /external/skia/src/gpu/
GrSWMaskHelper.cpp 64 paint.setStrokeWidth(SK_Scalar1);
72 paint.setStrokeWidth(stroke.getWidth());
  /external/webkit/Source/WebKit/android/plugins/
ANPPaintInterface.cpp 80 paint->setStrokeWidth(SkFloatToScalar(width));
193 ASSIGN(i, setStrokeWidth);
  /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/ui/
ImageCurves.java 389 paint.setStrokeWidth((int) Math.ceil(wl));
393 paint2.setStrokeWidth(6);
418 paint2.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/skia/bench/
RepeatTileBench.cpp 34 p.setStrokeWidth(SkIntToScalar(4));
  /external/skia/gm/
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);
  /external/skia/tests/
BlurTest.cpp 97 paint.setStrokeWidth(SkIntToScalar(strokeWidth));
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextSkia.cpp 332 paint.setStrokeWidth(focusRingOutset * 2);
473 paint.setStrokeWidth(SK_Scalar1); // Always just 1.0 width
577 paint.setStrokeWidth(SkFloatToScalar(m_state->strokeThickness));
606 paint.setStrokeWidth(SkFloatToScalar(lineWidth));
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
BaseRenderer.cpp 136 paint.setStrokeWidth(3);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 125 pt.setStrokeWidth(12.0f);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageRedEye.java 100 paint.setStrokeWidth(2);
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
PlayheadView.java 56 mLinePaint.setStrokeWidth(2);
AudioTrackView.java 66 mLinePaint.setStrokeWidth(1);
72 mLoopPaint.setStrokeWidth(1);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis1/
Visualization1.java 83 paint.setStrokeWidth(2);
  /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/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 112 paint.setStrokeWidth(toScrMatrix.mapRadius(sd.mRadius));
212 paint.setStrokeWidth(40);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 114 mPaintStroke.setStrokeWidth(4.0f * getResources().getDisplayMetrics().density);
130 mPaintEstimate.setStrokeWidth(3.0f);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 538 paint.setStrokeWidth(1.0f);
546 paint.setStrokeWidth(1.0f);
554 paint.setStrokeWidth(1.0f);

Completed in 1155 milliseconds

1 2 34 5 6 7 8 9