Home
last modified time | relevance | path

Searched refs:sge_copy_surface (Results 1 – 9 of 9) sorted by relevance

/dports/games/openmortal/openmortal-0.7/src/
H A Dsge_surface.h76 DECLSPEC SDL_Surface *sge_copy_surface(SDL_Surface *src);
77 DECLSPEC SDL_Surface *sge_copy_surface(SDL_Surface *src, Sint16 SrcX, Sint16 SrcY, Sint16 W, Sint16…
H A DTextArea.cpp30 m_poBackground = sge_copy_surface( a_poScreen, x, y, w, h ); in CTextArea()
H A Dsge_surface.cpp753 SDL_Surface *sge_copy_surface(SDL_Surface *src) in sge_copy_surface() function
760 SDL_Surface *sge_copy_surface(SDL_Surface *a_poSource, Sint16 x, Sint16 y, Sint16 w, Sint16 h) in sge_copy_surface() function
H A Dsge_bm_text.cpp104 font->FontSurface = sge_copy_surface(surface); in sge_BF_CreateFont()
H A Dsge_tt_text.cpp1440 …m_poBackground = sge_copy_surface( a_poScreen, m_oWorkArea.x, m_oWorkArea.y, m_oWorkArea.w, m_oWor… in CReadline()
/dports/games/spacejunk/spacejunk-1.0.5/sge030809/
H A Dsge_surface.h76 DECLSPEC SDL_Surface *sge_copy_surface(SDL_Surface *src);
H A Dsge_bm_text.cpp104 font->FontSurface = sge_copy_surface(surface); in sge_BF_CreateFont()
H A Dsge_textpp.cpp397 return sge_copy_surface(text_surface); in get_textSurface()
H A Dsge_surface.cpp756 SDL_Surface *sge_copy_surface(SDL_Surface *src) in sge_copy_surface() function