Home
last modified time | relevance | path

Searched defs:visible (Results 1 – 5 of 5) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DStyle.h67 bool visible; variable
H A DContractionState.cxx35 std::unique_ptr<RunStyles<LINE, char>> visible; member in __anondcddf4790111::ContractionState
H A DEditor.cxx5300 void Editor::SetAnnotationVisible(int visible) { in SetAnnotationVisible()
5318 void Editor::SetEOLAnnotationVisible(int visible) { in SetEOLAnnotationVisible()
/MusicPlayer2/MusicPlayer2/
H A DDesktopLyric.cpp146 void CDesktopLyric::SetLyricWindowVisible(bool visible) in SetLyricWindowVisible()
/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx3130 const int visible = extent.y/ItemHeight(); in CentreItem() local