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

Method setSourceSurface

blocks/Cairo/src/Cairo.cpp:1197–1200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1195}
1196
1197void Context::setSourceSurface( SurfaceBase &surface, double x, double y )
1198{
1199 cairo_set_source_surface( mCairo, surface.getCairoSurface(), x, y );
1200}
1201
1202void Context::copySurface( const SurfaceBase &surface, const Area &srcArea, const ivec2 &dstOffset )
1203{

Callers 2

runMethod · 0.80
runMethod · 0.80

Calls 1

getCairoSurfaceMethod · 0.80

Tested by 2

runMethod · 0.64
runMethod · 0.64