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

Function fg_get_image_size

src/api/c/image.cpp:146–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146fg_err fg_get_image_size(unsigned* pOut, const fg_image pImage)
147{
148 try {
149 ARG_ASSERT(1, (pImage!=0));
150
151 *pOut = getImage(pImage)->size();
152 }
153 CATCHALL
154
155 return FG_ERR_NONE;
156}
157
158fg_err fg_render_image(const fg_window pWindow,
159 const fg_image pImage,

Callers 1

sizeMethod · 0.85

Calls 2

getImageFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected