Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ height
Method
height
MyGUIEngine/src/msdfgen/core/Bitmap.hpp:118–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
117
template <typename T, int N>
118
int Bitmap<T, N>::height() const {
119
return h;
120
}
121
122
template <typename T, int N>
123
T *Bitmap<T, N>::operator()(int x, int y) {
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