Home
last modified time | relevance | path

Searched refs:DrawSubClip (Results 1 – 11 of 11) sorted by relevance

/dports/games/stratagus/stratagus-3.2.0/src/stratagus/
H A Dmainloop.cpp199 UI.Fillers[i].G->DrawSubClip(0, 0, in UpdateDisplay()
/dports/games/stratagus/stratagus-3.2.0/src/ui/
H A Dicons.cpp166 this->G->DrawSubClip(G->frame_map[Frame].x, G->frame_map[Frame].y + G->Height - height, in DrawCooldownSpellIcon()
H A Dbotpanel.cpp739 UI.ButtonPanel.G->DrawSubClip(0, 0, in Draw()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/ui/
H A Dicons.cpp240 this->G->DrawSubClip(G->frame_map[Frame].x, G->frame_map[Frame].y + G->Height - height, in DrawCooldownSpellIcon()
H A Dwidgets.cpp294 ((CGraphic *)image)->DrawSubClip(srcX, srcY, width, height, in drawImage()
H A Dbotpanel.cpp1092 UI.ButtonPanel.G->DrawSubClip(0, 0, in Draw()
/dports/games/stratagus/stratagus-3.2.0/src/video/
H A Dgraphic.cpp158 void CGraphic::DrawSubClip(int gx, int gy, int w, int h, int x, int y, in DrawSubClip() function in CGraphic
273 DrawSubClip(frame_map[frame].x, frame_map[frame].y, in DrawFrameClip()
/dports/games/stratagus/stratagus-3.2.0/src/include/
H A Dvideo.h120 void DrawSubClip(int gx, int gy, int w, int h, int x, int y,
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/stratagus/
H A Dmainloop.cpp242 UI.Fillers[i].G->DrawSubClip(0, 0, in UpdateDisplay()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/
H A Dvideo.h105 void DrawSubClip(int gx, int gy, int w, int h, int x, int y, SDL_Surface *surface = nullptr) const;
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/video/
H A Dgraphic.cpp221 void CGraphic::DrawSubClip(int gx, int gy, int w, int h, int x, int y, SDL_Surface *surface) const in DrawSubClip() function in CGraphic
397 DrawSubClip(frame_map[frame].x, frame_map[frame].y, in DrawFrameClip()