Searched defs:state (Results 1 – 10 of 10) sorted by relevance
/MusicPlayer2/MusicPlayer2/ |
H A D | md5.h | 9 uint32_t state[4]; // Current accumulation of hash member
|
H A D | BassCore.cpp | 474 DWORD state = BASS_ChannelIsActive(m_musicStream); in SongIsOver() local 833 DWORD state = BASS_ChannelIsActive(m_musicStream); in GetPlayingState() local
|
/MusicPlayer2/scintilla/lexlib/ |
H A D | StyleContext.h | 50 int state; variable
|
H A D | LexAccessor.h | 136 int SetLineState(Sci_Position line, int state) { in SetLineState()
|
/MusicPlayer2/scintilla/src/ |
H A D | Indicator.cxx | 32 …ectangle &rc, const PRectangle &rcLine, const PRectangle &rcCharacter, State state, int value) con… in Draw()
|
H A D | MarginView.cxx | 390 const int state = model.pdoc->GetLineState(lineDoc); in PaintMargin() local
|
H A D | PerLine.cxx | 311 int LineState::SetLineState(Sci::Line line, int state) { in SetLineState()
|
H A D | EditView.cxx | 1090 … int xStart, PRectangle rcLine, Sci::Position secondCharacter, int subLine, Indicator::State state, in DrawIndicator() 1153 const Indicator::State state = hover ? Indicator::State::hover : Indicator::State::normal; in DrawIndicators() local
|
H A D | Document.cxx | 2293 int SCI_METHOD Document::SetLineState(Sci_Position line, int state) { in SetLineState()
|
H A D | Editor.cxx | 2503 void Editor::NotifyDwelling(Point pt, bool state) { in NotifyDwelling()
|