#include <utils.hpp>
Public Member Functions | |
const_surface_lock (const surface &surf) | |
~const_surface_lock () | |
const Uint32 * | pixels () const |
Private Attributes | |
const surface & | surface_ |
bool | locked_ |
const_surface_lock::const_surface_lock | ( | const surface & | surf | ) |
const_surface_lock::~const_surface_lock | ( | ) |
|
inline |
Definition at line 455 of file utils.hpp.
References surface_.
Referenced by blit_surface(), unit_drawer::calculate_energy_bar(), cut_surface(), get_pixel(), in_mask_surface(), light_surface(), mask_surface(), rotate_90_surface(), scale_surface(), scale_surface_nn(), scale_surface_sharp(), scale_surface_xbrz(), stretch_surface_horizontal(), stretch_surface_vertical(), and tile_surface().
|
private |
Definition at line 458 of file utils.hpp.
Referenced by const_surface_lock(), and ~const_surface_lock().
|
private |
Definition at line 457 of file utils.hpp.
Referenced by const_surface_lock(), pixels(), and ~const_surface_lock().