/third_party/skia/include/core/ |
H A D | SkStrokeRec.h | 31 kStrokeAndFill_Style enumerator 34 static constexpr int kStyleCount = kStrokeAndFill_Style + 1; 81 return (kStroke_Style == style) || (kStrokeAndFill_Style == style); in needToApply()
|
H A D | SkPaint.h | 183 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 D | SkStrokeRec.cpp | 43 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 D | strokerect.cpp | 29 paint.setStyle(doFill ? SkPaint::kStrokeAndFill_Style : SkPaint::kStroke_Style); in draw_path() 117 paint.setStyle(SkPaint::kStrokeAndFill_Style);
|
H A D | conicpaths.cpp | 189 paint.setStyle(SkPaint::kStrokeAndFill_Style); in DEF_SIMPLE_GM() 202 paint.setStyle(SkPaint::kStrokeAndFill_Style); in DEF_SIMPLE_GM()
|
H A D | glyph_pos.cpp | 150 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 D | typeface.cpp | 271 { 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 D | quadpaths.cpp | 72 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"}, 202 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
|
H A D | nonclosedpaths.cpp | 85 SkPaint::kStroke_Style, SkPaint::kStrokeAndFill_Style
|
H A D | linepaths.cpp | 56 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"}, in draw()
|
H A D | emptypath.cpp | 65 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
|
H A D | gradients_degenerate.cpp | 76 paint.setStyle(SkPaint::kStrokeAndFill_Style); in draw_row()
|
H A D | inversepaths.cpp | 53 {SkPaint::kStrokeAndFill_Style},
|
H A D | convex_all_line_paths.cpp | 305 paint.setStyle(SkPaint::kStrokeAndFill_Style); in drawPath() 337 p.setStyle(SkPaint::kStrokeAndFill_Style);
|
/third_party/skia/docs/examples/ |
H A D | Path_addPoly_2.cpp | 14 SkPaint::kStrokeAndFill_Style} ) { in REG_FIDDLE()
|
H A D | Fake_Bold.cpp | 16 paint.setStyle(SkPaint::kStrokeAndFill_Style); in REG_FIDDLE()
|
H A D | Path_addPoly.cpp | 15 SkPaint::kStrokeAndFill_Style} ) { in REG_FIDDLE()
|
H A D | Path_close.cpp | 15 SkPaint::kStrokeAndFill_Style} ) { in REG_FIDDLE()
|
H A D | Paint_setStyle.cpp | 23 SkPaint::kStrokeAndFill_Style }) { in REG_FIDDLE()
|
H A D | strokerect_gm.cpp | 27 SkPaint::Style style = doFill ? SkPaint::kStrokeAndFill_Style : SkPaint::kStroke_Style; in REG_FIDDLE()
|
H A D | PaintDump.cpp | 25 case SkPaint::kStrokeAndFill_Style: return "SkPaint::kStrokeAndFill_Style"; in REG_FIDDLE()
|
/third_party/skia/experimental/graphite/src/ |
H A D | Device.cpp | 267 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 D | TessellationPathRenderer.cpp | 93 shape.style().strokeRec().getStyle() == SkStrokeRec::kStrokeAndFill_Style || in onCanDrawPath() 150 SkASSERT(stroke.getStyle() != SkStrokeRec::kStrokeAndFill_Style); in onDrawPath()
|
H A D | AALinearizingConvexPathRenderer.cpp | 365 stroke.getStyle() == SkStrokeRec::kStrokeAndFill_Style) { in onCanDrawPath() 424 SkStrokeRec::kStrokeAndFill_Style }; in GR_DRAW_OP_TEST_DEFINE()
|
/third_party/skia/tests/ |
H A D | PaintTest.cpp | 26 paint.setStyle(SkPaint::kStrokeAndFill_Style); in DEF_TEST() 96 SkPaint::kStrokeAndFill_Style, in DEF_TEST()
|