Home
last modified time | relevance | path

Searched refs:get_unscaled_height (Results 1 – 5 of 5) sorted by relevance

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DPixMask.h40 int get_unscaled_height() {return unscaled_height;}; in get_unscaled_height() function
H A DPixMask.cpp221 p->set_unscaled_height(p->get_unscaled_height()); in scale()
230 pix->set_unscaled_height(get_unscaled_height()); in scale()
H A Dshieldstyle.cpp138 ysize = half[0]->get_unscaled_height(); in instantiateImages()
/dports/games/lordsawar/lordsawar-0.3.2/src/editor/
H A Deditorbigmap.cpp702 double new_height = p->get_unscaled_height () * scale; in display_moving_building()
717 double new_height = p->get_unscaled_height () * scale; in display_moving_building()
732 double new_height = p->get_unscaled_height () * scale; in blit()
H A Dtileset-selector-editor-dialog.cpp226 if (p->get_unscaled_height () == 0) in loadSelector()