Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
template <typename T, int N>
113
int Bitmap<T, N>::width() const {
114
return w;
115
}
116
117
template <typename T, int N>
118
int Bitmap<T, N>::height() const {
Callers
7
onPaint
Method · 0.45
renderMsdfGlyphs
Method · 0.45
updateCursorPosition
Method · 0.45
drawGlyph
Method · 0.45
convertRectToCoord
Function · 0.45
setImageRect
Method · 0.45
recalcIndexes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected