MCPcopy Create free account
hub / github.com/MyGUI/mygui / width

Method width

MyGUIEngine/src/msdfgen/core/Bitmap.hpp:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112template <typename T, int N>
113int Bitmap<T, N>::width() const {
114 return w;
115}
116
117template <typename T, int N>
118int Bitmap<T, N>::height() const {

Callers 7

onPaintMethod · 0.45
renderMsdfGlyphsMethod · 0.45
updateCursorPositionMethod · 0.45
drawGlyphMethod · 0.45
convertRectToCoordFunction · 0.45
setImageRectMethod · 0.45
recalcIndexesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected