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 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 {
60 // contain any reference filters, returns a FilterOperations formed b
    [all...]
filter_operations.cc 14 FilterOperations::FilterOperations() {}
16 FilterOperations::FilterOperations(const FilterOperations& other)
19 FilterOperations::~FilterOperations() {}
21 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 112 milliseconds