Searched defs:window_width (Results 1 – 10 of 10) sorted by relevance
64 …const auto window_width = static_cast<int>(collapsed.x().end()) - static_cast<int>(colla… in run_op() local
47 absl::Duration window_width = max_delay - min_delay; in PickRetryDelayFromRange() local
64 int window_width = width <= 0 ? kWindowWidth : width; in CreateTestWindow() local
103 void SetUpForWindowCapture(int window_width = kMediumWindowWidth, in SetUpForWindowCapture()128 void CreateWindowOnSeparateThread(int window_width, int window_height) { in CreateWindowOnSeparateThread()
102 int window_width=2*window_half_width+1; in smooth_curve() local
110 pub window_width: u32, field
216 window_width, window_height; variable
1299 def window_width(self): member in TurtleScreen
755 int64_t window_width() const { return GetDim(window_, DimIndex::X); } in window_width() function
1505 const GLint window_width = m_context.getRenderContext().getRenderTarget().getWidth(); in iterate() local