Home
last modified time | relevance | path

Searched refs:kStrokeAndFill_Style (Results 1 - 25 of 59) sorted by relevance

123

/third_party/skia/include/core/
H A DSkStrokeRec.h31 kStrokeAndFill_Style enumerator
34 static constexpr int kStyleCount = kStrokeAndFill_Style + 1;
81 return (kStroke_Style == style) || (kStrokeAndFill_Style == style); in needToApply()
H A DSkPaint.h183 Use kStrokeAndFill_Style to avoid hitting the same pixels twice with a stroke draw and
189 kStrokeAndFill_Style, //!< sets to stroke and fill geometry
194 static constexpr int kStyleCount = kStrokeAndFill_Style + 1;
/third_party/skia/src/core/
H A DSkStrokeRec.cpp43 case SkPaint::kStrokeAndFill_Style: in init()
73 return fStrokeAndFill ? kStrokeAndFill_Style : kStroke_Style; in getStyle()
131 paint->setStyle(fStrokeAndFill ? SkPaint::kStrokeAndFill_Style : SkPaint::kStroke_Style); in applyToPaint()
/third_party/skia/gm/
H A Dstrokerect.cpp29 paint.setStyle(doFill ? SkPaint::kStrokeAndFill_Style : SkPaint::kStroke_Style); in draw_path()
117 paint.setStyle(SkPaint::kStrokeAndFill_Style);
H A Dconicpaths.cpp189 paint.setStyle(SkPaint::kStrokeAndFill_Style); in DEF_SIMPLE_GM()
202 paint.setStyle(SkPaint::kStrokeAndFill_Style); in DEF_SIMPLE_GM()
H A Dglyph_pos.cpp150 draw_gm(c, 0.0f, SkPaint::kStrokeAndFill_Style); in DEF_SIMPLE_GM()
153 draw_gm(c, 1.2f, SkPaint::kStrokeAndFill_Style); in DEF_SIMPLE_GM()
H A Dtypeface.cpp271 { SkPaint::kStrokeAndFill_Style, 1.0f}, in draw_typeface_rendering_gm()
441 { SkPaint::kStrokeAndFill_Style, 0, false }, in DEF_SIMPLE_GM()
442 { SkPaint::kStrokeAndFill_Style, 3, false }, in DEF_SIMPLE_GM()
H A Dquadpaths.cpp72 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
202 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
H A Dnonclosedpaths.cpp85 SkPaint::kStroke_Style, SkPaint::kStrokeAndFill_Style
H A Dlinepaths.cpp56 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"}, in draw()
H A Demptypath.cpp65 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
H A Dgradients_degenerate.cpp76 paint.setStyle(SkPaint::kStrokeAndFill_Style); in draw_row()
H A Dinversepaths.cpp53 {SkPaint::kStrokeAndFill_Style},
H A Dconvex_all_line_paths.cpp305 paint.setStyle(SkPaint::kStrokeAndFill_Style); in drawPath()
337 p.setStyle(SkPaint::kStrokeAndFill_Style);
/third_party/skia/docs/examples/
H A DPath_addPoly_2.cpp14 SkPaint::kStrokeAndFill_Style} ) { in REG_FIDDLE()
H A DFake_Bold.cpp16 paint.setStyle(SkPaint::kStrokeAndFill_Style); in REG_FIDDLE()
H A DPath_addPoly.cpp15 SkPaint::kStrokeAndFill_Style} ) { in REG_FIDDLE()
H A DPath_close.cpp15 SkPaint::kStrokeAndFill_Style} ) { in REG_FIDDLE()
H A DPaint_setStyle.cpp23 SkPaint::kStrokeAndFill_Style }) { in REG_FIDDLE()
H A Dstrokerect_gm.cpp27 SkPaint::Style style = doFill ? SkPaint::kStrokeAndFill_Style : SkPaint::kStroke_Style; in REG_FIDDLE()
H A DPaintDump.cpp25 case SkPaint::kStrokeAndFill_Style: return "SkPaint::kStrokeAndFill_Style"; in REG_FIDDLE()
/third_party/skia/experimental/graphite/src/
H A DDevice.cpp267 if (this->needsFlushBeforeDraw(styleType == SkStrokeRec::kStrokeAndFill_Style ? 2 : 1)) { in drawShape()
298 styleType == SkStrokeRec::kStrokeAndFill_Style) { in drawShape()
304 styleType == SkStrokeRec::kStrokeAndFill_Style) { in drawShape()
/third_party/skia/src/gpu/ops/
H A DTessellationPathRenderer.cpp93 shape.style().strokeRec().getStyle() == SkStrokeRec::kStrokeAndFill_Style || in onCanDrawPath()
150 SkASSERT(stroke.getStyle() != SkStrokeRec::kStrokeAndFill_Style); in onDrawPath()
H A DAALinearizingConvexPathRenderer.cpp365 stroke.getStyle() == SkStrokeRec::kStrokeAndFill_Style) { in onCanDrawPath()
424 SkStrokeRec::kStrokeAndFill_Style }; in GR_DRAW_OP_TEST_DEFINE()
/third_party/skia/tests/
H A DPaintTest.cpp26 paint.setStyle(SkPaint::kStrokeAndFill_Style); in DEF_TEST()
96 SkPaint::kStrokeAndFill_Style, in DEF_TEST()

Completed in 11 milliseconds

123