Home
last modified time | relevance | path

Searched defs:style (Results 1 – 25 of 26) sorted by relevance

12

/MusicPlayer2/scintilla/lexlib/
H A DLexerBase.cxx113 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 DDefaultLexer.cxx97 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 DSubStyles.h60 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 DIndicator.h14 int style; member
18 …StyleAndColour(int style_, ColourDesired fore_ = ColourDesired(0, 0, 0)) noexcept : style(style_),… in style() function
H A DScintillaBase.cxx815 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 DViewStyle.cxx301 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 DPerLine.cxx333 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 DCellBuffer.h115 SplitVector<char> style; variable
H A DEditView.cxx88 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 DDocument.cxx2208 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 DDocument.h109 size_t style; member
/MusicPlayer2/MusicPlayer2/
H A DLyricSettingsDlg.cpp406 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 DIconMgr.cpp10 HICON IconMgr::GetHICON(IconType type, IconStyle style, IconSize size) in GetHICON()
H A DEditEx.cpp70 DWORD style = GetStyle(); in CtlColor() local
H A DGdiPlusTool.cpp24 int CGdiPlusTool::ToGDIPluseFontStyle(const FontStyle& style) in ToGDIPluseFontStyle()
H A DDesktopLyric.cpp796 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 DMyComboBox.cpp119 DWORD style = pEdit->GetStyle(); in OnCtlColor() local
H A DListCtrlEx.cpp285 DWORD style = GetExtendedStyle(); in BEGIN_MESSAGE_MAP() local
394 DWORD style = GetExtendedStyle(); in PreSubclassWindow() local
H A DPlayListCtrl.cpp234 DWORD style = GetExtendedStyle(); in PreSubclassWindow() local
H A DIconMgr.h166 int MakeKey(IconType type, IconStyle style, IconSize size) in MakeKey()
H A DLyricsWindow.cpp524 void CLyricsWindow::SetLyricsFont(const WCHAR * familyName, Gdiplus::REAL emSize,INT style, Gdiplus… in SetLyricsFont()
H A DCommonData.h55 FontStyle style; //字体样式 member
H A DUIElement.h166 Style style; variable
H A DCommon.cpp1510 wstring style; in NormalizeFont() local
/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx352 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

12