Home
last modified time | relevance | path

Searched refs:GetSDLSurface (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Resource/
H A DImage.h203 SDL_Surface* GetSDLSurface(const IntRect& rect = IntRect::ZERO) const;
H A DImage.cpp2183 SDL_Surface* Image::GetSDLSurface(const IntRect& rect) const in GetSDLSurface() function in Urho3D::Image
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/UI/
H A DCursor.cpp286 SDL_Surface* surface = info.image_->GetSDLSurface(info.imageRect_); in ApplyOSCursorShape()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DGraphics.cpp361 SDL_Surface* surface = windowIcon_->GetSDLSurface(); in CreateWindowIcon()