Searched refs:Surface (Results 1 - 18 of 18) 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 DIndicator.h19 void Draw(Surface *surface, const PRectangle &rc, const PRectangle &rcLine);
H A DXPM.h24 void FillRun(Surface *surface, int code, int startX, int y, int x);
39 void Draw(Surface *surface, PRectangle &rc);
H A DCallTip.h28 void DrawChunk(Surface *surface, int &x, const char *s,
31 int PaintContents(Surface *surfaceWindow, bool draw);
54 void PaintCT(Surface *surfaceWindow);
H A DEditor.h225 Surface *pixmapLine;
226 Surface *pixmapSelMargin;
227 Surface *pixmapSelPattern;
228 Surface *pixmapIndentGuide;
229 Surface *pixmapIndentGuideHighlight;
386 void PaintSelMargin(Surface *surface, PRectangle &rc);
388 void LayoutLine(int line, Surface *surface, ViewStyle &vstyle, LineLayout *ll,
392 void DrawIndentGuide(Surface *surface, int lineVisible, int lineHeight, int start, PRectangle rcSegment, bool highlight);
393 void DrawWrapMarker(Surface *surface, PRectangle rcPlace, bool isEndMarker, ColourAllocated wrapColour);
394 void DrawEOL(Surface *surfac
[all...]
H A DLineMarker.h51 void Draw(Surface *surface, PRectangle &rc, Font &fontForCharacter);
H A DStyle.h52 void Realise(Surface &surface, int zoomLevel, Style *defaultStyle = 0, bool extraFontFlag = false);
H A DViewStyle.h101 void Refresh(Surface &surface);
H A DCallTip.cxx76 void CallTip::DrawChunk(Surface *surface, int &x, const char *s,
157 int CallTip::PaintContents(Surface *surfaceWindow, bool draw) {
207 void CallTip::PaintCT(Surface *surfaceWindow) {
249 Surface *surfaceMeasure = Surface::Allocate();
H A DIndicator.cxx13 void Indicator::Draw(Surface *surface, const PRectangle &rc, const PRectangle &rcLine) {
H A DXPM.cxx49 void XPM::FillRun(Surface *surface, int code, int startX, int y, int x) {
177 void XPM::Draw(Surface *surface, PRectangle &rc) {
H A DLineMarker.cxx36 static void DrawBox(Surface *surface, int centreX, int centreY, int armSize, ColourAllocated fore, ColourAllocated back) {
45 static void DrawCircle(Surface *surface, int centreX, int centreY, int armSize, ColourAllocated fore, ColourAllocated back) {
54 static void DrawPlus(Surface *surface, int centreX, int centreY, int armSize, ColourAllocated fore) {
61 static void DrawMinus(Surface *surface, int centreX, int centreY, int armSize, ColourAllocated fore) {
66 void LineMarker::Draw(Surface *surface, PRectangle &rcWhole, Font &fontForCharacter) {
H A DStyle.cxx125 void Style::Realise(Surface &surface, int zoomLevel, Style *defaultStyle, bool extraFontFlag) {
H A DEditor.cxx393 pixmapLine = Surface::Allocate();
394 pixmapSelMargin = Surface::Allocate();
395 pixmapSelPattern = Surface::Allocate();
396 pixmapIndentGuide = Surface::Allocate();
397 pixmapIndentGuideHighlight = Surface::Allocate();
1690 void Editor::PaintSelMargin(Surface *surfWindow, PRectangle &rc) {
1700 Surface *surface;
1897 void DrawTabArrow(Surface *surface, PRectangle rcTab, int ymid) {
1932 void Editor::LayoutLine(int line, Surface *surface, ViewStyle &vstyle, LineLayout *ll, int width) {
2181 void Editor::DrawIndentGuide(Surface *surfac
[all...]
H A DViewStyle.cxx234 void ViewStyle::Refresh(Surface &surface) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DPlatform.h292 friend class Surface;
299 class Surface { class
301 // Private so Surface objects can not be copied
302 Surface(const Surface &) {} function in class:Surface
303 Surface &operator=(const Surface &) { return *this; }
305 Surface() {}; function in class:Surface
306 virtual ~Surface() {};
307 static Surface *Allocat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp167 class SurfaceImpl : public Surface {
182 virtual void InitPixMap(int width, int height, Surface *surface_, WindowID wid);
194 virtual void FillRectangle(PRectangle rc, Surface &surfacePattern);
199 virtual void Copy(PRectangle rc, Point from, Surface &surfaceSource);
254 void SurfaceImpl::InitPixMap(int width, int height, Surface *WXUNUSED(surface_), WindowID) {
335 void SurfaceImpl::FillRectangle(PRectangle rc, Surface &surfacePattern) {
450 void SurfaceImpl::Copy(PRectangle rc, Point from, Surface &surfaceSource) {
619 Surface *Surface::Allocate() {
H A DScintillaWX.cpp129 Surface* surfaceWindow = Surface::Allocate();
756 Surface* surfaceWindow = Surface::Allocate();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/riva/
H A Driva_hw.c1860 RivaSurface __iomem *Surface = local
1865 NV_WR32(&Surface->Offset, 0, surf0);
1867 NV_WR32(&Surface->Offset, 0, surf1);
1877 RivaSurface __iomem *Surface = local
1881 NV_WR32(&Surface->Offset, 0, surf0);
1883 NV_WR32(&Surface->Offset, 0, surf1);
1893 RivaSurface __iomem *Surface = local
1897 NV_WR32(&Surface->Offset, 0, surf0);
1899 NV_WR32(&Surface->Offset, 0, surf1);
1909 RivaSurface __iomem *Surface local
1926 RivaSurface __iomem *Surface = local
[all...]

Completed in 159 milliseconds