Searched defs:window_width (Results 1 – 11 of 11) 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
1256 def window_width(self): member in TurtleScreen3386 def window_width(self): member in RawTurtle
2446 int32_t window_y, int32_t window_width, in gfxstream_backend_setup_window()
1309 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