KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_issue25110_bezier_line_style.cpp File Reference
#include <cmath>
#include <numeric>
#include <vector>
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <base_units.h>
#include <geometry/shape_line_chain.h>
#include <pcb_painter.h>
#include <pcb_shape.h>
#include <stroke_params.h>

Go to the source code of this file.

Classes

struct  DASH_RUNS
 

Functions

static DASH_RUNS collectRuns (const SHAPE *aShape, LINE_STYLE aStyle, int aWidth, const KIGFX::RENDER_SETTINGS *aSettings)
 
static SHAPE_LINE_CHAIN makeBezierChain ()
 
 BOOST_AUTO_TEST_CASE (BezierDashedLineHasGaps)
 
 BOOST_AUTO_TEST_CASE (BezierDottedLineIsEvenlySpaced)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/2]

◆ BOOST_AUTO_TEST_CASE() [2/2]

BOOST_AUTO_TEST_CASE ( BezierDottedLineIsEvenlySpaced )

◆ collectRuns()

static DASH_RUNS collectRuns ( const SHAPE * aShape,
LINE_STYLE aStyle,
int aWidth,
const KIGFX::RENDER_SETTINGS * aSettings )
static

◆ makeBezierChain()