Home
last modified time | relevance | path

Searched defs:Width (Results 1 – 4 of 4) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DIntegerRectangle.h23 int Width() const noexcept { return right - left; } in Width() function
H A DPositionCache.cxx327 XYPOSITION ScreenLine::Width() const { in Width() function in ScreenLine
/MusicPlayer2/MusicPlayer2/
H A DBaseDialog.h57 …enum Width { W_50 = -50, W0 = 0, W16 = 16, W32 = 32, W40 = 40, W60 = 60, W64 = 64, W96 = 96, W128 … enum
/MusicPlayer2/scintilla/include/
H A DPlatform.h176 constexpr XYPOSITION Width() const noexcept { return right - left; } in Width() function