Searched refs:left_ (Results 1 - 25 of 29) sorted by relevance

12

/external/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_geometry.cc28 left_ = std::max(left(), rect.left());
33 left_ = 0;
41 left_ += dx;
H A Ddesktop_geometry.h99 DesktopRect() : left_(0), top_(0), right_(0), bottom_(0) {}
101 int32_t left() const { return left_; }
105 int32_t width() const { return right_ - left_; }
108 DesktopVector top_left() const { return DesktopVector(left_, top_); }
111 bool is_empty() const { return left_ >= right_ || top_ >= bottom_; }
114 return left_ == other.left_ && top_ == other.top_ &&
133 : left_(left), top_(top), right_(right), bottom_(bottom) {
136 int32_t left_; member in class:webrtc::DesktopRect
/external/v8/src/
H A Dsplay-tree-inl.h49 node->left_ = root_;
54 node->left_ = root_->left_;
55 root_->left_ = NULL;
103 root_ = root_->left_;
152 while (current->left_ != NULL)
153 current = current->left_;
192 if (root_->left_ == NULL) {
199 root_ = root_->left_;
226 if (current->left_
[all...]
H A Dsplay-tree.h105 left_(NULL),
122 Node* left() { return left_; }
130 Node* left_; member in class:v8::internal::SplayTree::Node
/external/ImageMagick/Magick++/lib/Magick++/
H A DGeometry.h23 (const Magick::Geometry& left_,const Magick::Geometry& right_);
25 (const Magick::Geometry& left_,const Magick::Geometry& right_);
27 (const Magick::Geometry& left_,const Magick::Geometry& right_);
29 (const Magick::Geometry& left_,const Magick::Geometry& right_);
31 (const Magick::Geometry& left_,const Magick::Geometry& right_);
33 (const Magick::Geometry& left_,const Magick::Geometry& right_);
145 (const Magick::Offset& left_,const Magick::Offset& right_);
147 (const Magick::Offset& left_,const Magick::Offset& right_);
202 (const Magick::Point& left_,const Magick::Point& right_);
204 (const Magick::Point& left_,cons
[all...]
H A DColor.h20 (const Magick::Color& left_,const Magick::Color& right_);
22 (const Magick::Color& left_,const Magick::Color& right_);
24 (const Magick::Color& left_,const Magick::Color& right_);
26 (const Magick::Color& left_,const Magick::Color& right_);
28 (const Magick::Color& left_,const Magick::Color& right_);
30 (const Magick::Color& left_,const Magick::Color& right_);
H A DDrawable.h82 (const Coordinate& left_,const Coordinate& right_);
84 (const Coordinate& left_, const Coordinate& right_);
86 (const Coordinate& left_, const Coordinate& right_);
88 (const Coordinate& left_, const Coordinate& right_);
90 (const Coordinate& left_, const Coordinate& right_);
92 (const Coordinate& left_, const Coordinate& right_);
209 extern MagickPPExport int operator == ( const VPath& left_,
211 extern MagickPPExport int operator != ( const VPath& left_,
213 extern MagickPPExport int operator > ( const VPath& left_,
215 extern MagickPPExport int operator < ( const VPath& left_,
[all...]
H A DImage.h36 (const Magick::Image &left_,const Magick::Image &right_);
38 (const Magick::Image &left_,const Magick::Image &right_);
40 (const Magick::Image &left_,const Magick::Image &right_);
42 (const Magick::Image &left_,const Magick::Image &right_);
44 (const Magick::Image &left_,const Magick::Image &right_);
46 (const Magick::Image &left_,const Magick::Image &right_);
/external/ImageMagick/Magick++/lib/
H A DGeometry.cpp24 MagickPPExport int Magick::operator == (const Magick::Geometry& left_, argument
27 return((left_.aspect() == right_.aspect()) &&
28 (left_.fillArea() == right_.fillArea()) &&
29 (left_.greater() == right_.greater()) &&
30 (left_.height() == right_.height()) &&
31 (left_.isValid() == right_.isValid()) &&
32 (left_.less() == right_.less()) &&
33 (left_.limitPixels() == right_.limitPixels()) &&
34 (left_.percent() == right_.percent()) &&
35 (left_
40 operator !=(const Magick::Geometry& left_, const Magick::Geometry& right_) argument
46 operator >(const Magick::Geometry& left_, const Magick::Geometry& right_) argument
52 operator <(const Magick::Geometry& left_, const Magick::Geometry& right_) argument
58 operator >=(const Magick::Geometry& left_, const Magick::Geometry& right_) argument
64 operator <=(const Magick::Geometry& left_, const Magick::Geometry& right_ ) argument
474 operator ==(const Magick::Offset& left_, const Magick::Offset& right_) argument
481 operator !=(const Magick::Offset& left_, const Magick::Offset& right_) argument
574 operator ==(const Magick::Point& left_, const Magick::Point& right_) argument
581 operator !=(const Magick::Point& left_, const Magick::Point& right_) argument
[all...]
H A DColor.cpp20 MagickPPExport int Magick::operator == (const Magick::Color &left_, argument
23 return((left_.isValid() == right_.isValid()) &&
24 (left_.quantumRed() == right_.quantumRed()) &&
25 (left_.quantumGreen() == right_.quantumGreen()) &&
26 (left_.quantumBlue() == right_.quantumBlue()));
29 MagickPPExport int Magick::operator != (const Magick::Color &left_, argument
32 return(!(left_ == right_));
35 MagickPPExport int Magick::operator > (const Magick::Color &left_, argument
38 return(!(left_ < right_ ) && (left_ !
41 operator <( const Magick::Color &left_, const Magick::Color &right_) argument
57 operator >=(const Magick::Color &left_, const Magick::Color &right_) argument
63 operator <=( const Magick::Color &left_, const Magick::Color &right_) argument
[all...]
H A DDrawable.cpp22 MagickPPExport int Magick::operator == (const Magick::Coordinate& left_, argument
25 return((left_.x() == right_.x()) && (left_.y() == right_.y()));
28 MagickPPExport int Magick::operator != (const Magick::Coordinate& left_, argument
31 return(!(left_ == right_));
34 MagickPPExport int Magick::operator > (const Magick::Coordinate& left_, argument
37 return (!(left_ < right_) && (left_ != right_));
40 MagickPPExport int Magick::operator < (const Magick::Coordinate& left_, argument
44 return((sqrt(left_
48 operator >=(const Magick::Coordinate& left_, const Magick::Coordinate& right_) argument
54 operator <=(const Magick::Coordinate& left_, const Magick::Coordinate& right_) argument
193 operator >=( const Magick::VPath& left_, const Magick::VPath& right_ ) argument
198 operator <=( const Magick::VPath& left_, const Magick::VPath& right_ ) argument
1809 operator >=( const Magick::PathArcArgs& left_, const Magick::PathArcArgs& right_ ) argument
1814 operator <=( const Magick::PathArcArgs& left_, const Magick::PathArcArgs& right_ ) argument
1960 operator >=( const Magick::PathCurvetoArgs& left_, const Magick::PathCurvetoArgs& right_ ) argument
1965 operator <=( const Magick::PathCurvetoArgs& left_, const Magick::PathCurvetoArgs& right_ ) argument
2169 operator >=( const Magick::PathQuadraticCurvetoArgs& left_, const Magick::PathQuadraticCurvetoArgs& right_ ) argument
2175 operator <=( const Magick::PathQuadraticCurvetoArgs& left_, const Magick::PathQuadraticCurvetoArgs& right_ ) argument
[all...]
H A DImage.cpp36 MagickPPExport int Magick::operator == (const Magick::Image &left_, argument
40 return((left_.rows() == right_.rows()) &&
41 (left_.columns() == right_.columns()) &&
42 (left_.signature() == right_.signature()));
45 MagickPPExport int Magick::operator != (const Magick::Image &left_, argument
48 return(!(left_ == right_));
51 MagickPPExport int Magick::operator > (const Magick::Image &left_, argument
54 return(!(left_ < right_) && (left_ != right_));
57 MagickPPExport int Magick::operator < (const Magick::Image &left_, argument
65 operator >=(const Magick::Image &left_, const Magick::Image &right_) argument
71 operator <=(const Magick::Image &left_, const Magick::Image &right_) argument
[all...]
/external/webp/src/enc/
H A Dtoken_enc.c49 b->left_ = 0;
80 b->left_ = b->page_size_;
95 if (b->left_ > 0 || TBufferNewPage(b)) {
96 const int slot = --b->left_;
107 if (b->left_ > 0 || TBufferNewPage(b)) {
108 const int slot = --b->left_;
215 const int N = (p->next_ == NULL) ? b->left_ : 0;
239 const int N = (next == NULL) ? b->left_ : 0;
265 const int N = (next == NULL) ? b->left_ : 0;
H A Dvp8i_enc.h277 // save the yuv_out_ boundary values to top_/left_ arrays for next iterations.
309 int left_; // how many free tokens left before the page is full member in struct:__anon24238
/external/googletest/googlemock/src/
H A Dgmock-matchers.cc146 // a vector<int> called 'left_' whose elements are initialized to the
150 // - An edge from source to each left_ node
152 // - An edge from each left_ node to each right_ node, if the
155 // When the TryAugment() method adds a flow, it sets left_[l] = r for some
164 // When the method augments a flow (moving left_[l] from some r1 to some
170 // information in 'graph' and in left_.
202 left_(graph_->LhsSize(), kUnused),
224 // source to sink starting at the left_[ilhs] node.
225 GTEST_CHECK_(left_[ilhs] == kUnused)
226 << "ilhs: " << ilhs << ", left_[ilh local
299 ::std::vector<size_t> left_; member in class:testing::internal::MaxBipartiteMatchState
[all...]
/external/v8/testing/gmock/src/
H A Dgmock-matchers.cc146 // a vector<int> called 'left_' whose elements are initialized to the
150 // - An edge from source to each left_ node
152 // - An edge from each left_ node to each right_ node, if the
155 // When the TryAugment() method adds a flow, it sets left_[l] = r for some
164 // When the method augments a flow (moving left_[l] from some r1 to some
170 // information in 'graph' and in left_.
202 left_(graph_->LhsSize(), kUnused),
224 // source to sink starting at the left_[ilhs] node.
225 GTEST_CHECK_(left_[ilhs] == kUnused)
226 << "ilhs: " << ilhs << ", left_[ilh local
299 ::std::vector<size_t> left_; member in class:testing::internal::MaxBipartiteMatchState
[all...]
/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp217 WindowRectangle (int left_, int bottom_, int width_, int height_) argument
218 : left (left_)
/external/libchrome/base/test/
H A Dtrace_event_analyzer.cc234 left_(query.left_),
292 DCHECK(left_.get());
391 DCHECK(left_.get());
600 return left_->query();
670 left_(new QueryNode(left)),
680 left_(new QueryNode(left)),
/external/v8/src/compiler/
H A Dloop-variable-optimizer.cc79 Node* left() const { return left_; }
86 : left_(left), right_(right), kind_(kind), next_(next) {}
89 Node* left_; member in class:v8::internal::compiler::LoopVariableOptimizer::Constraint
H A Dnode-matchers.h235 : NodeMatcher(node), left_(InputAt(0)), right_(InputAt(1)) {
239 : NodeMatcher(node), left_(InputAt(0)), right_(InputAt(1)) {
246 const Left& left() const { return left_; }
254 std::swap(left_, right_);
266 Left left_; member in struct:v8::internal::compiler::BinopMatcher
/external/fmtlib/support/
H A Ddocopt.py117 left_ = left[:pos] + left[pos + 1:]
127 return True, left_, collected + [match]
129 return True, left_, collected
130 return True, left_, collected + [match]
/external/v8/src/ast/
H A Dast.cc767 return MatchLiteralCompareTypeof(left_, op(), right_, expr, check) ||
768 MatchLiteralCompareTypeof(right_, op(), left_, expr, check);
798 return MatchLiteralCompareUndefined(left_, op(), right_, expr) ||
799 MatchLiteralCompareUndefined(right_, op(), left_, expr);
817 return MatchLiteralCompareNull(left_, op(), right_, expr) ||
818 MatchLiteralCompareNull(right_, op(), left_, expr);
H A Dast-value-factory.h139 left_(left),
148 const AstString* left_; member in class:v8::internal::final
/external/webp/src/dec/
H A Didec_dec.c83 VP8MB left_; member in struct:__anon24178
270 context->left_ = dec->mb_info_[-1];
277 dec->mb_info_[-1] = context->left_;
/external/v8/src/compiler/arm/
H A Dcode-generator-arm.cc266 : OutOfLineCode(gen), result_(result), left_(left), right_(right) {}
268 void Generate() final { __ FloatMinOutOfLine(result_, left_, right_); }
272 T const left_; member in class:v8::internal::compiler::__anon21531::final
282 : OutOfLineCode(gen), result_(result), left_(left), right_(right) {}
284 void Generate() final { __ FloatMaxOutOfLine(result_, left_, right_); }
288 T const left_; member in class:v8::internal::compiler::__anon21531::final

Completed in 556 milliseconds

12