/MusicPlayer2/scintilla/lexlib/ |
H A D | LexerBase.cxx | 113 int SCI_METHOD LexerBase::PrimaryStyleFromStyle(int style) { in PrimaryStyleFromStyle() 135 const char * SCI_METHOD LexerBase::NameOfStyle(int style) { in NameOfStyle() 139 const char * SCI_METHOD LexerBase::TagsOfStyle(int style) { in TagsOfStyle() 143 const char * SCI_METHOD LexerBase::DescriptionOfStyle(int style) { in DescriptionOfStyle()
|
H A D | DefaultLexer.cxx | 97 int SCI_METHOD DefaultLexer::PrimaryStyleFromStyle(int style) { in PrimaryStyleFromStyle() 119 const char * SCI_METHOD DefaultLexer::NameOfStyle(int style) { in NameOfStyle() 123 const char * SCI_METHOD DefaultLexer::TagsOfStyle(int style) { in TagsOfStyle() 127 const char * SCI_METHOD DefaultLexer::DescriptionOfStyle(int style) { in DescriptionOfStyle()
|
H A D | SubStyles.h | 60 bool IncludesStyle(int style) const noexcept { in IncludesStyle() 64 void RemoveStyle(int style) { in RemoveStyle() 75 void SetIdentifiers(int style, const char *identifiers) { in SetIdentifiers() 109 int BlockFromStyle(int style) const { in BlockFromStyle() 188 void SetIdentifiers(int style, const char *identifiers) { in SetIdentifiers()
|
/MusicPlayer2/scintilla/src/ |
H A D | Indicator.h | 14 int style; member 18 …StyleAndColour(int style_, ColourDesired fore_ = ColourDesired(0, 0, 0)) noexcept : style(style_),… in style() function
|
H A D | ScintillaBase.cxx | 815 int LexState::PrimaryStyleFromStyle(int style) { in PrimaryStyleFromStyle() 828 void LexState::SetIdentifiers(int style, const char *identifiers) { in SetIdentifiers() 857 const char *LexState::NameOfStyle(int style) { in NameOfStyle() 865 const char *LexState::TagsOfStyle(int style) { in TagsOfStyle() 873 const char *LexState::DescriptionOfStyle(int style) { in DescriptionOfStyle()
|
H A D | ViewStyle.cxx | 301 for (const Style &style : styles) { in Refresh() local 335 [](const Style &style) noexcept { return style.IsProtected(); }); in Refresh() 338 [](const Style &style) noexcept { return style.caseForce != Style::caseMixed; }); in Refresh()
|
H A D | PerLine.cxx | 333 short style; // Style IndividualStyles implies array of styles member 346 std::unique_ptr<char[]>AllocateAnnotation(size_t length, int style) { in AllocateAnnotation() 412 const int style = Style(line); in SetText() local 432 void LineAnnotation::SetStyle(Sci::Line line, int style) { in SetStyle()
|
H A D | CellBuffer.h | 115 SplitVector<char> style; variable
|
H A D | EditView.cxx | 88 const unsigned char style = styles[start]; in WidthStyledText() local 120 void DrawTextNoClipPhase(Surface *surface, PRectangle rc, const Style &style, XYPOSITION ybase, in DrawTextNoClipPhase() 144 size_t style = st.styles[i + start]; in DrawStyledText() local 160 const size_t style = st.style + styleOffset; in DrawStyledText() local 1299 const size_t style = stEOLAnnotation.style + vsDraw.eolAnnotationStyleOffset; in DrawEOLAnnotationText() local
|
H A D | Document.cxx | 2208 bool SCI_METHOD Document::SetStyleFor(Sci_Position length, char style) { in SetStyleFor() 2330 void Document::MarginSetStyle(Sci::Line line, int style) { in MarginSetStyle() 2368 void Document::AnnotationSetStyle(Sci::Line line, int style) { in AnnotationSetStyle() 2410 void Document::EOLAnnotationSetStyle(Sci::Line line, int style) { in EOLAnnotationSetStyle()
|
H A D | Document.h | 109 size_t style; member
|
/MusicPlayer2/MusicPlayer2/ |
H A D | LyricSettingsDlg.cpp | 406 void CLyricSettingsDlg::ApplyDefaultLyricStyle(const LyricStyleDefaultData& style) in ApplyDefaultLyricStyle() 708 auto style = m_pDesktopLyric->GetDefaultStyle(0); in OnLyricDefaultStyle1() local 719 auto style = m_pDesktopLyric->GetDefaultStyle(1); in OnLyricDefaultStyle2() local 730 auto style = m_pDesktopLyric->GetDefaultStyle(2); in OnLyricDefaultStyle3() local
|
H A D | IconMgr.cpp | 10 HICON IconMgr::GetHICON(IconType type, IconStyle style, IconSize size) in GetHICON()
|
H A D | EditEx.cpp | 70 DWORD style = GetStyle(); in CtlColor() local
|
H A D | GdiPlusTool.cpp | 24 int CGdiPlusTool::ToGDIPluseFontStyle(const FontStyle& style) in ToGDIPluseFontStyle()
|
H A D | DesktopLyric.cpp | 796 auto style = GetDefaultStyle(0); in OnLyricDefaultStyle1() local 805 auto style = GetDefaultStyle(1); in OnLyricDefaultStyle2() local 814 auto style = GetDefaultStyle(2); in OnLyricDefaultStyle3() local
|
H A D | MyComboBox.cpp | 119 DWORD style = pEdit->GetStyle(); in OnCtlColor() local
|
H A D | ListCtrlEx.cpp | 285 DWORD style = GetExtendedStyle(); in BEGIN_MESSAGE_MAP() local 394 DWORD style = GetExtendedStyle(); in PreSubclassWindow() local
|
H A D | PlayListCtrl.cpp | 234 DWORD style = GetExtendedStyle(); in PreSubclassWindow() local
|
H A D | IconMgr.h | 166 int MakeKey(IconType type, IconStyle style, IconSize size) in MakeKey()
|
H A D | LyricsWindow.cpp | 524 void CLyricsWindow::SetLyricsFont(const WCHAR * familyName, Gdiplus::REAL emSize,INT style, Gdiplus… in SetLyricsFont()
|
H A D | CommonData.h | 55 FontStyle style; //字体样式 member
|
H A D | UIElement.h | 166 Style style; variable
|
H A D | Common.cpp | 1510 wstring style; in NormalizeFont() local
|
/MusicPlayer2/scintilla/win32/ |
H A D | PlatWin.cxx | 352 const DWRITE_FONT_STYLE style = fp.italic ? DWRITE_FONT_STYLE_ITALIC : DWRITE_FONT_STYLE_NORMAL; in CreateFontFromParameters() local 2335 const DWORD style = GetWindowStyle(HwndFromWindowID(wid)); in SetPositionRelative() local
|