Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DIntegerRectangle.h13 struct IntegerRectangle { struct
19 explicit IntegerRectangle(PRectangle rc) noexcept : in IntegerRectangle() argument
23 int Width() const noexcept { return right - left; } in Width()
24 int Height() const noexcept { return bottom - top; } in Height()