Searched refs:StrokeParams (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/experimental/graphite/src/ |
D | DrawList.h | 60 class StrokeParams { 62 StrokeParams() : fHalfWidth(0.f), fJoinLimit(0.f), fCap(SkPaint::kButt_Cap) {} in StrokeParams() function 63 StrokeParams(float width, in StrokeParams() function 72 StrokeParams(const StrokeParams&) = default; 74 StrokeParams& operator=(const StrokeParams&) = default; 179 const StrokeParams& stroke, 205 skstd::optional<StrokeParams> fStrokeParams; // Not present implies fill 209 const StrokeParams* stroke) in Draw() 216 , fStrokeParams(stroke ? skstd::optional<StrokeParams>(*stroke) : skstd::nullopt) {} in Draw()
|
D | DrawContext.h | 68 const StrokeParams& stroke,
|
D | DrawList.cpp | 78 const StrokeParams& stroke, in strokePath()
|
D | DrawContext.cpp | 72 const StrokeParams& stroke, in strokePath()
|
D | Device.cpp | 300 StrokeParams stroke(style.getWidth(), style.getMiter(), style.getJoin(), style.getCap()); in drawShape()
|
/third_party/skia/src/gpu/tessellate/ |
D | Tessellation.h | 102 struct StrokeParams { struct
|
D | StrokeFixedCountTessellator.cpp | 219 StrokeParams fDynamicStroke;
|
D | StrokeHardwareTessellator.cpp | 660 StrokeParams fDynamicStroke;
|
/third_party/skia/src/gpu/ops/ |
D | StrokeTessellateOp.cpp | 116 !StrokeParams::StrokesHaveEqualParams(this->headStroke(), op->headStroke())) { in onCombineIfPossible()
|