Home
last modified time | relevance | path

Searched defs:state (Results 1 – 10 of 10) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A Dmd5.h9 uint32_t state[4]; // Current accumulation of hash member
H A DBassCore.cpp474 DWORD state = BASS_ChannelIsActive(m_musicStream); in SongIsOver() local
833 DWORD state = BASS_ChannelIsActive(m_musicStream); in GetPlayingState() local
/MusicPlayer2/scintilla/lexlib/
H A DStyleContext.h50 int state; variable
H A DLexAccessor.h136 int SetLineState(Sci_Position line, int state) { in SetLineState()
/MusicPlayer2/scintilla/src/
H A DIndicator.cxx32 …ectangle &rc, const PRectangle &rcLine, const PRectangle &rcCharacter, State state, int value) con… in Draw()
H A DMarginView.cxx390 const int state = model.pdoc->GetLineState(lineDoc); in PaintMargin() local
H A DPerLine.cxx311 int LineState::SetLineState(Sci::Line line, int state) { in SetLineState()
H A DEditView.cxx1090 … 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 DDocument.cxx2293 int SCI_METHOD Document::SetLineState(Sci_Position line, int state) { in SetLineState()
H A DEditor.cxx2503 void Editor::NotifyDwelling(Point pt, bool state) { in NotifyDwelling()