Home
last modified time | relevance | path

Searched defs:gfxid (Results 1 – 7 of 7) sorted by relevance

/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/source/
H A Dbl_lua_obj_fgobjects.cpp193 Uint32 objid, gfxid; in luaObjObjectGFX() local
267 Uint32 x, y, gfxid; in luaObjNewFGObject() local
H A Dbl_lua_obj_player.cpp170 Uint32 gfxid = 0; in luaObjPlayerGFX() local
H A Dbl_lua_obj_anim.cpp104 Uint32 gfxid = fgAnims[realidx]->frames[i].gfxobj; in luaObjPushAnim() local
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/
H A Dplayersprite.cpp82 bool setSpriteGFX(const PLAYERSPRITETYPE mtype, Uint32 gfxid) { in setSpriteGFX()
H A Dfgobjects.cpp82 SDL_Surface* getFGSurface(const Uint32 gfxid) { in getFGSurface()
/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswfshape.c883 void swf_ShapeSetBitmapRect(TAG*tag, U16 gfxid, int width, int height) in swf_ShapeSetBitmapRect()
/dports/graphics/swftools/swftools-0.9.2/avi2swf/
H A Dv2swf.c138 static void writeShape(v2swf_internal_t*i, int id, int gfxid, int width, int height) in writeShape()