/third_party/boost/boost/polygon/ |
D | polygon_90_set_data.hpp | 42 inline polygon_90_set_data() : orient_(HORIZONTAL), data_(), dirty_(false), unsorted_(false) {} in polygon_90_set_data() 45 …inline polygon_90_set_data(orientation_2d orient) : orient_(orient), data_(), dirty_(false), unsor… in polygon_90_set_data() 50 orient_(HORIZONTAL), data_(), dirty_(false), unsorted_(false) { in polygon_90_set_data() 51 dirty_ = true; in polygon_90_set_data() 58 orient_(that.orient_), data_(that.data_), dirty_(that.dirty_), unsorted_(that.unsorted_) {} in polygon_90_set_data() 65 orient_(orient), data_(), dirty_(false), unsorted_(false) { in polygon_90_set_data() 77 dirty_ = that.dirty_; in operator =() 95 dirty_ = true; in insert() 110 dirty_ = true; in insert() 146 dirty_ = true; in insert() [all …]
|
D | polygon_45_set_data.hpp | 37 …inline polygon_45_set_data() : error_data_(), data_(), dirty_(false), unsorted_(false), is_manhatt… in polygon_45_set_data() 41 …inline polygon_45_set_data(const geometry_type& that) : error_data_(), data_(), dirty_(false), uns… in polygon_45_set_data() 47 error_data_(that.error_data_), data_(that.data_), dirty_(that.dirty_), in polygon_45_set_data() 52 error_data_(), data_(), dirty_(false), unsorted_(false), is_manhattan_(true) { in polygon_45_set_data() 64 dirty_ = that.dirty_; in operator =() 86 dirty_ = true; in insert() 98 dirty_ = true; in insert() 122 dirty_ = true; in insert() 146 dirty_ = true; in insert() 188 …inline void clear() { data_.clear(); error_data_.clear(); dirty_ = unsorted_ = false; is_manhattan… in clear() [all …]
|
D | polygon_set_data.hpp | 50 inline polygon_set_data() : data_(), dirty_(false), unsorted_(false), is_45_(true) {} in polygon_set_data() 54 …inline polygon_set_data(iT input_begin, iT input_end) : data_(), dirty_(false), unsorted_(false), … in polygon_set_data() 60 data_(that.data_), dirty_(that.dirty_), unsorted_(that.unsorted_), is_45_(that.is_45_) {} in polygon_set_data() 73 dirty_ = that.dirty_; in operator =() 82 dirty_ = false; in operator =() 98 dirty_ = true; in insert() 194 dirty_ = true; in insert() 215 dirty_ = true; in insert_vertex_sequence() 296 inline void clear() { data_.clear(); dirty_ = unsorted_ = false; } in clear() 314 inline bool dirty() const { return dirty_; } in dirty() [all …]
|
/third_party/boost/boost/numeric/ublas/ |
D | storage_sparse.hpp | 86 … container_reference<array_type> (a), it_ (it), i_ (it->first), d_ (it->second), dirty_ (false) {} in sparse_storage_element() 89 container_reference<array_type> (a), it_ (), i_ (i), d_ (), dirty_ (false) { in sparse_storage_element() 97 if (dirty_) { in ~sparse_storage_element() 117 dirty_ = true; in operator =() 124 dirty_ = true; in operator =() 131 dirty_ = true; in operator +=() 138 dirty_ = true; in operator -=() 145 dirty_ = true; in operator *=() 152 dirty_ = true; in operator /=() 178 dirty_ = true; in swap() [all …]
|
D | storage.hpp | 1767 dirty_(false), is_copy_(false) {} in index_pair() 1772 dirty_(false), is_copy_(true) {} in index_pair() 1775 if (dirty_ && (!is_copy_) ) { in ~index_pair() 1785 dirty_ = true; in operator =() 1843 bool dirty_; member in boost::numeric::ublas::index_pair 1950 dirty_(false), is_copy_(false) {} in index_triple() 1955 dirty_(false), is_copy_(true) {} in index_triple() 1958 if (dirty_ && (!is_copy_) ) { in ~index_triple() 1970 dirty_ = true; in operator =() 2029 bool dirty_; member in boost::numeric::ublas::index_triple
|
D | hermitian.hpp | 57 container_reference<matrix_type> (m), i_ (i), j_ (j), d_ (d), dirty_ (false) {} in hermitian_matrix_element() 60 if (dirty_) in ~hermitian_matrix_element() 69 dirty_ = true; in operator =() 76 dirty_ = true; in operator =() 83 dirty_ = true; in operator +=() 90 dirty_ = true; in operator -=() 97 dirty_ = true; in operator *=() 104 dirty_ = true; in operator /=() 130 dirty_ = true; in swap() 131 p.dirty_ = true; in swap() [all …]
|
/third_party/ninja/src/ |
D | graph.h | 43 dirty_(false), in Node() 61 dirty_ = false; in ResetState() 88 bool dirty() const { return dirty_; } in dirty() 89 void set_dirty(bool dirty) { dirty_ = dirty; } in set_dirty() 90 void MarkDirty() { dirty_ = true; } in MarkDirty() 122 bool dirty_; member
|
/third_party/boost/boost/polygon/detail/ |
D | polygon_set_view.hpp | 15 if(dirty_) { in clean() 39 dirty_ = false; in clean() 46 if(dirty_) { in clean() 53 dirty_ = false; in clean() 207 …data_(that.value().data_), dirty_(that.value().dirty_), unsorted_(that.value().unsorted_), is_45_(… in polygon_set_data()
|
D | polygon_90_set_view.hpp | 224 dirty_ = false; in operator =() 232 orient_(that.orient()), data_(that.begin(), that.end()), dirty_(false), unsorted_(false) {} in polygon_90_set_data()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | cost_enc.c | 63 if (!proba->dirty_) return; // nothing to do. in VP8CalculateLevelCosts() 89 proba->dirty_ = 0; in VP8CalculateLevelCosts()
|
D | tree_enc.c | 163 probas->dirty_ = 1; in VP8DefaultProbas()
|
D | vp8i_enc.h | 155 int dirty_; // if true, need to call VP8CalculateLevelCosts() member
|
D | frame_enc.c | 178 proba->dirty_ = has_changed; in FinalizeTokenProbas()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | cost_enc.c | 63 if (!proba->dirty_) return; // nothing to do. in VP8CalculateLevelCosts() 89 proba->dirty_ = 0; in VP8CalculateLevelCosts()
|
D | tree_enc.c | 163 probas->dirty_ = 1; in VP8DefaultProbas()
|
D | vp8i_enc.h | 155 int dirty_; // if true, need to call VP8CalculateLevelCosts() member
|
D | frame_enc.c | 175 proba->dirty_ = has_changed; in FinalizeTokenProbas()
|