Home
last modified time | relevance | path

Searched refs:getScrollLabel (Results 1 – 7 of 7) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Ditems.cpp839 …intf(&tempstr[c], 1024 - c, language[1059], items[type].name_unidentified, this->getScrollLabel()); in description()
912 …empstr[c], 1024 - c, language[1085], count, items[type].name_unidentified, this->getScrollLabel()); in description()
979 …f(tempstr, sizeof(tempstr), language[1059], items[type].name_unidentified, this->getScrollLabel()); in getName()
1142 if ( item1->getScrollLabel() != item2->getScrollLabel() ) in itemCompare()
4538 char* Item::getScrollLabel() const in getScrollLabel() function in Item
H A Ditems.hpp424 char* getScrollLabel() const;
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dcrgui.cpp592 lString32 CRGUIWindowBase::getScrollLabel( int page, int pages ) in getScrollLabel() function in CRGUIWindowBase
611 lString32 label = getScrollLabel( page, pages ); in getMinScrollSize()
/dports/games/barony/Barony-3.3.7/src/interface/
H A Ddrawstatus.cpp1258 …src.w = std::max((2 + longestline(language[3862]) + longestline(item->getScrollLabel())) * TTF12_W… in drawStatus()
1441 … TTF12_WIDTH, src.y + 4 + TTF12_HEIGHT * 4, color, "%s%s", language[3862], item->getScrollLabel()); in drawStatus()
H A Dplayerinventory.cpp1179 …src.w = std::max((2 + longestline(language[3862]) + longestline(item->getScrollLabel())) * TTF12_W… in updatePlayerInventory()
1361 … TTF12_WIDTH, src.y + 4 + TTF12_HEIGHT * 4, color, "%s%s", language[3862], item->getScrollLabel()); in updatePlayerInventory()
H A Dinterface.cpp4099 snprintf(tempstr, sizeof(tempstr), language[3721], item->getScrollLabel()); in updateGUI()
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/include/
H A Dcrgui.h692 virtual lString32 getScrollLabel( int page, int pages );