Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DIntegerRectangle.h24 int Height() const noexcept { return bottom - top; } in Height() function
H A DPositionCache.cxx331 XYPOSITION ScreenLine::Height() const { in Height() function in ScreenLine
/MusicPlayer2/scintilla/include/
H A DPlatform.h177 constexpr XYPOSITION Height() const noexcept { return bottom - top; } in Height() function
/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx1108 XYPOSITION SurfaceGDI::Height(Font &font_) { in Height() function in Scintilla::SurfaceGDI
2233 XYPOSITION SurfaceD2D::Height(Font &font_) { in Height() function in Scintilla::SurfaceD2D