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
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
61 pub window_width: u32, field
2722 window_width; member
1256 def window_width(self): member in TurtleScreen3386 def window_width(self): member in RawTurtle
1309 def window_width(self): member in TurtleScreen
1499 const GLint window_width = m_context.getRenderContext().getRenderTarget().getWidth(); in iterate() local
755 int64_t window_width() const { return GetDim(window_, DimIndex::X); } in window_width() function