MCPcopy Create free account
hub / github.com/arrayfire/forge / draw

Method draw

src/backend/common/window.hpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 inline void draw(Image* pImage, const bool pKeepAspectRatio) {
111 pImage->keepAspectRatio(pKeepAspectRatio);
112 mWindow->draw(pImage->impl()) ;
113 }
114
115 inline void draw(const Chart* pChart) {
116 mWindow->draw(pChart->impl()) ;

Callers

nothing calls this directly

Calls 1

keepAspectRatioMethod · 0.45

Tested by

no test coverage detected