Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DIndicator.cxx49 int y = 0; in Draw() local
89 int y = 0; in Draw() local
203 for (int y = 0; y<ircBox.Height(); y += ircBox.Height() - 1) { in Draw() local
208 for (int y = 1; y<ircBox.Height(); y++) { in Draw() local
H A DXPM.cxx74 void XPM::FillRun(Surface *surface, int code, int startX, int y, int x) const { in FillRun()
143 for (int y=0; y<height; y++) { in Init() local
158 for (int y=0; y<height; y++) { in Draw() local
173 void XPM::PixelAt(int x, int y, ColourDesired &colour, bool &transparent) const noexcept { in PixelAt()
237 for (int y=0; y<height; y++) { in RGBAImage() local
258 void RGBAImage::SetPixel(int x, int y, ColourDesired colour, int alpha) noexcept { in SetPixel()
H A DMarginView.cxx73 const int y = ircPlace.Height() / 2 + dy; in DrawWrapMarker() local
165 for (int y = 0; y < patternSize; y++) { in RefreshPixMaps() local
H A DPositionCache.h28 double y; variable
H A DEditor.h155 CaretPolicy y; member
/MusicPlayer2/MusicPlayer2/
H A DLyricsWindow.cpp107 int y=rcWork.bottom-nHeight; in Create() local
H A DMusicPlayerDlg.cpp2317 int y = (rect.Height() - cyIcon + 1) / 2; in OnPaint() local
6491 void CMusicPlayerDlg::OnMove(int x, int y) in OnMove()
H A DCommon.cpp1884 LONG x = 0, y = 0; in CalculateWindowMoveOffset() local
H A DCPlayerUIBase.cpp2487 int y = rc_temp.top + (rc_temp.Height() - cover_side) / 2; in DrawAlbumCover() local
/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx776 void SetPixel(LONG x, LONG y, DWORD value) noexcept { in SetPixel()
821 void DIBSection::SetSymmetric(LONG x, LONG y, DWORD value) noexcept { in SetSymmetric()
885 for (int y=0; y<size.cy; y++) { in AlphaRectangle() local
925 for (LONG y = 0; y < size.cy; y++) { in GradientRectangle() local
940 for (LONG y = 0; y < size.cy; y++) { in GradientRectangle() local
1158 int x, y; member in Scintilla::SurfaceD2D
/MusicPlayer2/scintilla/include/
H A DPlatform.h102 XYPOSITION y; variable
H A DScintilla.h1263 int y; /* SCN_DWELLSTART, SCN_DWELLEND */ member