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

Method height

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

Source from the content-addressed store, hash-verified

123uint image_impl::width() const { return mWidth; }
124
125uint image_impl::height() const { return mHeight; }
126
127forge::ChannelFormat image_impl::pixelFormat() const { return mFormat; }
128

Callers 1

loadAtlasWithGlyphsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected