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

1 2 3 4

  /external/skia/src/core/
SkDrawProcs.h 29 SkScalar strokeWidth = paint.getStrokeWidth();
SkStrokeRec.cpp 40 fWidth = paint.getStrokeWidth();
44 if (0 == paint.getStrokeWidth()) {
49 fWidth = paint.getStrokeWidth();
143 SkScalar width = SkPaint::kFill_Style == style ? -SK_Scalar1 : paint.getStrokeWidth();
SkPictureCommon.h 54 0 == op.paint.getStrokeWidth()) {
SkDraw.cpp 248 SkScalar width = paint.getStrokeWidth();
299 if (0 == fPaint->getStrokeWidth()) {
392 SkScalar width = newPaint.getStrokeWidth();
471 SkASSERT(pointData.fSize.fX == SkScalarHalf(newP.getStrokeWidth()));
544 SkPoint pt = { paint.getStrokeWidth(), paint.getStrokeWidth() };
564 const SkScalar width = paint.getStrokeWidth();
643 if (paint.getStrokeWidth() == 0) {
    [all...]
SkDraw.h 81 paint.getStrokeWidth() > 0;
SkDraw_text.cpp 19 if (SkPaint::kStroke_Style == paint.getStyle() && 0 == paint.getStrokeWidth()) {
  /external/skqp/src/core/
SkDrawProcs.h 29 SkScalar strokeWidth = paint.getStrokeWidth();
SkStrokeRec.cpp 40 fWidth = paint.getStrokeWidth();
44 if (0 == paint.getStrokeWidth()) {
49 fWidth = paint.getStrokeWidth();
143 SkScalar width = SkPaint::kFill_Style == style ? -SK_Scalar1 : paint.getStrokeWidth();
SkPictureCommon.h 54 0 == op.paint.getStrokeWidth()) {
SkDraw.cpp 248 SkScalar width = paint.getStrokeWidth();
299 if (0 == fPaint->getStrokeWidth()) {
392 SkScalar width = newPaint.getStrokeWidth();
471 SkASSERT(pointData.fSize.fX == SkScalarHalf(newP.getStrokeWidth()));
544 SkPoint pt = { paint.getStrokeWidth(), paint.getStrokeWidth() };
564 const SkScalar width = paint.getStrokeWidth();
643 if (paint.getStrokeWidth() == 0) {
    [all...]
  /external/skia/samplecode/
SampleStrokeRect.cpp 47 canvas->translate(paint.getStrokeWidth(), paint.getStrokeWidth());
  /external/skqp/samplecode/
SampleStrokeRect.cpp 47 canvas->translate(paint.getStrokeWidth(), paint.getStrokeWidth());
  /external/skia/modules/sksg/src/
SkSGDraw.cpp 37 (paint.getStyle() == SkPaint::kStroke_Style && paint.getStrokeWidth() <= 0);
  /external/skqp/modules/sksg/src/
SkSGDraw.cpp 36 (paint.getStyle() == SkPaint::kStroke_Style && paint.getStrokeWidth() <= 0);
  /external/skia/gm/
addarc.cpp 34 const SkScalar inset = paint.getStrokeWidth() + 4;
39 while (r.width() > paint.getStrokeWidth() * 3) {
125 const SkScalar delta = paint.getStrokeWidth() * 3 / 2;
130 while (r.width() > paint.getStrokeWidth() * 2) {
175 const SkScalar strokeWidth = paint.getStrokeWidth();
polygons.cpp 92 if (40 == paint->getStrokeWidth()) {
  /external/skqp/gm/
addarc.cpp 34 const SkScalar inset = paint.getStrokeWidth() + 4;
39 while (r.width() > paint.getStrokeWidth() * 3) {
125 const SkScalar delta = paint.getStrokeWidth() * 3 / 2;
130 while (r.width() > paint.getStrokeWidth() * 2) {
175 const SkScalar strokeWidth = paint.getStrokeWidth();
  /external/skia/tests/
StrokerTest.cpp 165 p.getStrokeWidth());
205 gMaxRecursion[1], p.getStrokeWidth());
257 p.getStrokeWidth());
315 gMaxRecursion[1], p.getStrokeWidth());
361 p.getStrokeWidth());
400 gMaxRecursion[1], p.getStrokeWidth());
  /external/skqp/tests/
StrokerTest.cpp 165 p.getStrokeWidth());
205 gMaxRecursion[1], p.getStrokeWidth());
257 p.getStrokeWidth());
315 gMaxRecursion[1], p.getStrokeWidth());
361 p.getStrokeWidth());
400 gMaxRecursion[1], p.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;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowCanvas.java 377 this.paint.setStrokeWidth(paint.getStrokeWidth());
393 this.paint.setStrokeWidth(paint.getStrokeWidth());
410 this.paint.setStrokeWidth(paint.getStrokeWidth());
  /external/skia/bench/
StrokeBench.cpp 20 pathType, paint.getStrokeWidth(), paint.getStrokeJoin(), paint.getStrokeCap());
  /external/skia/src/pdf/
SkPDFGraphicState.cpp 74 p.getStrokeWidth(),
  /external/skqp/bench/
StrokeBench.cpp 20 pathType, paint.getStrokeWidth(), paint.getStrokeJoin(), paint.getStrokeCap());

Completed in 687 milliseconds

1 2 3 4