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

Function createWindowSurface

blocks/Cairo/src/Cairo.cpp:1813–1816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1811
1812#if defined( CINDER_MSW )
1813cairo::SurfaceGdi createWindowSurface()
1814{
1815 return cairo::SurfaceGdi( cinder::app::App::get()->getRenderer()->getDc() );
1816}
1817#elif defined( CINDER_MAC )
1818cairo::SurfaceQuartz createWindowSurface()
1819{

Callers 5

drawMethod · 0.85
drawMethod · 0.85
drawMethod · 0.85
drawMethod · 0.85
drawMethod · 0.85

Calls 8

SurfaceGdiClass · 0.85
getWindowHeightFunction · 0.85
SurfaceQuartzClass · 0.85
getWindowWidthFunction · 0.85
getCgContextMethod · 0.80
getFunction · 0.50
getDcMethod · 0.45
getRendererMethod · 0.45

Tested by 1

drawMethod · 0.68