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

1 2

  /external/skia/tests/
PaintTest.cpp 31 SkScalarMul(paint.getStrokeWidth(), miter) :
32 paint.getStrokeWidth();
  /external/skia/samplecode/
SampleStrokeRect.cpp 44 canvas->translate(paint.getStrokeWidth(), paint.getStrokeWidth());
SampleStrokeText.cpp 33 SkScalar sw = -original.getStrokeWidth();
79 SkScalar sw = -original.getStrokeWidth();
SampleDash.cpp 73 y0 += paint.getStrokeWidth() * 3;
SampleDither.cpp 41 r.inset(p.getStrokeWidth(), p.getStrokeWidth());
50 SkScalar thickness = p.getStrokeWidth();
  /external/skia/bench/
SkBenchmark.h 50 SkScalar getStrokeWidth() {
RectBench.cpp 107 gSizes[0] = this->getStrokeWidth();
153 gSizes[0] = this->getStrokeWidth();
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DashPathEffect_Delegate.java 54 paint.getStrokeWidth(),
Paint_Delegate.java 137 public float getStrokeWidth() {
193 getStrokeWidth(),
375 /*package*/ static float getStrokeWidth(Paint thisPaint) {
    [all...]
  /external/skia/src/pdf/
SkPDFGraphicState.cpp 233 insert("LW", new SkPDFScalar(fPaint.getStrokeWidth()))->unref();
264 a->getStrokeWidth() != b->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 76 : fWidth(paint.getStrokeWidth()), fMiter(paint.getStrokeMiter()),
SkDraw.cpp 433 SkScalar width = paint.getStrokeWidth();
470 if (0 == fPaint->getStrokeWidth()) {
508 SkScalar inset = paint.getStrokeWidth();
588 SkScalar width = newPaint.getStrokeWidth();
664 SkPoint pt = { paint.getStrokeWidth(), paint.getStrokeWidth() };
675 const SkScalar width = paint.getStrokeWidth();
820 fWidth = paint.getStrokeWidth();
913 SkScalar width = paint.getStrokeWidth();
    [all...]
SkPaint.cpp     [all...]
  /frameworks/base/libs/hwui/
ShapeCache.h 105 v = paint->getStrokeWidth();
500 const float offset = (int) floorf(fmax(paint->getStrokeWidth(), 1.0f) * 1.5f + 0.5f);
  /external/skia/src/effects/
SkLayerDrawLooper.cpp 96 dst->setStrokeWidth(src.getStrokeWidth());
SkLayerRasterizer.cpp 177 buffer.writeScalar(paint.getStrokeWidth());
  /external/skia/src/pipe/
SkGPipeWrite.cpp 718 if (base.getStrokeWidth() != paint.getStrokeWidth()) {
720 *ptr++ = castToU32(paint.getStrokeWidth());
721 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 336 SkScalar getStrokeWidth() const { return fWidth; }
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 279 final boolean haveStroke = currStrokeAlpha > 0 && mStrokePaint.getStrokeWidth() > 0;
305 float rad = mStrokePaint.getStrokeWidth();
518 inset = mStrokePaint.getStrokeWidth() * 0.5f;
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java 1083 method = "getStrokeWidth",
1091 assertEquals(0.0f, p.getStrokeWidth());
1094 assertEquals(10.0f, p.getStrokeWidth());
1098 assertEquals(10.0f, p.getStrokeWidth());
    [all...]

Completed in 278 milliseconds

1 2