Home
last modified time | relevance | path

Searched refs:getStrokeCap (Results 1 – 25 of 54) sorted by relevance

123

/third_party/skia/docs/examples/
DPaintDump.cpp51 if (d.getStrokeCap() != p.getStrokeCap()) { in PaintStringDump()
52 s.appendf("p.setStrokeCap(%s);\n", str(p.getStrokeCap())); in PaintStringDump()
DPaint_getStrokeCap.cpp9 SkPaint::kButt_Cap == paint.getStrokeCap() ? '=' : '!'); in draw()
DPaint_setStrokeCap_a.cpp11 SkPaint::kRound_Cap == paint.getStrokeCap() ? '=' : '!'); in draw()
/third_party/flutter/skia/src/core/
DSkStrokeRec.cpp63 fCap = paint.getStrokeCap(); in init()
144 return GetInflationRadius(paint.getStrokeJoin(), paint.getStrokeMiter(), paint.getStrokeCap(), in GetInflationRadius()
DSkPictureCommon.h41 if (2 == op.count && SkPaint::kRound_Cap != op.paint.getStrokeCap() && in operator()
DSkDraw.cpp253 } else if (paint.getStrokeCap() != SkPaint::kRound_Cap && in init()
304 } else if (fPaint->getStrokeCap() != SkPaint::kRound_Cap) { in chooseProc()
395 if (newPaint.getStrokeCap() == SkPaint::kRound_Cap) { in drawPoints()
848 switch (paint.getStrokeCap()) { in drawDevPath()
863 switch (paint.getStrokeCap()) { in drawDevPath()
/third_party/skia/src/core/
DSkStrokeRec.cpp63 fCap = paint.getStrokeCap(); in init()
144 return GetInflationRadius(paint.getStrokeJoin(), paint.getStrokeMiter(), paint.getStrokeCap(), in GetInflationRadius()
DSkPictureCommon.h41 if (2 == op.count && SkPaint::kRound_Cap != op.paint.getStrokeCap() && in operator()
DSkDraw.cpp257 } else if (paint.getStrokeCap() != SkPaint::kRound_Cap && in init()
308 } else if (fPaint->getStrokeCap() != SkPaint::kRound_Cap) { in chooseProc()
399 if (newPaint.getStrokeCap() == SkPaint::kRound_Cap) { in drawPoints()
839 switch (paint.getStrokeCap()) { in drawDevPath()
854 switch (paint.getStrokeCap()) { in drawDevPath()
/third_party/flutter/skia/docs/examples/
DPaint_getStrokeCap.cpp9 SkPaint::kButt_Cap == paint.getStrokeCap() ? '=' : '!'); in draw()
DPaint_setStrokeCap_a.cpp11 SkPaint::kRound_Cap == paint.getStrokeCap() ? '=' : '!'); in draw()
/third_party/flutter/skia/tools/lua/
Dscrape_dashing_full.lua88 local cap = p:getStrokeCap()
/third_party/skia/bench/
DStrokeBench.cpp20 pathType, paint.getStrokeWidth(), paint.getStrokeJoin(), paint.getStrokeCap()); in StrokeBench()
/third_party/flutter/skia/bench/
DStrokeBench.cpp20 pathType, paint.getStrokeWidth(), paint.getStrokeJoin(), paint.getStrokeCap()); in StrokeBench()
/third_party/flutter/skia/src/pdf/
DSkPDFGraphicState.cpp77 SkToU8(p.getStrokeCap()), in GetGraphicStateForPaint()
DSkPDFDevice.cpp393 if (mode == SkCanvas::kPoints_PointMode && paint->getStrokeCap() != SkPaint::kRound_Cap) { in drawPoints()
407 if (paint->getStrokeCap() != SkPaint::kRound_Cap) { in drawPoints()
434 SkASSERT(paint->getStrokeCap() == SkPaint::kRound_Cap); in drawPoints()
597 (paint->getStrokeCap() != SkPaint::kRound_Cap && in internalDrawPath()
598 paint->getStrokeCap() != SkPaint::kSquare_Cap); in internalDrawPath()
/third_party/skia/src/pdf/
DSkPDFGraphicState.cpp79 SkToU8(p.getStrokeCap()), in GetGraphicStateForPaint()
DSkPDFDevice.cpp421 if (mode == SkCanvas::kPoints_PointMode && paint->getStrokeCap() != SkPaint::kRound_Cap) { in drawPoints()
435 if (paint->getStrokeCap() != SkPaint::kRound_Cap) { in drawPoints()
462 SkASSERT(paint->getStrokeCap() == SkPaint::kRound_Cap); in drawPoints()
621 (paint->getStrokeCap() != SkPaint::kRound_Cap && in internalDrawPath()
622 paint->getStrokeCap() != SkPaint::kSquare_Cap); in internalDrawPath()
/third_party/skia/tests/
DEmptyPathTest.cpp51 paint.getStrokeCap(), paint.getStrokeJoin(), in drawAndTest()
/third_party/flutter/skia/tests/
DEmptyPathTest.cpp51 paint.getStrokeCap(), paint.getStrokeJoin(), in drawAndTest()
/third_party/skia/src/c/
Dsk_paint.cpp102 if (find_c(AsPaint(*cpaint).getStrokeCap(), &ccap)) { in sk_paint_get_stroke_cap()
/third_party/flutter/skia/src/c/
Dsk_paint.cpp102 if (find_c(AsPaint(*cpaint).getStrokeCap(), &ccap)) { in sk_paint_get_stroke_cap()
/third_party/flutter/skia/include/core/
DSkPaint.h371 Cap getStrokeCap() const { return (Cap)fBitfields.fCapType; } in getStrokeCap() function
/third_party/skia/include/core/
DSkPaint.h364 Cap getStrokeCap() const { return (Cap)fBitfields.fCapType; } in getStrokeCap() function
/third_party/flutter/skia/src/effects/
DSkLayerDrawLooper.cpp100 dst->setStrokeCap(src.getStrokeCap()); in ApplyInfo()

123