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 {
59 // FilterOperations formed by linearly interpolating at each position
    [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/core/platform/graphics/filters/
FilterOperations.h 38 class FilterOperations {
41 FilterOperations();
42 FilterOperations(const FilterOperations& other) { *this = other; }
44 FilterOperations& operator=(const FilterOperations&);
46 bool operator==(const FilterOperations&) const;
47 bool operator!=(const FilterOperations& o) const
64 bool operationsMatch(const FilterOperations&) const;
FilterOperations.cpp 27 #include "core/platform/graphics/filters/FilterOperations.h"
49 FilterOperations::FilterOperations()
53 FilterOperations& FilterOperations::operator=(const FilterOperations& other)
59 bool FilterOperations::operator==(const FilterOperations& o) const
73 bool FilterOperations::operationsMatch(const FilterOperations& other) cons
    [all...]

Completed in 80 milliseconds