Home
last modified time | relevance | path

Searched refs:getStrokeJoin (Results 1 – 25 of 30) sorted by relevance

12

/external/skia/docs/examples/
DPaintDump.cpp54 if (d.getStrokeJoin() != p.getStrokeJoin()) { in PaintStringDump()
55 s.appendf("p.setStrokeJoin(%s);\n", str(p.getStrokeJoin())); in PaintStringDump()
DPaint_getStrokeJoin.cpp9 SkPaint::kMiter_Join == paint.getStrokeJoin() ? '=' : '!'); in draw()
DPaint_setStrokeJoin.cpp11 SkPaint::kMiter_Join == paint.getStrokeJoin() ? '=' : '!'); in draw()
/external/skia/src/core/
DSkStrokeRec.cpp68 fJoin = paint.getStrokeJoin(); in init()
146 return GetInflationRadius(paint.getStrokeJoin(), paint.getStrokeMiter(), paint.getStrokeCap(), in GetInflationRadius()
DSkPaintPriv.cpp166 packed |= shift_bits(paint.getStrokeJoin(), 18, 2); in pack_v68()
DSkStroke.cpp1358 fJoin = (uint8_t)p.getStrokeJoin(); in SkStroke()
1367 fJoin = (uint8_t)p.getStrokeJoin(); in SkStroke()
DSkDraw.cpp562 if (rect.isEmpty() || SkPaint::kMiter_Join != paint.getStrokeJoin() || in easy_rect_join()
DSkScalerContext.cpp1073 rec->fStrokeJoin = SkToU8(paint.getStrokeJoin()); in MakeRecAndEffects()
/external/skia/bench/
DStrokeBench.cpp21 pathType, paint.getStrokeWidth(), paint.getStrokeJoin(), paint.getStrokeCap()); in StrokeBench()
/external/skia/src/pdf/
DSkPDFGraphicState.cpp80 SkToU8(p.getStrokeJoin()), in GetGraphicStateForPaint()
/external/skia/tests/
DEmptyPathTest.cpp60 paint.getStrokeCap(), paint.getStrokeJoin(), in drawAndTest()
DPaintTest.cpp91 SkScalar inset = paint.getStrokeJoin() == SkPaint::kMiter_Join ? in DEF_TEST()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPaint.java137 protected Paint.Join getStrokeJoin() { in getStrokeJoin() method in ShadowPaint
/external/skia/include/core/
DSkPaint.h383 Join getStrokeJoin() const { return (Join)fBitfields.fJoinType; } in getStrokeJoin() function
/external/skia/src/effects/
DSkLayerDrawLooper.cpp105 dst->setStrokeJoin(src.getStrokeJoin()); in ApplyInfo()
/external/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js354 switch (this._paint.getStrokeJoin()) {
771 'cap': this._paint.getStrokeCap(), 'join': this._paint.getStrokeJoin(),
/external/skia/tools/viewer/
DSimpleStrokerSlide.cpp130 fJoin = paint.getStrokeJoin(); in initForPath()
DVariableWidthStrokerSlide.cpp515 fJoin = paint.getStrokeJoin(); in initForPath()
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/
DShadowNativePaintTest.java305 assertThat(paint.getStrokeJoin()).isEqualTo(Paint.Join.ROUND); in test_getStrokeJoin_linkedProperly()
727 assertEquals(Join.BEVEL, p.getStrokeJoin()); in testAccessStrokeJoin()
730 assertEquals(Join.MITER, p.getStrokeJoin()); in testAccessStrokeJoin()
733 assertEquals(Join.ROUND, p.getStrokeJoin()); in testAccessStrokeJoin()
/external/skia/src/svg/
DSkSVGDevice.cpp404 if (const char* join = svg_join(paint.getStrokeJoin())) { in addPaint()
408 if (paint.getStrokeJoin() == SkPaint::kMiter_Join) { in addPaint()
/external/skia/src/text/gpu/
DTextBlob.cpp252 key.fJoin = paint.getStrokeJoin(); in Make()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPaint.java180 protected Paint.Join getStrokeJoin() { in getStrokeJoin() method in ShadowPaint
/external/skia/modules/canvaskit/
Dexterns.js517 getStrokeJoin: function() {}, method
/external/skia/src/xps/
DSkXPSDevice.cpp1076 SkPaint::kMiter_Join != paint.getStrokeJoin() || in rect_must_be_pathed()
1077 (SkPaint::kMiter_Join == paint.getStrokeJoin() && in rect_must_be_pathed()
/external/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts426 const sj = paint.getStrokeJoin();

12