Searched refs:syntax_highlight_type (Results 1 – 4 of 4) sorted by relevance
112 syntax_highlight_type type;114 SyntaxPair(int32 column, syntax_highlight_type type) in SyntaxPair()145 bool AddPair(int32 column, syntax_highlight_type type) in AddPair()194 int32* _columns, syntax_highlight_type* _types, int32 maxCount) in GetLineHighlightRanges()230 syntax_highlight_type type = SYNTAX_HIGHLIGHT_NONE; in _ParseLines()254 syntax_highlight_type& _lastType, LineInfo*& _info) in _ParseLine()287 syntax_highlight_type current = _MapTokenToSyntaxType(token); in _ParseLine()314 syntax_highlight_type
32 syntax_highlight_type* _types,43 syntax_highlight_type& _lastType,45 syntax_highlight_type _MapTokenToSyntaxType(
19 enum syntax_highlight_type { enum38 syntax_highlight_type* _types,
1200 syntax_highlight_type types[kMaxHighlightsPerLine]; in Draw()1249 syntax_highlight_type currentHighlight = SYNTAX_HIGHLIGHT_NONE; in Draw()