Searched defs:Height (Results 1 – 4 of 4) sorted by relevance
/MusicPlayer2/scintilla/src/ | ||
H A D | IntegerRectangle.h | 24 int Height() const noexcept { return bottom - top; } in Height() function |
H A D | PositionCache.cxx | 331 XYPOSITION ScreenLine::Height() const { in Height() function in ScreenLine |
/MusicPlayer2/scintilla/include/ | ||
H A D | Platform.h | 177 constexpr XYPOSITION Height() const noexcept { return bottom - top; } in Height() function |
/MusicPlayer2/scintilla/win32/ | ||
H A D | PlatWin.cxx | 1108 XYPOSITION SurfaceGDI::Height(Font &font_) { in Height() function in Scintilla::SurfaceGDI |