Home
last modified time | relevance | path

Searched refs:tile_layout_size (Results 1 – 3 of 3) sorted by relevance

/dports/games/xmahjongg/xmahjongg-3.7/src/
H A Dboard.hh85 void tile_layout_size(int *, int *) const;
H A Dboard.cc215 Board::tile_layout_size(int *width, int *height) const in tile_layout_size() function in Board
237 tile_layout_size(&layout_width, &layout_height); in center_layout()
H A Dmain.cc688 board->tile_layout_size(&wid, &hgt); in main()