Home
last modified time | relevance | path

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

/dports/games/ags/ags_linux_v.3.4.4.1/Common/gui/
H A Dguimain.cpp172 Bitmap subbmp; in DrawAt() local
173 subbmp.CreateSubBitmap(ds, RectWH(x, y, Width, Height)); in DrawAt()
181 subbmp.Fill(subbmp.GetCompatibleColor(BgColor)); in DrawAt()
188 draw_color = subbmp.GetCompatibleColor(FgColor); in DrawAt()
189 subbmp.DrawRect(Rect(0, 0, subbmp.GetWidth() - 1, subbmp.GetHeight() - 1), draw_color); in DrawAt()
191 subbmp.DrawRect(Rect(1, 1, subbmp.GetWidth() - 2, subbmp.GetHeight() - 2), draw_color); in DrawAt()
197 draw_gui_sprite(&subbmp, BgImage, 0, 0, false); in DrawAt()
212 objToDraw->Draw(&subbmp); in DrawAt()
220 draw_color = subbmp.GetCompatibleColor(selectedColour); in DrawAt()
223 DrawBlob(&subbmp, objToDraw->x, objToDraw->y, draw_color); in DrawAt()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ags/shared/gui/
H A Dgui_main.cpp212 Bitmap subbmp; in DrawAt() local
213 subbmp.CreateSubBitmap(ds, RectWH(x, y, Width, Height)); in DrawAt()
221 subbmp.Fill(subbmp.GetCompatibleColor(BgColor)); in DrawAt()
227 draw_color = subbmp.GetCompatibleColor(FgColor); in DrawAt()
228 subbmp.DrawRect(Rect(0, 0, subbmp.GetWidth() - 1, subbmp.GetHeight() - 1), draw_color); in DrawAt()
230 subbmp.DrawRect(Rect(1, 1, subbmp.GetWidth() - 2, subbmp.GetHeight() - 2), draw_color); in DrawAt()
236 draw_gui_sprite(&subbmp, BgImage, 0, 0, false); in DrawAt()
253 objToDraw->Draw(&subbmp); in DrawAt()
260 draw_color = subbmp.GetCompatibleColor(selectedColour); in DrawAt()
263 DrawBlob(&subbmp, objToDraw->X, objToDraw->Y, draw_color); in DrawAt()
[all …]
/dports/devel/allegro5/allegro5-5.2.7.0/tests/
H A Dtest_prim.ini146 [test hl fill subbmp dest]
147 op0= subbmp = al_create_sub_bitmap(target, 60, 60, 540, 380)
148 op1= al_set_target_bitmap(subbmp)
162 [test hl fill subbmp dest clip]
163 extend=test hl fill subbmp dest
263 [test filled textured subbmp dest]
275 [test filled textured subbmp dest clip]
276 extend=test filled textured subbmp dest
/dports/games/flyhard/flyhard-0.42/src/
H A Darena.cpp166 SDL_Surface *subbmp=create_surface(TILE_SIZE,TILE_SIZE); in arena() local
173 copy_blit(bmp, &from, subbmp, &to); in arena()
178 SDL_UpdateRect(subbmp,to.x,to.y,to.w,to.h); in arena()
185 m_bitmaps[i]=subbmp; in arena()
191 m_bitmaps[negative_index]=subbmp; in arena()