Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DCallTip.cxx184 int CallTip::PaintContents(Surface *surfaceWindow, bool draw) { in PaintContents()
237 void CallTip::PaintCT(Surface *surfaceWindow) { in PaintCT()
H A DMarginView.cxx133 void MarginView::RefreshPixMaps(Surface *surfaceWindow, WindowID wid, const ViewStyle &vsDraw) { in RefreshPixMaps()
H A DEditor.cxx1662 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 DEditView.cxx311 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 DScintillaWin.cxx906 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