HomeSort by relevance Sort by last modified time
    Searched refs:getStrokeWidth (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /external/skia/samplecode/
SampleStrokeRect.cpp 49 canvas->translate(paint.getStrokeWidth(), paint.getStrokeWidth());
SampleDash.cpp 77 y0 += paint.getStrokeWidth() * 3;
SampleDither.cpp 44 r.inset(p.getStrokeWidth(), p.getStrokeWidth());
53 SkScalar thickness = p.getStrokeWidth();
  /external/skia/src/core/
SkStrokeRec.cpp 40 fWidth = paint.getStrokeWidth();
44 if (0 == paint.getStrokeWidth()) {
49 fWidth = paint.getStrokeWidth();
161 SkScalar width = SkPaint::kFill_Style == style ? -SK_Scalar1 : paint.getStrokeWidth();
SkDrawProcs.h 29 SkScalar strokeWidth = paint.getStrokeWidth();
SkDraw.h 88 paint.getStrokeWidth() > 0;
SkPictureCommon.h 111 0 == op.paint.getStrokeWidth()) {
SkPictureContentInfo.cpp 64 if (SkPaint::kStroke_Style == paint.getStyle() && 0 == paint.getStrokeWidth()) {
  /frameworks/layoutlib/bridge/src/android/graphics/
DashPathEffect_Delegate.java 54 paint.getStrokeWidth(),
  /packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
CaretDrawable.java 86 final float width = getBounds().width() - mShadowPaint.getStrokeWidth();
87 final float height = getBounds().height() - mShadowPaint.getStrokeWidth();
88 final float left = getBounds().left + (mShadowPaint.getStrokeWidth() / 2);
89 final float top = getBounds().top + (mShadowPaint.getStrokeWidth() / 2);
  /frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
DrawerArrowDrawable.java 235 if (mPaint.getStrokeWidth() != width) {
246 return mPaint.getStrokeWidth();
364 final float topBottomBarOffset = lerp(mBarGap + mPaint.getStrokeWidth(), -mMaxCutForBarSize,
386 final float barThickness = mPaint.getStrokeWidth();
  /external/skia/gm/
addarc.cpp 34 const SkScalar inset = paint.getStrokeWidth() + 4;
39 while (r.width() > paint.getStrokeWidth() * 3) {
139 const SkScalar delta = paint.getStrokeWidth() * 3 / 2;
144 while (r.width() > paint.getStrokeWidth() * 2) {
189 const SkScalar strokeWidth = paint.getStrokeWidth();
polygons.cpp 92 if (40 == paint->getStrokeWidth()) {
  /external/skia/tests/
StrokerTest.cpp 164 p.getStrokeWidth());
204 gMaxRecursion[1], p.getStrokeWidth());
256 p.getStrokeWidth());
314 gMaxRecursion[1], p.getStrokeWidth());
360 p.getStrokeWidth());
399 gMaxRecursion[1], p.getStrokeWidth());
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPaint.java 114 public float getStrokeWidth() {
  /packages/apps/Calendar/src/com/android/calendar/
ColorChipView.java 68 mDefStrokeWidth = mPaint.getStrokeWidth();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorPickerDialog.java 65 float r = CENTER_X - mPaint.getStrokeWidth()*0.5f;
82 CENTER_RADIUS + mCenterPaint.getStrokeWidth(),
Regions.java 85 float inset = p.getStrokeWidth() * 0.5f;
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheel.java 81 float r = CENTER_X - mPaint.getStrokeWidth()*0.5f;
98 CENTER_RADIUS + mCenterPaint.getStrokeWidth(),
  /frameworks/base/libs/hwui/
BakedOpState.cpp 42 clippedBounds.outset(recordedOp.paint->getStrokeWidth() * 0.5f);
48 && (!transform.isPureTranslate() || recordedOp.paint->getStrokeWidth() < 1.0f))) {
  /frameworks/support/wear/src/android/support/wear/widget/
CircularProgressLayout.java 330 public float getStrokeWidth() {
331 return mProgressDrawable.getStrokeWidth();
  /external/skia/bench/
StrokeBench.cpp 20 pathType, paint.getStrokeWidth(), paint.getStrokeJoin(), paint.getStrokeCap());
  /external/skia/src/pdf/
SkPDFGraphicState.cpp 102 p.getStrokeWidth(), p.getStrokeMiter(),
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
CircularBitmapDrawable.java 71 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth;
  /frameworks/support/design/base/android/support/design/widget/
CircularBorderDrawable.java 93 final float halfBorderWidth = mPaint.getStrokeWidth() / 2f;

Completed in 309 milliseconds

1 2 3 4 5