MCPcopy Create free account
hub / github.com/cinder/Cinder / appendPath

Method appendPath

blocks/Cairo/src/Cairo.cpp:1596–1602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1594}
1595
1596void Context::appendPath( const cinder::Shape2d &path )
1597{
1598 for( size_t contCount = 0; contCount < path.getNumContours(); ++contCount ) {
1599 const Path2d &contour( path.getContour( contCount ) );
1600 appendPath( contour );
1601 }
1602}
1603
1604void Context::appendPath( const cinder::Path2d &path )
1605{

Callers 4

drawBSplineMethod · 0.80
drawMethod · 0.80
drawPathMethod · 0.80
drawTextSpanMethod · 0.80

Calls 4

moveToFunction · 0.50
lineToFunction · 0.50
curveToFunction · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected