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

Method draw

src/api/cpp/window.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void Window::draw(const Image& pImage, const bool pKeepAspectRatio)
124{
125 FG_THROW(fg_draw_image(get(), pImage.get(), pKeepAspectRatio));
126}
127
128void Window::draw(const Chart& pChart)
129{

Callers 15

fg_draw_imageFunction · 0.45
fg_draw_chartFunction · 0.45
fg_draw_image_to_cellFunction · 0.45
fg_draw_chart_to_cellFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 5

fg_draw_imageFunction · 0.85
fg_draw_chartFunction · 0.85
fg_draw_image_to_cellFunction · 0.85
fg_draw_chart_to_cellFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected