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

1 2

  /external/skia/samplecode/
SampleStrokeRect.cpp 51 canvas->translate(paint.getStrokeWidth(), paint.getStrokeWidth());
SampleStrokeText.cpp 40 SkScalar sw = -original.getStrokeWidth();
86 SkScalar sw = -original.getStrokeWidth();
SampleDash.cpp 80 y0 += paint.getStrokeWidth() * 3;
SampleDither.cpp 48 r.inset(p.getStrokeWidth(), p.getStrokeWidth());
57 SkScalar thickness = p.getStrokeWidth();
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DashPathEffect_Delegate.java 54 paint.getStrokeWidth(),
Paint_Delegate.java 140 public float getStrokeWidth() {
196 getStrokeWidth(),
380 /*package*/ static float getStrokeWidth(Paint thisPaint) {
    [all...]
  /external/skia/tests/
PaintTest.cpp 92 SkScalarMul(paint.getStrokeWidth(), miter) :
93 paint.getStrokeWidth();
  /external/skia/bench/
SkBenchmark.h 63 SkScalar getStrokeWidth() {
RectBench.cpp 114 gSizes[0] = this->getStrokeWidth();
160 gSizes[0] = this->getStrokeWidth();
  /external/skia/src/pdf/
SkPDFGraphicState.cpp 223 insertScalar("LW", fPaint.getStrokeWidth());
253 a->getStrokeWidth() != b->getStrokeWidth() ||
  /frameworks/base/libs/hwui/
PathCache.cpp 43 offset = (int) floorf(fmax(paint->getStrokeWidth(), 1.0f) * 1.5f + 0.5f);
  /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(),
  /external/webkit/Source/WebKit/android/plugins/
ANPPaintInterface.cpp 64 return SkScalarToFloat(paint->getStrokeWidth());
189 ASSIGN(i, getStrokeWidth);
  /external/skia/src/core/
SkPathEffect.cpp 74 : fWidth(paint.getStrokeWidth()), fMiter(paint.getStrokeMiter()),
SkDraw.cpp 434 SkScalar width = paint.getStrokeWidth();
483 if (0 == fPaint->getStrokeWidth()) {
521 SkScalar inset = paint.getStrokeWidth();
600 SkScalar width = newPaint.getStrokeWidth();
676 SkPoint pt = { paint.getStrokeWidth(), paint.getStrokeWidth() };
687 const SkScalar width = paint.getStrokeWidth();
868 SkScalar strokeWidth = paint.getStrokeWidth();
    [all...]
  /external/skia/src/effects/
SkLayerDrawLooper.cpp 104 dst->setStrokeWidth(src.getStrokeWidth());
SkLayerRasterizer.cpp 170 buffer.writeScalar(paint.getStrokeWidth());
  /external/skia/src/pipe/
SkGPipeWrite.cpp 690 if (base.getStrokeWidth() != paint.getStrokeWidth()) {
692 *ptr++ = castToU32(paint.getStrokeWidth());
693 base.setStrokeWidth(paint.getStrokeWidth());
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PathsActivity.java 97 mOffset = mMediumPaint.getStrokeWidth();
  /external/skia/include/core/
SkPaint.h 351 SkScalar getStrokeWidth() const { return fWidth; }
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java 709 assertEquals(0.0f, p.getStrokeWidth());
712 assertEquals(10.0f, p.getStrokeWidth());
716 assertEquals(10.0f, p.getStrokeWidth());
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 438 final boolean haveStroke = currStrokeAlpha > 0 && mStrokePaint.getStrokeWidth() > 0;
464 float rad = mStrokePaint.getStrokeWidth();
686 inset = mStrokePaint.getStrokeWidth() * 0.5f;
    [all...]

Completed in 432 milliseconds

1 2