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

Method size

src/api/cpp/image.cpp:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93unsigned Image::size() const
94{
95 unsigned retVal = 0;
96 FG_THROW(fg_get_image_size(&retVal, get()));
97 return retVal;
98}
99
100void Image::render(const Window& pWindow,
101 const int pX, const int pY, const int pVPW, const int pVPH) const

Callers 9

fg_get_image_sizeFunction · 0.45
fg_get_last_errorFunction · 0.45
mainFunction · 0.45
checkGLInteropFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

fg_get_image_sizeFunction · 0.85

Tested by

no test coverage detected