Searched defs:Width (Results 1 – 4 of 4) sorted by relevance
23 int Width() const noexcept { return right - left; } in Width() function
327 XYPOSITION ScreenLine::Width() const { in Width() function in ScreenLine
57 …enum Width { W_50 = -50, W0 = 0, W16 = 16, W32 = 32, W40 = 40, W60 = 60, W64 = 64, W96 = 96, W128 … enum
176 constexpr XYPOSITION Width() const noexcept { return right - left; } in Width() function