HomeSort by relevance Sort by last modified time
    Searched defs:FilterOperations (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/cc/output/
filter_operations.h 24 class CC_EXPORT FilterOperations {
26 FilterOperations();
28 FilterOperations(const FilterOperations& other);
30 ~FilterOperations();
32 FilterOperations& operator=(const FilterOperations& other);
34 bool operator==(const FilterOperations& other) const;
36 bool operator!=(const FilterOperations& other) const {
63 // contain any reference filters, returns a FilterOperations formed b
    [all...]
filter_operations.cc 15 FilterOperations::FilterOperations() {}
17 FilterOperations::FilterOperations(const FilterOperations& other)
20 FilterOperations::~FilterOperations() {}
22 FilterOperations& FilterOperations::operator=(const FilterOperations& other)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperations.h 39 class PLATFORM_EXPORT FilterOperations {
42 FilterOperations();
43 FilterOperations(const FilterOperations& other) { *this = other; }
45 FilterOperations& operator=(const FilterOperations&);
47 bool operator==(const FilterOperations&) const;
48 bool operator!=(const FilterOperations& o) const
65 bool canInterpolateWith(const FilterOperations&) const;
FilterOperations.cpp 27 #include "platform/graphics/filters/FilterOperations.h"
47 FilterOperations::FilterOperations()
51 FilterOperations& FilterOperations::operator=(const FilterOperations& other)
57 bool FilterOperations::operator==(const FilterOperations& o) const
71 bool FilterOperations::canInterpolateWith(const FilterOperations& other) cons
    [all...]

Completed in 1945 milliseconds