Searched refs:getStrokeWidth (Results 1 - 25 of 27) sorted by relevance

12

/external/skia/samplecode/
H A DSampleStrokeRect.cpp51 canvas->translate(paint.getStrokeWidth(), paint.getStrokeWidth());
H A DSampleStrokeText.cpp40 SkScalar sw = -original.getStrokeWidth();
86 SkScalar sw = -original.getStrokeWidth();
H A DSampleDash.cpp80 y0 += paint.getStrokeWidth() * 3;
H A DSampleDither.cpp48 r.inset(p.getStrokeWidth(), p.getStrokeWidth());
57 SkScalar thickness = p.getStrokeWidth();
/external/skia/tests/
H A DPaintTest.cpp92 SkScalarMul(paint.getStrokeWidth(), miter) :
93 paint.getStrokeWidth();
/external/skia/bench/
H A DSkBenchmark.h63 SkScalar getStrokeWidth() { function in class:SkBenchmark
H A DRectBench.cpp114 gSizes[0] = this->getStrokeWidth();
160 gSizes[0] = this->getStrokeWidth();
/external/skia/src/pdf/
H A DSkPDFGraphicState.cpp223 insertScalar("LW", fPaint.getStrokeWidth());
253 a->getStrokeWidth() != b->getStrokeWidth() ||
H A DSkPDFDevice.cpp60 width += result.getStrokeWidth();
639 if (paint->getStrokeWidth()) {
643 SkScalar strokeWidth = paint->getStrokeWidth();
/external/webkit/Source/WebKit/android/plugins/
H A DANPPaintInterface.cpp64 return SkScalarToFloat(paint->getStrokeWidth());
189 ASSIGN(i, getStrokeWidth);
H A Dandroid_npapi.h551 float (*getStrokeWidth)(const ANPPaint*); member in struct:ANPPaintInterfaceV0
/external/skia/src/core/
H A DSkPathEffect.cpp74 : fWidth(paint.getStrokeWidth()), fMiter(paint.getStrokeMiter()),
H A DSkDraw.cpp434 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();
2016 if (tempPaint.getPathEffect() == NULL && !(tempPaint.getStrokeWidth() > 0
H A DSkPaint.cpp1468 SkScalar strokeWidth = paint.getStrokeWidth();
1826 ptr = write_scalar(ptr, this->getStrokeWidth());
1968 SkScalar width = this->getStrokeWidth();
1999 width = this->getStrokeWidth();
2034 SkScalar radius = SkScalarHalf(this->getStrokeWidth());
2060 return paint.getStrokeWidth() > 0 &&
2085 fPaint.setStrokeWidth(SkScalarDiv(fPaint.getStrokeWidth(), fScale));
H A DSkPictureFlat.cpp181 if (strokeWidth != defaultPaint.getStrokeWidth())
H A DSkPicturePlayback.cpp1045 SkScalar strokeWidth = paint.getStrokeWidth();
1046 if (strokeWidth != defaultPaint.getStrokeWidth())
H A DSkStroke.cpp486 fWidth = p.getStrokeWidth();
/external/skia/src/effects/
H A DSkLayerDrawLooper.cpp104 dst->setStrokeWidth(src.getStrokeWidth());
H A DSkLayerRasterizer.cpp170 buffer.writeScalar(paint.getStrokeWidth());
/external/skia/src/pipe/
H A DSkGPipeWrite.cpp690 if (base.getStrokeWidth() != paint.getStrokeWidth()) {
692 *ptr++ = castToU32(paint.getStrokeWidth());
693 base.setStrokeWidth(paint.getStrokeWidth());
/external/skia/include/core/
H A DSkPaint.h351 SkScalar getStrokeWidth() const { return fWidth; } function in class:SkPaint
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContext.cpp450 bool justSqrs = RoundToInt(width) == RoundToInt(paint->getStrokeWidth());
H A DPlatformGraphicsContextSkia.cpp369 const SkScalar diameter = paint.getStrokeWidth();
/external/skia/src/gpu/
H A DSkGpuDevice.cpp598 SkScalar width = paint.getStrokeWidth();
636 SkScalar width = paint.getStrokeWidth();
/external/skia/src/views/
H A DSkListView.cpp640 inset += fPaint[kHiliteCell_Attr].getStrokeWidth() / 2;

Completed in 349 milliseconds

12