/MusicPlayer2/scintilla/src/ |
H A D | Indicator.cxx | 47 int x = ircSquiggle.left; in Draw() local 70 for (int x = 0; x < width; x++) { in Draw() local 88 int x = irc.left + 3; in Draw() local 102 int x = irc.left + 5; in Draw() local 120 int x = irc.left; in Draw() local 202 for (int x=0; x<width; x++) { in Draw() local 209 for (int x=0; x<width; x += width-1) { in Draw() local 218 int x = irc.left; in Draw() local 228 int x = irc.left; in Draw() local 253 …const XYPOSITION x = (sacDraw.style == INDIC_POINT) ? (rcCharacter.left) : ((rcCharacter.right + r… in Draw() local
|
H A D | XPM.cxx | 146 for (size_t x = 0; x<len; x++) in Init() local 161 for (int x=0; x<width; x++) { in Draw() local 173 void XPM::PixelAt(int x, int y, ColourDesired &colour, bool &transparent) const noexcept { in PixelAt() 238 for (int x=0; x<width; x++) { in RGBAImage() local 258 void RGBAImage::SetPixel(int x, int y, ColourDesired colour, int alpha) noexcept { in SetPixel()
|
H A D | RESearch.h | 61 bool iswordc(unsigned char x) const noexcept { in iswordc()
|
H A D | CallTip.cxx | 126 int CallTip::DrawChunk(Surface *surface, int x, std::string_view sv, in DrawChunk() 217 int x = insetX; // start each line at this inset in PaintContents() local
|
H A D | RESearch.cxx | 245 #define badpat(x) (*nfa = END, x) argument
|
H A D | PositionCache.cxx | 228 int LineLayout::FindBefore(XYPOSITION x, Range range) const noexcept { in FindBefore() 244 int LineLayout::FindPositionFromX(XYPOSITION x, Range range, bool charPosition) const noexcept { in FindPositionFromX()
|
H A D | MarginView.cxx | 166 for (int x = y % 2; x < patternSize; x += 2) { in RefreshPixMaps() local
|
H A D | ViewStyle.cxx | 410 int x = marginInside ? 0 : -fixedColumnWidth; in MarginFromLocation() local
|
H A D | PositionCache.h | 30 explicit PointDocument(double x_ = 0, double y_ = 0) noexcept : x(x_), y(y_) { in x() function
|
H A D | EditView.cxx | 140 int x = static_cast<int>(rcText.left); in DrawStyledText() local 211 XYPOSITION EditView::NextTabstopPos(Sci::Line line, XYPOSITION x, XYPOSITION tabWidth) const noexce… in NextTabstopPos() 222 bool EditView::AddTabstop(Sci::Line line, int x) { in AddTabstop() 473 const XYPOSITION x = ll->positions[ts.start]; in LayoutLine() local 762 …ionFromLineX(Surface *surface, const EditModel &model, Sci::Line lineDoc, int x, const ViewStyle &… in SPositionFromLineX()
|
H A D | PerLine.cxx | 515 bool LineTabstops::AddTabstop(Sci::Line line, int x) { in AddTabstop()
|
H A D | Editor.h | 154 CaretPolicy x; member
|
H A D | Editor.cxx | 429 SelectionPosition Editor::SPositionFromLineX(Sci::Line lineDoc, int x) { in SPositionFromLineX() 438 Sci::Position Editor::PositionFromLineX(Sci::Line lineDoc, int x) { in PositionFromLineX() 3259 constexpr short HighShortFromWParam(uptr_t x) { in HighShortFromWParam() 3263 constexpr short LowShortFromWParam(uptr_t x) { in LowShortFromWParam() 4424 int x = 0; in GetMarginCursor() local
|
/MusicPlayer2/MusicPlayer2/taglib/ |
H A D | taglib.h | 42 #define TAGLIB_CONSTRUCT_BITSET(x) static_cast<unsigned long long>(x) argument 44 #define TAGLIB_CONSTRUCT_BITSET(x) static_cast<unsigned long>(x) argument
|
/MusicPlayer2/MusicPlayer2/ |
H A D | GaussBlur.cpp | 137 int row, col, subRow, subCol, MaxVal, x, x1; in GaussBlurThreadProc8() local 192 int row, col, subRow, subCol, MaxVal, x, x1; in GaussBlurThreadProc24() local
|
H A D | md5.cpp | 160 uint32_t rotateLeft(uint32_t x, uint32_t n) { in rotateLeft()
|
H A D | Define.h | 131 #define GRAY(x) RGB(x,x,x) argument
|
H A D | LyricsWindow.cpp | 106 int x=rcWork.left+( (nWorkWidth-nWidth)/2 ); in Create() local
|
H A D | Player.cpp | 2051 …auto GetLegitSongInfo = [this](int x) { return x >= 0 && x < static_cast<int>(m_playlist.size()) ?… in GetNextTrack()
|
H A D | MusicPlayerDlg.cpp | 2316 int x = (rect.Width() - cxIcon + 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
|
/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() 886 for (int x=0; x<size.cx; x++) { in AlphaRectangle() local 897 for (LONG x=0; x<c+1; x++) { in AlphaRectangle() local 903 for (LONG x=1; x<corner; x++) { in AlphaRectangle() local 930 for (LONG x = 0; x < size.cx; x++) { in GradientRectangle() local 935 for (LONG x = 0; x < size.cx; x++) { in GradientRectangle() local 994 const int x = static_cast<int>(rc.left); in DrawTextCommon() local 1158 int x, y; member in Scintilla::SurfaceD2D
|
H A D | ScintillaWin.cxx | 112 #define IS_HIGH_SURROGATE(x) ((x) >= SURROGATE_LEAD_FIRST && (x) <= SURROGATE_LEAD_LAST) argument 116 #define IS_LOW_SURROGATE(x) ((x) >= SURROGATE_TRAIL_FIRST && (x) <= SURROGATE_TRAIL_LAS… argument
|
/MusicPlayer2/MusicPlayer2/tinyxml2/ |
H A D | tinyxml2.h | 85 # define TIXMLASSERT( x ) if ( !((void)0,(x))) { __debugbreak(); } argument 88 # define TIXMLASSERT( x ) if ( !(x)) { __android_log_assert( "assert", "grinliz", "… argument 94 # define TIXMLASSERT( x ) {} argument
|
/MusicPlayer2/scintilla/include/ |
H A D | Platform.h | 104 constexpr explicit Point(XYPOSITION x_=0, XYPOSITION y_=0) noexcept : x(x_), y(y_) { in x() function
|