Searched refs:surfaceWindow (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DCallTip.cxx157 int CallTip::PaintContents(Surface *surfaceWindow, bool draw) { argument
164 int ascent = surfaceWindow->Ascent(font) - surfaceWindow->InternalLeading(font);
169 rcClient.bottom = ytext + surfaceWindow->Descent(font) + 1;
192 DrawChunk(surfaceWindow, x, chunkVal, 0, thisStartHighlight,
194 DrawChunk(surfaceWindow, x, chunkVal, thisStartHighlight, thisEndHighlight,
196 DrawChunk(surfaceWindow, x, chunkVal, thisEndHighlight, chunkLength,
207 void CallTip::PaintCT(Surface *surfaceWindow) { argument
215 surfaceWindow->FillRectangle(rcClient, colourBG.allocated);
218 PaintContents(surfaceWindow, tru
[all...]
H A DCallTip.h31 int PaintContents(Surface *surfaceWindow, bool draw);
54 void PaintCT(Surface *surfaceWindow);
H A DEditor.h400 void RefreshPixMaps(Surface *surfaceWindow);
401 void Paint(Surface *surfaceWindow, PRectangle rcArea);
H A DEditor.cxx2708 void Editor::RefreshPixMaps(Surface *surfaceWindow) { argument
2711 pixmapSelPattern->InitPixMap(patternSize, patternSize, surfaceWindow, wMain.GetID());
2748 pixmapIndentGuide->InitPixMap(1, vs.lineHeight + 1, surfaceWindow, wMain.GetID());
2749 pixmapIndentGuideHighlight->InitPixMap(1, vs.lineHeight + 1, surfaceWindow, wMain.GetID());
2767 surfaceWindow, wMain.GetID());
2769 rcClient.Height(), surfaceWindow, wMain.GetID());
2774 void Editor::Paint(Surface *surfaceWindow, PRectangle rcArea) { argument
2779 RefreshPixMaps(surfaceWindow);
2785 surfaceWindow->SetPalette(&palette, true);
2810 RefreshPixMaps(surfaceWindow);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DScintillaWX.cpp129 Surface* surfaceWindow = Surface::Allocate(); local
130 surfaceWindow->Init(&dc, m_ct->wDraw.GetID());
131 m_ct->PaintCT(surfaceWindow);
132 surfaceWindow->Release();
133 delete surfaceWindow;
756 Surface* surfaceWindow = Surface::Allocate(); local
757 surfaceWindow->Init(dc, wMain.GetID());
763 Paint(surfaceWindow, rcPaint);
765 delete surfaceWindow;

Completed in 112 milliseconds