Home
last modified time | relevance | path

Searched refs:bElided (Results 1 – 4 of 4) sorted by relevance

/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DOverlayText.cpp44 , bElided(false) { in OverlayTextLine()
120 …|| iCurHeight != static_cast<int>(height) || (static_cast<int>(maxwidth) > iCurWidth && bElided)) { in createPixmap()
183 bElided = true; in createPixmap()
185 bElided = false; in createPixmap()
H A DOverlayText.h49 bool bElided; variable
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DOverlayText.cpp44 , bElided(false) { in OverlayTextLine()
120 …|| iCurHeight != static_cast<int>(height) || (static_cast<int>(maxwidth) > iCurWidth && bElided)) { in createPixmap()
183 bElided = true; in createPixmap()
185 bElided = false; in createPixmap()
H A DOverlayText.h49 bool bElided; variable