Home
last modified time | relevance | path

Searched refs:bottom_ (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_geometry.h99 DesktopRect() : left_(0), top_(0), right_(0), bottom_(0) {} in DesktopRect()
104 int32_t bottom() const { return bottom_; } in bottom()
106 int32_t height() const { return bottom_ - top_; } in height()
111 bool is_empty() const { return left_ >= right_ || top_ >= bottom_; } in is_empty()
115 right_ == other.right_ && bottom_ == other.bottom_; in equals()
133 : left_(left), top_(top), right_(right), bottom_(bottom) { in DesktopRect()
139 int32_t bottom_; variable
Ddesktop_geometry.cc31 bottom_ = std::min(bottom(), rect.bottom()); in IntersectWith()
36 bottom_ = 0; in IntersectWith()
44 bottom_ += dy; in Translate()
/external/v8/src/heap/
Dmark-compact.h186 bottom_(0), in MarkingDeque()
194 inline bool IsFull() { return ((top_ + 1) & mask_) == bottom_; } in IsFull()
196 inline bool IsEmpty() { return top_ == bottom_; } in IsEmpty()
236 bottom_ = ((bottom_ - 1) & mask_); in INLINE()
237 array_[bottom_] = object; in INLINE()
243 int bottom() { return bottom_; } in bottom()
254 int bottom_; variable
Dmark-compact.cc2025 top_ = bottom_ = 0; in Initialize()
2037 top_ = bottom_ = 0xdecbad; in Uninitialize()
/external/deqp/framework/referencerenderer/
DrrRenderState.hpp217 WindowRectangle (int left_, int bottom_, int width_, int height_) in WindowRectangle()
219 , bottom (bottom_) in WindowRectangle()
/external/opencv3/modules/stitching/src/
Dseam_finders.cpp1480 Mat_<int> bottom_(bottom); in setGraphWeightsColor() local
1546 bottom_(y, x) = saturate_cast<int>(weight * 255.f); in setGraphWeightsColor()
1549 bottom_(y, x) = 0; in setGraphWeightsColor()
1572 Mat_<int> bottom_(bottom); in setGraphWeightsColorGrad() local
1646 bottom_(y, x) = saturate_cast<int>(weight * 255.f); in setGraphWeightsColorGrad()
1649 bottom_(y, x) = 0; in setGraphWeightsColorGrad()