Home
last modified time | relevance | path

Searched refs:dirty_ (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/polygon/
Dpolygon_90_set_data.hpp42 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 …]
Dpolygon_45_set_data.hpp37 …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 …]
Dpolygon_set_data.hpp50 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/
Dstorage_sparse.hpp86 … 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 …]
Dstorage.hpp1767 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
Dhermitian.hpp57 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/
Dgraph.h43 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/
Dpolygon_set_view.hpp15 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()
Dpolygon_90_set_view.hpp224 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/
Dcost_enc.c63 if (!proba->dirty_) return; // nothing to do. in VP8CalculateLevelCosts()
89 proba->dirty_ = 0; in VP8CalculateLevelCosts()
Dtree_enc.c163 probas->dirty_ = 1; in VP8DefaultProbas()
Dvp8i_enc.h155 int dirty_; // if true, need to call VP8CalculateLevelCosts() member
Dframe_enc.c178 proba->dirty_ = has_changed; in FinalizeTokenProbas()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dcost_enc.c63 if (!proba->dirty_) return; // nothing to do. in VP8CalculateLevelCosts()
89 proba->dirty_ = 0; in VP8CalculateLevelCosts()
Dtree_enc.c163 probas->dirty_ = 1; in VP8DefaultProbas()
Dvp8i_enc.h155 int dirty_; // if true, need to call VP8CalculateLevelCosts() member
Dframe_enc.c175 proba->dirty_ = has_changed; in FinalizeTokenProbas()