CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
Loading...
Searching...
No Matches
render_target Member List

This is the complete list of members for render_target, including all inherited members.

begin_intermediate_drawing(int iX, int iY, int iWidth, int iHeight)render_target
create_palettized_texture(int iWidth, int iHeight, const uint8_t *pPixels, const ::palette *pPalette, uint32_t iSpriteFlags) constrender_target
create_texture(int iWidth, int iHeight, const uint32_t *pPixels) constrender_target
draw(SDL_Texture *pTexture, const SDL_Rect *prcSrcRect, const SDL_Rect *prcDstRect, int iFlags)render_target
draw_line(line_sequence *pLine, int iX, int iY)render_target
end_frame()render_target
fill_black()render_target
fill_colour(uint32_t colour)render_target
fill_rect(uint32_t iColour, int iX, int iY, int iW, int iH)render_target
finish_nonoverlapping_draws()render_target
get_height() constrender_target
get_last_error()render_target
get_renderer() constrender_targetinline
get_renderer_details() constrender_target
get_width() constrender_target
map_colour(uint8_t iR, uint8_t iG, uint8_t iB)render_targetinlinestatic
operator=(const render_target &other)=deleterender_target
pop_clip_rect()render_target
push_clip_rect(const clip_rect *pRect)render_target
render_target(const render_target_creation_params &params)render_targetexplicit
render_target(const render_target &other)=deleterender_target
scoped_target_texturerender_targetfriend
set_blue_filter_active(bool bActivate)render_target
set_caption(const char *sCaption)render_target
set_cursor(cursor *pCursor)render_target
set_cursor_position(int iX, int iY)render_target
set_minimum_size(int width, int height)render_target
set_scale_factor(double fScale, scaled_items eWhatToScale)render_target
set_window_grab(bool bActivate)render_target
should_scale_bitmaps(double *pFactor)render_target
start_frame()render_target
start_nonoverlapping_draws()render_target
take_screenshot(const char *file_path) constrender_target
update(const render_target_creation_params &params)render_target
~render_target()render_target