Home
last modified time | relevance | path

Searched refs:getStrokeMiter (Results 1 – 24 of 24) sorted by relevance

/external/skia/docs/examples/
DPaintDump.cpp38 if (d.getStrokeMiter() != p.getStrokeMiter()) { in PaintStringDump()
39 s.appendf("p.setStrokeMiter(%.9g);\n", p.getStrokeMiter()); in PaintStringDump()
DPaint_getStrokeMiter.cpp8 SkDebugf("default miter limit == %g\n", paint.getStrokeMiter()); in draw()
DPaint_setStrokeMiter.cpp10 SkDebugf("default miter limit == %g\n", paint.getStrokeMiter()); in draw()
/external/skia/src/core/
DSkStrokeRec.cpp66 fMiterLimit = paint.getStrokeMiter(); in init()
146 return GetInflationRadius(paint.getStrokeJoin(), paint.getStrokeMiter(), paint.getStrokeCap(), in GetInflationRadius()
DSkPaintPriv.cpp213 buffer.writeScalar(paint.getStrokeMiter()); in Flatten()
DSkStroke.cpp1355 fMiterLimit = p.getStrokeMiter(); in SkStroke()
1364 fMiterLimit = p.getStrokeMiter(); in SkStroke()
DSkDraw.cpp563 paint.getStrokeMiter() < SK_ScalarSqrt2) { in easy_rect_join()
DSkScalerContext.cpp1072 rec->fMiterLimit = paint.getStrokeMiter(); in MakeRecAndEffects()
/external/skia/src/pdf/
DSkPDFGraphicState.cpp77 p.getStrokeMiter(), in GetGraphicStateForPaint()
/external/skia/include/core/
DSkPaint.h318 SkScalar getStrokeMiter() const { return fMiterLimit; } in getStrokeMiter() function
/external/skia/tests/
DPaintTest.cpp90 SkScalar miter = std::max(SK_Scalar1, paint.getStrokeMiter()); in DEF_TEST()
DGrStyledShapeTest.cpp391 paint.getStrokeMiter() >= SK_ScalarSqrt2) || in strokeAndFillIsConvertedToFill()
/external/skia/src/effects/
DSkLayerDrawLooper.cpp103 dst->setStrokeMiter(src.getStrokeMiter()); in ApplyInfo()
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/
DShadowNativePaintTest.java289 assertThat(paint.getStrokeMiter()).isEqualTo(15.0f); in test_getStrokeMiter_linkedProperly()
1143 assertEquals(0.0f, p.getStrokeMiter(), 0.0f); in testAccessStrokeMiter()
1146 assertEquals(10.0f, p.getStrokeMiter(), 0.0f); in testAccessStrokeMiter()
1150 assertEquals(10.0f, p.getStrokeMiter(), 0.0f); in testAccessStrokeMiter()
/external/skia/src/text/gpu/
DTextBlob.cpp251 key.fMiterLimit = paint.getStrokeMiter(); in Make()
/external/skia/modules/canvaskit/
Dexterns.js518 getStrokeMiter: function() {}, method
Dcanvaskit_bindings.cpp1658 .function("getStrokeMiter", &SkPaint::getStrokeMiter) in EMSCRIPTEN_BINDINGS()
/external/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js396 return this._paint.getStrokeMiter();
/external/skia/src/svg/
DSkSVGDevice.cpp409 this->addAttribute("stroke-miterlimit", paint.getStrokeMiter()); in addPaint()
/external/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts427 const limit = paint.getStrokeMiter(); // $ExpectType number
Dindex.d.ts2023 getStrokeMiter(): number; method
/external/skia/tools/viewer/
DViewer.cpp1470 paint.setStrokeMiter(fPaint->getStrokeMiter()); in onFilter()
2218 float miterLimit = fPaint.getStrokeMiter(); in drawImGui()
/external/skia/src/xps/
DSkXPSDevice.cpp1078 paint.getStrokeMiter() < SK_ScalarSqrt2) in rect_must_be_pathed()
/external/skia/tools/debugger/
DDrawCommand.cpp933 paint.getStrokeMiter(), in MakeJsonPaint()