mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-14 04:19:12 +00:00
Move FilterManagerImpl::apply() to private section.
This commit is contained in:
parent
d95919beb5
commit
74c21c3abb
@ -77,7 +77,6 @@ public:
|
||||
void begin();
|
||||
void beginForPreview();
|
||||
bool applyStep();
|
||||
void apply();
|
||||
void applyToTarget();
|
||||
|
||||
Document* getDocument() const { return m_document; }
|
||||
@ -104,6 +103,7 @@ public:
|
||||
|
||||
private:
|
||||
void init(const Layer* layer, Image* image, int offset_x, int offset_y);
|
||||
void apply();
|
||||
void applyToImage(Layer* layer, Image* image, int x, int y);
|
||||
bool updateMask(Mask* mask, const Image* image);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user