Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/include/
H A DPlatform.h104 constexpr explicit Point(XYPOSITION x_=0, XYPOSITION y_=0) noexcept : x(x_), y(y_) { in x() argument
107 static constexpr Point FromInts(int x_, int y_) noexcept { in FromInts()
/MusicPlayer2/scintilla/src/
H A DPositionCache.h30 explicit PointDocument(double x_ = 0, double y_ = 0) noexcept : x(x_), y(y_) { in x() argument
/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx679 void SurfaceGDI::MoveTo(int x_, int y_) { in MoveTo()
683 void SurfaceGDI::LineTo(int x_, int y_) { in LineTo()
1395 void SurfaceD2D::MoveTo(int x_, int y_) { in MoveTo()
1409 void SurfaceD2D::LineTo(int x_, int y_) { in LineTo()