MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / getSrcImage

Method getSrcImage

src/app/ui/editor/tool_loop_impl.cpp:445–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443 }
444
445 const Image* getSrcImage() override { return m_expandCelCanvas->getSourceCanvas(); }
446 const Image* getFloodFillSrcImage() override { return m_floodfillSrcImage; }
447 Image* getDstImage() override { return m_expandCelCanvas->getDestCanvas(); }
448 void validateSrcImage(const gfx::Region& rgn) override {

Callers 5

initIteratorsMethod · 0.45
BlurInkProcessingMethod · 0.45
BlurInkProcessingMethod · 0.45
BlurInkProcessingMethod · 0.45
JumbleInkProcessingMethod · 0.45

Calls 1

getSourceCanvasMethod · 0.80

Tested by

no test coverage detected