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

1 2 3 4

  /external/skia/samplecode/
SampleStrokeRect.cpp 51 canvas->translate(paint.getStrokeWidth(), paint.getStrokeWidth());
SampleDash.cpp 78 y0 += paint.getStrokeWidth() * 3;
SampleDither.cpp 48 r.inset(p.getStrokeWidth(), p.getStrokeWidth());
57 SkScalar thickness = p.getStrokeWidth();
  /external/skia/src/core/
SkStrokeRec.cpp 40 fWidth = paint.getStrokeWidth();
44 if (0 == paint.getStrokeWidth()) {
49 fWidth = paint.getStrokeWidth();
SkDrawProcs.h 29 SkScalar strokeWidth = paint.getStrokeWidth();
SkPictureCommon.h 127 0 == op.paint.getStrokeWidth()) {
SkPictureContentInfo.cpp 64 if (SkPaint::kStroke_Style == paint.getStyle() && 0 == paint.getStrokeWidth()) {
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DashPathEffect_Delegate.java 54 paint.getStrokeWidth(),
  /packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
CaretDrawable.java 83 final float width = getBounds().width() - mShadowPaint.getStrokeWidth();
84 final float height = getBounds().height() - mShadowPaint.getStrokeWidth();
85 final float left = getBounds().left + (mShadowPaint.getStrokeWidth() / 2);
86 final float top = getBounds().top + (mShadowPaint.getStrokeWidth() / 2);
  /external/skia/gm/
addarc.cpp 33 const SkScalar inset = paint.getStrokeWidth() + 4;
38 while (r.width() > paint.getStrokeWidth() * 3) {
138 const SkScalar delta = paint.getStrokeWidth() * 3 / 2;
143 while (r.width() > paint.getStrokeWidth() * 2) {
polygons.cpp 92 if (40 == paint->getStrokeWidth()) {
  /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/tests/
StrokerTest.cpp 148 p.getStrokeWidth());
188 gMaxRecursion[1], p.getStrokeWidth());
240 p.getStrokeWidth());
298 gMaxRecursion[1], p.getStrokeWidth());
344 p.getStrokeWidth());
383 gMaxRecursion[1], p.getStrokeWidth());
PaintTest.cpp 197 SkScalarMul(paint.getStrokeWidth(), miter) :
198 paint.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);
46 && (!transform.isPureTranslate() || recordedOp.paint->getStrokeWidth() < 1.0f))) {
  /external/skia/bench/
StrokeBench.cpp 20 pathType, paint.getStrokeWidth(), paint.getStrokeJoin(), paint.getStrokeCap());
DashBench.cpp 117 rect.fTop = pts[0].fY - paint.getStrokeWidth() / 2;
119 rect.fBottom = rect.fTop + paint.getStrokeWidth();
  /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;
  /frameworks/base/core/jni/
android_graphics_drawable_VectorDrawable.cpp 272 static jfloat getStrokeWidth(JNIEnv*, jobject, jlong fullPathPtr) {
274 return fullPath->stagingProperties()->getStrokeWidth();
395 {"nGetStrokeWidth", "!(J)F", (void*)getStrokeWidth},

Completed in 1959 milliseconds

1 2 3 4