Searched defs:y (Results 1 – 12 of 12) sorted by relevance
/MusicPlayer2/scintilla/src/ |
H A D | Indicator.cxx | 49 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 D | XPM.cxx | 74 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 D | MarginView.cxx | 73 const int y = ircPlace.Height() / 2 + dy; in DrawWrapMarker() local 165 for (int y = 0; y < patternSize; y++) { in RefreshPixMaps() local
|
H A D | PositionCache.h | 28 double y; variable
|
H A D | Editor.h | 155 CaretPolicy y; member
|
/MusicPlayer2/MusicPlayer2/ |
H A D | LyricsWindow.cpp | 107 int y=rcWork.bottom-nHeight; in Create() local
|
H A D | MusicPlayerDlg.cpp | 2317 int y = (rect.Height() - cyIcon + 1) / 2; in OnPaint() local 6491 void CMusicPlayerDlg::OnMove(int x, int y) in OnMove()
|
H A D | Common.cpp | 1884 LONG x = 0, y = 0; in CalculateWindowMoveOffset() local
|
H A D | CPlayerUIBase.cpp | 2487 int y = rc_temp.top + (rc_temp.Height() - cover_side) / 2; in DrawAlbumCover() local
|
/MusicPlayer2/scintilla/win32/ |
H A D | PlatWin.cxx | 776 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 D | Platform.h | 102 XYPOSITION y; variable
|
H A D | Scintilla.h | 1263 int y; /* SCN_DWELLSTART, SCN_DWELLEND */ member
|