MCPcopy 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
117template <typename T, int N>
118int Bitmap<T, N>::height() const {
119 return h;
120}
121
122template <typename T, int N>
123T *Bitmap<T, N>::operator()(int x, int y) {

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