Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/include/
H A DPlatform.h139 left(left_), top(top_), right(right_), bottom(bottom_) { in left() argument
142 static constexpr PRectangle FromInts(int left_, int top_, int right_, int bottom_) noexcept { in FromInts()