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

1 2 3 4 5

  /external/chromium_org/third_party/skia/src/core/
SkStrokeRec.cpp 41 fWidth = paint.getStrokeWidth();
45 if (0 == paint.getStrokeWidth()) {
50 fWidth = paint.getStrokeWidth();
SkDrawProcs.h 77 SkScalar strokeWidth = paint.getStrokeWidth();
SkPictureContentInfo.cpp 62 if (SkPaint::kStroke_Style == paint.getStyle() && 0 == paint.getStrokeWidth()) {
  /external/skia/src/core/
SkStrokeRec.cpp 41 fWidth = paint.getStrokeWidth();
45 if (0 == paint.getStrokeWidth()) {
50 fWidth = paint.getStrokeWidth();
SkDrawProcs.h 77 SkScalar strokeWidth = paint.getStrokeWidth();
  /external/chromium_org/third_party/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/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();
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DashPathEffect_Delegate.java 54 paint.getStrokeWidth(),
  /external/chromium_org/third_party/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;
polygons.cpp 95 if (40 == 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;
polygons.cpp 95 if (40 == paint->getStrokeWidth()) {
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFGraphicState.cpp 227 insertScalar("LW", fPaint.getStrokeWidth());
257 a->getStrokeWidth() != b->getStrokeWidth() ||
  /external/skia/src/pdf/
SkPDFGraphicState.cpp 226 insertScalar("LW", fPaint.getStrokeWidth());
256 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(),
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
CircularBitmapDrawable.java 71 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth;
  /external/chromium_org/third_party/skia/bench/
DashBench.cpp 116 rect.fTop = pts[0].fY - paint.getStrokeWidth() / 2;
118 rect.fBottom = rect.fTop + paint.getStrokeWidth();

Completed in 1325 milliseconds

1 2 3 4 5