Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DEditView.cxx121 std::string_view text, DrawPhase phase) { in DrawTextNoClipPhase()
137 const StyledText &st, size_t start, size_t length, DrawPhase phase) { in DrawStyledText()
1193 …ne line, int xStart, PRectangle rcLine, int subLine, XYACCUMULATOR subLineStart, DrawPhase phase) { in DrawFoldDisplayText()
1285 …ne line, int xStart, PRectangle rcLine, int subLine, XYACCUMULATOR subLineStart, DrawPhase phase) { in DrawEOLAnnotationText()
1379 Sci::Line line, int xStart, PRectangle rcLine, int subLine, DrawPhase phase) { in DrawAnnotation()
2103 …Sci::Line line, Sci::Line lineVisible, int xStart, PRectangle rcLine, int subLine, DrawPhase phase in DrawLine()
2265 … for (DrawPhase phase = drawBack; phase <= drawCarets; phase = static_cast<DrawPhase>(phase * 2)) { in PaintText() local
2271 for (const DrawPhase &phase : phases) { in PaintText() local