Home
last modified time | relevance | path

Searched defs:spriteBounds (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/skin/
H A Dskin_part.h32 const gfx::Rect& spriteBounds() const { return m_spriteBounds; } in spriteBounds() function
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DStaffHireNewAction.cpp184 const rct_sprite_bounds* spriteBounds = &GetSpriteBounds(spriteType); in QueryExecute() local
/dports/graphics/aseprite/aseprite-1.2.9/src/app/util/
H A Dexpand_cel_canvas.cpp104 gfx::Rect spriteBounds(0, 0, in ExpandCelCanvas() local
/dports/graphics/aseprite/aseprite-1.2.9/src/ui/
H A Dstyle.h67 const gfx::Rect& spriteBounds() const { return m_spriteBounds; } in spriteBounds() function
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DPeep.cpp341 const rct_sprite_bounds* spriteBounds = &GetSpriteBounds(SpriteType, ActionSpriteType); in UpdateCurrentActionSpriteType() local
1579 const rct_sprite_bounds* spriteBounds = &GetSpriteBounds(SpriteType, NextActionSpriteType); in SwitchNextActionSpriteType() local
H A DGuest.cpp6977 …const rct_sprite_bounds* spriteBounds = &GetSpriteBounds(peep->SpriteType, peep->ActionSpriteType); in Generate() local
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct1/
H A DS4Importer.cpp1202 … const rct_sprite_bounds* spriteBounds = &GetSpriteBounds(dst->SpriteType, dst->ActionSpriteType); in ImportPeep() local
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/editor/
H A Deditor.cpp929 void Editor::drawGrid(Graphics* g, const gfx::Rect& spriteBounds, const Rect& gridBounds, const app… in drawGrid()