MCPcopy 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
67Image* getImage(const fg_image& pValue)
68{
69 return reinterpret_cast<common::Image*>(pValue);
70}
71
72Chart* getChart(const fg_chart& pValue)
73{

Callers 13

fg_draw_imageFunction · 0.85
fg_draw_image_to_cellFunction · 0.85
fg_release_imageFunction · 0.85
fg_set_image_alphaFunction · 0.85
fg_get_image_widthFunction · 0.85
fg_get_image_heightFunction · 0.85
fg_get_image_pixelformatFunction · 0.85
fg_get_image_typeFunction · 0.85
fg_get_pixel_bufferFunction · 0.85
fg_get_image_sizeFunction · 0.85
fg_render_imageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected