Searched refs:Normal (Results 1 – 6 of 6) sorted by relevance
63 line_type = Normal; in lineType()68 return Normal; in lineType()
45 Normal, enumerator194 enum LineType { Normal, Marked, Match }; enumerator
1573 chunkList << LineChunk( column, start - 1, LineChunk::Normal ); in drawTextArea()1580 chunkList << LineChunk( column, cutLine.length() - 1, LineChunk::Normal ); in drawTextArea()1600 case LineChunk::Normal: in drawTextArea()