LMMS
Loading...
Searching...
No Matches
juce_Path.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  juce
namespace  juce::PathHelpers

Macros

#define JUCE_CHECK_COORDS_ARE_VALID(x, y)

Functions

static String juce::PathHelpers::nextToken (String::CharPointerType &t)
double juce::PathHelpers::lengthOf (float x1, float y1, float x2, float y2) noexcept
static bool juce::isMarker (float value, float marker) noexcept

Variables

const float juce::PathHelpers::ellipseAngularIncrement = 0.05f

Macro Definition Documentation

◆ JUCE_CHECK_COORDS_ARE_VALID

#define JUCE_CHECK_COORDS_ARE_VALID ( x,
y )
Value:
jassert (x == x && y == y);
int y
Definition inflate.c:1588
unsigned x[BMAX+1]
Definition inflate.c:1586
#define jassert(expression)