Home
last modified time | relevance | path

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

12

/third_party/skia/docs/examples/
H A DPaint_setStrokeMiter.cpp8 paint.setStrokeMiter(8); in REG_FIDDLE()
9 paint.setStrokeMiter(-1); in REG_FIDDLE()
H A DMiter_Limit.cpp21 paint.setStrokeMiter(miterLimit); in REG_FIDDLE()
29 paint.setStrokeMiter(miterLimit); in REG_FIDDLE()
/third_party/skia/gm/
H A Dcrbug_847759.cpp28 paint.setStrokeMiter(1.5); in DEF_SIMPLE_GM()
H A Dstroke_rect_shader.cpp57 paint.setStrokeMiter(0.01f); in DEF_SIMPLE_GM()
H A Dcrbug_1257515.cpp76 p.setStrokeMiter(10.f); in DEF_SIMPLE_GM()
H A Dsmallpaths.cpp363 paint.setStrokeMiter(gMiters[i]);
376 paint.setStrokeMiter(gMiters[i]);
388 paint.setStrokeMiter(gMiters[i]);
/third_party/skia/modules/sksg/src/
H A DSkSGPaint.cpp27 paint.setStrokeMiter(fStrokeMiter); in makePaint()
H A DSkSGGeometryEffect.cpp151 paint.setStrokeMiter(fMiterLimit); in onRevalidateEffect()
/third_party/skia/modules/androidkit/src/
H A DPaint.cpp84 paint->setStrokeMiter(limit); in Paint_SetStrokeMiter()
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DPaint.java85 public Paint setStrokeMiter(float limit) { in setStrokeMiter() method in Paint
/third_party/skia/src/core/
H A DSkStrokeRec.cpp133 paint->setStrokeMiter(fMiterLimit); in applyToPaint()
H A DSkPaint.cpp176 void SkPaint::setStrokeMiter(SkScalar limit) { in setStrokeMiter() function in SkPaint
181 SkDebugf("SkPaint::setStrokeMiter() called with negative value\n"); in setStrokeMiter()
326 paint.setStrokeMiter(buffer.readScalar()); in Unflatten()
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
H A DMainActivity.java117 p.setStrokeMiter(4); in surfaceChanged()
/third_party/skia/src/c/
H A Dsk_paint.cpp97 AsPaint(cpaint)->setStrokeMiter(miter); in sk_paint_set_stroke_miter()
/third_party/skia/samplecode/
H A DSampleStrokePath.cpp33 paint.setStrokeMiter(10); in test_huge_stroke()
/third_party/skia/include/core/
H A DSkPaint.h320 void setStrokeMiter(SkScalar miter);
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DFillStroke.cpp43 this->node()->setStrokeMiter(ParseDefault<SkScalar>(jpaint["ml"], 4.0f)); in FillStrokeAdapter()
/third_party/skia/src/effects/
H A DSkLayerDrawLooper.cpp102 dst->setStrokeMiter(src.getStrokeMiter()); in ApplyInfo()
/third_party/skia/modules/canvaskit/htmlcanvas/
H A Dcanvas2dcontext.js6 this._paint.setStrokeMiter(10);
403 this._paint.setStrokeMiter(newLimit);
/third_party/skia/fuzz/
H A DFuzzDrawFunctions.cpp57 p->setStrokeMiter(sc); in init_paint()
/third_party/skia/modules/canvaskit/
H A Dexterns.js487 setStrokeMiter: function() {},
/third_party/skia/modules/svg/src/
H A DSkSVGRenderContext.cpp487 p->setStrokeMiter(*props.fStrokeMiterLimit); in strokePaint()
/third_party/skia/modules/pathkit/
H A Dpathkit_wasm_bindings.cpp406 p.setStrokeMiter(opts.miter_limit); in ApplyStroke()
/third_party/skia/tests/
H A DGrStyledShapeTest.cpp1069 p->setStrokeMiter(miter); in test_miter_limit()
1074 p->setStrokeMiter(miter); in test_miter_limit()
/third_party/skia/tools/viewer/
H A DViewer.cpp1426 paint.setStrokeMiter(fPaint->getStrokeMiter());
2181 fPaint.setStrokeMiter(miterLimit); in drawImGui()

Completed in 36 milliseconds

12