Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
123
void Window::draw(const Image& pImage, const bool pKeepAspectRatio)
124
{
125
FG_THROW(fg_draw_image(get(), pImage.get(), pKeepAspectRatio));
126
}
127
128
void Window::draw(const Chart& pChart)
129
{
Callers
15
fg_draw_image
Function · 0.45
fg_draw_chart
Function · 0.45
fg_draw_image_to_cell
Function · 0.45
fg_draw_chart_to_cell
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
5
fg_draw_image
Function · 0.85
fg_draw_chart
Function · 0.85
fg_draw_image_to_cell
Function · 0.85
fg_draw_chart_to_cell
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected