Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 27) sorted by relevance

12

/MusicPlayer2/scintilla/src/
H A DIndicator.cxx47 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 DXPM.cxx146 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 DRESearch.h61 bool iswordc(unsigned char x) const noexcept { in iswordc()
H A DCallTip.cxx126 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 DRESearch.cxx245 #define badpat(x) (*nfa = END, x) argument
H A DPositionCache.cxx228 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 DMarginView.cxx166 for (int x = y % 2; x < patternSize; x += 2) { in RefreshPixMaps() local
H A DViewStyle.cxx410 int x = marginInside ? 0 : -fixedColumnWidth; in MarginFromLocation() local
H A DPositionCache.h30 explicit PointDocument(double x_ = 0, double y_ = 0) noexcept : x(x_), y(y_) { in x() function
H A DEditView.cxx140 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 DPerLine.cxx515 bool LineTabstops::AddTabstop(Sci::Line line, int x) { in AddTabstop()
H A DEditor.h154 CaretPolicy x; member
H A DEditor.cxx429 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 Dtaglib.h42 #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 DGaussBlur.cpp137 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 Dmd5.cpp160 uint32_t rotateLeft(uint32_t x, uint32_t n) { in rotateLeft()
H A DDefine.h131 #define GRAY(x) RGB(x,x,x) argument
H A DLyricsWindow.cpp106 int x=rcWork.left+( (nWorkWidth-nWidth)/2 ); in Create() local
H A DPlayer.cpp2051 …auto GetLegitSongInfo = [this](int x) { return x >= 0 && x < static_cast<int>(m_playlist.size()) ?… in GetNextTrack()
H A DMusicPlayerDlg.cpp2316 int x = (rect.Width() - cxIcon + 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
/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()
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 DScintillaWin.cxx112 #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 Dtinyxml2.h85 # 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 DPlatform.h104 constexpr explicit Point(XYPOSITION x_=0, XYPOSITION y_=0) noexcept : x(x_), y(y_) { in x() function

12