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

Method setSource

blocks/Cairo/src/Cairo.cpp:1192–1195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1190}
1191
1192void Context::setSource( const Pattern &source )
1193{
1194 cairo_set_source( mCairo, const_cast<Pattern&>( source ).getCairoPattern() );
1195}
1196
1197void Context::setSourceSurface( SurfaceBase &surface, double x, double y )
1198{

Callers 11

drawMethod · 0.45
operator()Method · 0.45
drawMethod · 0.45
renderSceneMethod · 0.45
prepareSourceMethod · 0.45
prepareGradientSourceMethod · 0.45
runMethod · 0.45
runMethod · 0.45
path2dpart3.jsFile · 0.45
path2dpart2.jsFile · 0.45
path2dpart1.jsFile · 0.45

Calls 1

getCairoPatternMethod · 0.80

Tested by 2

runMethod · 0.36
runMethod · 0.36