/external/chromium_org/third_party/skia/src/core/ |
SkStrokeRec.cpp | 33 fWidth = paint.getStrokeWidth(); 37 if (0 == paint.getStrokeWidth()) { 42 fWidth = paint.getStrokeWidth();
|
SkDrawProcs.h | 93 SkScalar strokeWidth = 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();
|
SkDrawProcs.h | 93 SkScalar strokeWidth = 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/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 | 91 if (40 == paint->getStrokeWidth()) {
|
strokes.cpp | 231 canvas->translate(dx + strokePaint.getStrokeWidth(), 0);
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFGraphicState.cpp | 228 insertScalar("LW", fPaint.getStrokeWidth()); 258 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 | 217 SkScalarMul(paint.getStrokeWidth(), miter) : 218 paint.getStrokeWidth();
|
/external/skia/bench/ |
DashBench.cpp | 116 rect.fTop = pts[0].fY - paint.getStrokeWidth() / 2; 118 rect.fBottom = rect.fTop + 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());
|