78 JointStyle jointStyle,
79 EndCapStyle endStyle = butt)
noexcept;
107 void createStrokedPath (
Path& destPath,
110 float extraAccuracy = 1.0
f)
const;
137 void createDashedStroke (
Path& destPath,
139 const float* dashLengths,
142 float extraAccuracy = 1.0
f)
const;
164 void createStrokeWithArrowheads (
Path& destPath,
166 float arrowheadStartWidth,
float arrowheadStartLength,
167 float arrowheadEndWidth,
float arrowheadEndLength,
169 float extraAccuracy = 1.0
f)
const;
#define noexcept
Definition DistrhoDefines.h:72
Definition juce_Path.h:65
Definition juce_PathStrokeType.h:42
float thickness
Definition juce_PathStrokeType.h:199
JointStyle
Definition juce_PathStrokeType.h:47
@ curved
Definition juce_PathStrokeType.h:53
@ beveled
Definition juce_PathStrokeType.h:54
@ mitered
Definition juce_PathStrokeType.h:48
PathStrokeType(float strokeThickness) noexcept
Definition juce_PathStrokeType.cpp:29
EndCapStyle getEndStyle() const noexcept
Definition juce_PathStrokeType.h:185
void setStrokeThickness(float newThickness) noexcept
Definition juce_PathStrokeType.h:176
JointStyle jointStyle
Definition juce_PathStrokeType.h:200
EndCapStyle
Definition juce_PathStrokeType.h:60
@ rounded
Definition juce_PathStrokeType.h:64
@ square
Definition juce_PathStrokeType.h:62
@ butt
Definition juce_PathStrokeType.h:61
void setEndStyle(EndCapStyle newStyle) noexcept
Definition juce_PathStrokeType.h:188
JointStyle getJointStyle() const noexcept
Definition juce_PathStrokeType.h:179
EndCapStyle endStyle
Definition juce_PathStrokeType.h:201
float getStrokeThickness() const noexcept
Definition juce_PathStrokeType.h:173
void setJointStyle(JointStyle newStyle) noexcept
Definition juce_PathStrokeType.h:182
unsigned f
Definition inflate.c:1572
#define JUCE_LEAK_DETECTOR(OwnerClass)
Definition juce_LeakedObjectDetector.h:138
#define JUCE_API
Definition juce_StandardHeader.h:152
Definition carla_juce.cpp:31
#define const
Definition zconf.h:137