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

Method size

src/backend/opengl/image_impl.cpp:133–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131uint image_impl::pbo() const { return mPBO; }
132
133uint image_impl::size() const { return (uint)mPBOsize; }
134
135void image_impl::render(const int pWindowId,
136 const int pX, const int pY, const int pVPW, const int pVPH,

Callers 6

generateChartDataMethod · 0.45
loadFontMethod · 0.45
loadSystemFontMethod · 0.45
mergeMethod · 0.45
getRegionMethod · 0.45
surface_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected