aseprite/src/filters
David Capello 59f6b78e4f Use a task_token to cancel a filter when we are processing a row
Added FILTER_LOOP_THROUGH_ROW_BEGIN/END macros to simplify some
boilerplate code for each filter.

In this way if processing just one row takes too much time, canceling
the operation is faster.
2023-05-15 13:23:24 -03:00
..
brightness_contrast_filter.cpp Use a task_token to cancel a filter when we are processing a row 2023-05-15 13:23:24 -03:00
brightness_contrast_filter.h
CMakeLists.txt
color_curve_filter.cpp Use a task_token to cancel a filter when we are processing a row 2023-05-15 13:23:24 -03:00
color_curve_filter.h
color_curve.cpp
color_curve.h
convolution_matrix_filter.cpp Use a task_token to cancel a filter when we are processing a row 2023-05-15 13:23:24 -03:00
convolution_matrix_filter.h
convolution_matrix.cpp
convolution_matrix.h
filter_indexed_data.h
filter_manager.h Use a task_token to cancel a filter when we are processing a row 2023-05-15 13:23:24 -03:00
filter.cpp
filter.h
hue_saturation_filter.cpp Use a task_token to cancel a filter when we are processing a row 2023-05-15 13:23:24 -03:00
hue_saturation_filter.h
invert_color_filter.cpp Use a task_token to cancel a filter when we are processing a row 2023-05-15 13:23:24 -03:00
invert_color_filter.h
median_filter.cpp Use a task_token to cancel a filter when we are processing a row 2023-05-15 13:23:24 -03:00
median_filter.h
neighboring_pixels.h
outline_filter.cpp Use a task_token to cancel a filter when we are processing a row 2023-05-15 13:23:24 -03:00
outline_filter.h
replace_color_filter.cpp Use a task_token to cancel a filter when we are processing a row 2023-05-15 13:23:24 -03:00
replace_color_filter.h
target.h
tiled_mode.h