Home | History | Annotate | Download | only in output

Lines Matching defs:FilterOperations

21 class CC_EXPORT FilterOperations {
23 FilterOperations();
25 FilterOperations(const FilterOperations& other);
27 ~FilterOperations();
29 FilterOperations& operator=(const FilterOperations& other);
31 bool operator==(const FilterOperations& other) const;
33 bool operator!=(const FilterOperations& other) const {
59 // FilterOperations formed by linearly interpolating at each position a
68 FilterOperations Blend(const FilterOperations& from, double progress) const;