Searched defs:surfaceWindow (Results 1 – 5 of 5) sorted by relevance
/MusicPlayer2/scintilla/src/ |
H A D | CallTip.cxx | 184 int CallTip::PaintContents(Surface *surfaceWindow, bool draw) { in PaintContents() 237 void CallTip::PaintCT(Surface *surfaceWindow) { in PaintCT()
|
H A D | MarginView.cxx | 133 void MarginView::RefreshPixMaps(Surface *surfaceWindow, WindowID wid, const ViewStyle &vsDraw) { in RefreshPixMaps()
|
H A D | Editor.cxx | 1662 void Editor::PaintSelMargin(Surface *surfaceWindow, const PRectangle &rc) { in PaintSelMargin() 1706 void Editor::RefreshPixMaps(Surface *surfaceWindow) { in RefreshPixMaps() 1723 void Editor::Paint(Surface *surfaceWindow, PRectangle rcArea) { in Paint()
|
H A D | EditView.cxx | 311 void EditView::RefreshPixMaps(Surface *surfaceWindow, WindowID wid, const ViewStyle &vsDraw) { in RefreshPixMaps() 2207 void EditView::PaintText(Surface *surfaceWindow, const EditModel &model, PRectangle rcArea, in PaintText()
|
/MusicPlayer2/scintilla/win32/ |
H A D | ScintillaWin.cxx | 906 AutoSurface surfaceWindow(hdc, this); in PaintDC() local 915 AutoSurface surfaceWindow(pRenderTarget, this); in PaintDC() local 3428 std::unique_ptr<Surface> surfaceWindow(Surface::Allocate(sciThis->technology)); in CTWndProc() local
|