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

1 2 3

  /external/chromium_org/third_party/skia/src/core/
SkStrokeRec.cpp 33 fWidth = paint.getStrokeWidth();
37 if (0 == paint.getStrokeWidth()) {
42 fWidth = paint.getStrokeWidth();
SkBBoxRecord.cpp 57 SkScalar halfStrokeWidth = SkMaxScalar(paint.getStrokeWidth(), kMinWidth) / 2;
  /external/skia/src/core/
SkStrokeRec.cpp 33 fWidth = paint.getStrokeWidth();
37 if (0 == paint.getStrokeWidth()) {
42 fWidth = paint.getStrokeWidth();
SkBBoxRecord.cpp 57 SkScalar halfStrokeWidth = SkMaxScalar(paint.getStrokeWidth(), kMinWidth) / 2;
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DashPathEffect_Delegate.java 54 paint.getStrokeWidth(),
  /external/skia/bench/
SkBenchmark.h 90 SkScalar getStrokeWidth() {
RectBench.cpp 148 gSizes[0] = this->getStrokeWidth();
246 gSizes[0] = this->getStrokeWidth();
DashBench.cpp 119 rect.fTop = pts[0].fY - paint.getStrokeWidth() / 2;
121 rect.fBottom = rect.fTop + paint.getStrokeWidth();
  /external/skia/gm/
techtalk1.cpp 164 SkScalar rad = paint.getStrokeWidth() / 2;
219 SkScalar rad = paint.getStrokeWidth() / 2;
228 SkScalar rad = paint.getStrokeWidth() / 2;
239 SkScalar rad = paint.getStrokeWidth() / 2;
244 SkScalar rad = paint.getStrokeWidth() / 2;
strokes.cpp 231 canvas->translate(dx + strokePaint.getStrokeWidth(), 0);
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFGraphicState.cpp 229 insertScalar("LW", fPaint.getStrokeWidth());
259 a->getStrokeWidth() != b->getStrokeWidth() ||
  /external/skia/src/pdf/
SkPDFGraphicState.cpp 228 insertScalar("LW", fPaint.getStrokeWidth());
258 a->getStrokeWidth() != b->getStrokeWidth() ||
  /external/robolectric/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(),
  /external/skia/tests/
PaintTest.cpp 214 SkScalarMul(paint.getStrokeWidth(), miter) :
215 paint.getStrokeWidth();
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PathsActivity.java 97 mOffset = mMediumPaint.getStrokeWidth();
  /frameworks/base/libs/hwui/
PathCache.cpp 60 strokeWidth(paint->getStrokeWidth()),
104 offset = (int) floorf(fmax(paint->getStrokeWidth(), 1.0f) * 1.5f + 0.5f);
PathTessellator.cpp 63 float outset = paint->getStrokeWidth() * 0.5f;
99 halfStrokeWidth(paint->getStrokeWidth() * 0.5f), maxAlpha(1.0f) {
728 threshInvScaleX *= bounds.width() / (bounds.width() + paint->getStrokeWidth());
729 threshInvScaleY *= bounds.height() / (bounds.height() + paint->getStrokeWidth());
    [all...]
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp     [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp     [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java 744 assertEquals(0.0f, p.getStrokeWidth());
747 assertEquals(10.0f, p.getStrokeWidth());
751 assertEquals(10.0f, p.getStrokeWidth());
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 440 mStrokePaint.getStrokeWidth() > 0;
466 float rad = mStrokePaint.getStrokeWidth();
699 inset = mStrokePaint.getStrokeWidth() * 0.5f;
    [all...]

Completed in 2943 milliseconds

1 2 3