Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ getImage
Function
getImage
src/backend/common/handle.cpp:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
Image* getImage(const fg_image& pValue)
68
{
69
return reinterpret_cast<common::Image*>(pValue);
70
}
71
72
Chart* getChart(const fg_chart& pValue)
73
{
Callers
13
fg_draw_image
Function · 0.85
fg_draw_image_to_cell
Function · 0.85
fg_release_image
Function · 0.85
fg_set_image_alpha
Function · 0.85
fg_set_image_aspect_ratio
Function · 0.85
fg_get_image_width
Function · 0.85
fg_get_image_height
Function · 0.85
fg_get_image_pixelformat
Function · 0.85
fg_get_image_type
Function · 0.85
fg_get_pixel_buffer
Function · 0.85
fg_get_image_size
Function · 0.85
fg_render_image
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected