Home
last modified time | relevance | path

Searched refs:Refresh (Results 1 – 4 of 4) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DViewStyle.h177 void Refresh(Surface &surface, int tabInChars);
H A DViewStyle.cxx288 void ViewStyle::Refresh(Surface &surface, int tabInChars) { in Refresh() function in ViewStyle
H A DEditView.cxx2507 vsPrint.Refresh(*surfaceMeasure, model.pdoc->tabInChars); in FormatRange()
2514 vsPrint.Refresh(*surfaceMeasure, model.pdoc->tabInChars); // Recalculate fixedColumnWidth in FormatRange()
H A DEditor.cxx292 vs.Refresh(*surface, pdoc->tabInChars); in RefreshStyleData()