Home
last modified time | relevance | path

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

/dports/games/lordsawar/lordsawar-0.3.2/src/editor/
H A Dshieldset-info-dialog.cpp66 large_height_spinbutton->set_value (s->getLargeHeight ()); in ShieldSetInfoDialog()
184 large_height_spinbutton->set_value ((double)d_shieldset->getLargeHeight()); in on_fit_pressed()
H A Dshieldset-window.cpp363 (!d_shieldset->getLargeWidth() || !d_shieldset->getLargeHeight())) in on_validate_shieldset_activated()
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dshieldset.h107 guint32 getLargeHeight() const {return d_large_height;} in getLargeHeight() function
H A Dshieldstyle.cpp133 xsize = s->getLargeWidth(); ysize = s->getLargeHeight(); break; in instantiateImages()