Home
last modified time | relevance | path

Searched refs:cropSprite (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/
H A Dcmd_crop.cpp75 document->getApi(transaction).cropSprite(sprite, bounds); in onExecute()
H A Dcmd_canvas_size.cpp338 api.cropSprite(sprite, in onExecute()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Ddoc_api.h47 void cropSprite(Sprite* sprite, const gfx::Rect& bounds);
H A Ddoc_api.cpp82 void DocApi::cropSprite(Sprite* sprite, const gfx::Rect& bounds) in cropSprite() function in app::DocApi
181 cropSprite(sprite, bounds); in trimSprite()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/script/
H A Dsprite_class.cpp94 api.cropSprite(doc->sprite(), bounds); in Sprite_crop()