HomeSort by relevance Sort by last modified time
    Searched defs:bottom_ (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/modules/desktop_capture/
desktop_geometry.h 99 DesktopRect() : left_(0), top_(0), right_(0), bottom_(0) {}
104 int32_t bottom() const { return bottom_; }
106 int32_t height() const { return bottom_ - top_; }
111 bool is_empty() const { return left_ >= right_ || top_ >= bottom_; }
115 right_ == other.right_ && bottom_ == other.bottom_;
133 : left_(left), top_(top), right_(right), bottom_(bottom) {
139 int32_t bottom_; member in class:webrtc::DesktopRect
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
field_of_view.h 19 FieldOfView() : left_(0.0f), right_(0.0f), bottom_(0.0f), top_(0.0f) {}
23 : left_(left), right_(right), bottom_(bottom), top_(top) {}
31 float GetBottom() const { return bottom_; }
37 void SetBottom(float bottom) { bottom_ = bottom; }
44 float y_bottom = -std::tan(bottom_) * z_near;
88 float bottom_; member in class:android::dvr::FieldOfView
  /external/v8/src/heap/
mark-compact.h 62 bottom_(0),
78 inline bool IsFull() { return ((top_ + 1) & mask_) == bottom_; }
80 inline bool IsEmpty() { return top_ == bottom_; }
118 bottom_ = ((bottom_ - 1) & mask_);
119 array_[bottom_] = object;
125 int bottom() { return bottom_; }
170 // empty when top_ == bottom_. It is full when top_ + 1 == bottom
173 int bottom_; member in class:v8::internal::MarkingDeque
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 120 milliseconds