Searched refs:surface (Results 1 - 25 of 42) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DIndicator.cxx13 void Indicator::Draw(Surface *surface, const PRectangle &rc, const PRectangle &rcLine) { argument
14 surface->PenColour(fore.allocated);
17 surface->MoveTo(rc.left, rc.top);
21 surface->LineTo(x, rc.top + y);
25 surface->LineTo(rc.right, rc.top + y); // Finish the line
27 surface->MoveTo(rc.left, ymid);
30 surface->LineTo(x, ymid);
31 surface->MoveTo(x-3, ymid);
32 surface->LineTo(x-3, ymid+2);
34 surface
[all...]
H A DLineMarker.cxx36 static void DrawBox(Surface *surface, int centreX, int centreY, int armSize, ColourAllocated fore, ColourAllocated back) { argument
42 surface->RectangleDraw(rc, back, fore);
45 static void DrawCircle(Surface *surface, int centreX, int centreY, int armSize, ColourAllocated fore, ColourAllocated back) { argument
51 surface->Ellipse(rcCircle, back, fore);
54 static void DrawPlus(Surface *surface, int centreX, int centreY, int armSize, ColourAllocated fore) { argument
56 surface->FillRectangle(rcV, fore);
58 surface->FillRectangle(rcH, fore);
61 static void DrawMinus(Surface *surface, int centreX, int centreY, int armSize, ColourAllocated fore) { argument
63 surface->FillRectangle(rcH, fore);
66 void LineMarker::Draw(Surface *surface, PRectangl argument
[all...]
H A DIndicator.h19 void Draw(Surface *surface, const PRectangle &rc, const PRectangle &rcLine);
H A DStyle.cxx125 void Style::Realise(Surface &surface, int zoomLevel, Style *defaultStyle, bool extraFontFlag) { argument
134 int deviceHeight = surface.DeviceHeightFont(sizeZoomed);
145 ascent = surface.Ascent(font);
146 descent = surface.Descent(font);
149 //lineHeight = surface.ExternalLeading() + surface.Height();
150 externalLeading = surface.ExternalLeading(font);
151 lineHeight = surface.Height(font);
152 aveCharWidth = surface.AverageCharWidth(font);
153 spaceWidth = surface
[all...]
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 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 DCallTip.cxx76 void CallTip::DrawChunk(Surface *surface, int &x, const char *s, argument
109 surface->FillRectangle(rcClient, colourBG.allocated);
112 surface->FillRectangle(rcClientInner, colourUnSel.allocated);
120 surface->Polygon(pts, sizeof(pts) / sizeof(pts[0]),
128 surface->Polygon(pts, sizeof(pts) / sizeof(pts[0]),
142 xEnd = x + surface->WidthText(font, s + startSeg, endSeg - startSeg);
146 surface->DrawTextTransparent(rcClient, font, ytext,
H A DXPM.cxx49 void XPM::FillRun(Surface *surface, int code, int startX, int y, int x) { argument
52 surface->FillRectangle(rc, ColourFromCode(code));
177 void XPM::Draw(Surface *surface, PRectangle &rc) { argument
190 FillRun(surface, prevCode, startX + xStartRun, startY + y, startX + x);
195 FillRun(surface, prevCode, startX + xStartRun, startY + y, startX + width);
H A DEditor.cxx496 AutoSurface surface(this);
497 if (surface) {
498 vs.Refresh(*surface);
682 AutoSurface surface(this);
684 if (surface && ll) {
689 LayoutLine(line, surface, vs, ll, wrapWidth);
746 AutoSurface surface(this);
748 if (surface && ll) {
749 LayoutLine(lineDoc, surface, vs, ll, wrapWidth);
794 AutoSurface surface(thi
1897 DrawTabArrow(Surface *surface, PRectangle rcTab, int ymid) argument
1932 LayoutLine(int line, Surface *surface, ViewStyle &vstyle, LineLayout *ll, int width) argument
2181 DrawIndentGuide(Surface *surface, int lineVisible, int lineHeight, int start, PRectangle rcSegment, bool highlight) argument
2188 DrawWrapMarker(Surface *surface, PRectangle rcPlace, bool isEndMarker, ColourAllocated wrapColour) argument
2206 Surface *surface; member in struct:Relative
2234 SimpleAlphaRectangle(Surface *surface, PRectangle rc, ColourAllocated fill, int alpha) argument
2240 DrawEOL(Surface *surface, ViewStyle &vsDraw, PRectangle rcLine, LineLayout *ll, int line, int lineEnd, int xStart, int subLine, int subLineStart, bool overrideBackground, ColourAllocated background, bool drawWrapMarkEnd, ColourAllocated wrapColour) argument
2294 DrawLine(Surface *surface, ViewStyle &vsDraw, int line, int lineVisible, int xStart, PRectangle rcLine, LineLayout *ll, int subLine) argument
2855 Surface *surface = surfaceWindow; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddxva2.h51 * The number of surface in the surface array
58 LPDIRECT3DSURFACE9 *surface; member in struct:dxva_context
H A Dvdpau.h61 * This is used for defining a video frame containing surface,
66 VdpVideoSurface surface; ///< Used as rendered surface, never changed. member in struct:vdpau_render_state
H A Ddxva2.c33 void *surface = ff_dxva2_get_surface(picture); local
37 if (ctx->surface[i] == surface)
H A Dvdpau.c71 (rf2->surface == render_ref->surface)
87 rf->surface = render_ref->surface;
100 rf->surface = VDP_INVALID_HANDLE;
232 render->info.mpeg.backward_reference = next->surface;
238 render->info.mpeg.forward_reference = last->surface;
302 render->info.vc1.backward_reference = next->surface;
308 render->info.vc1.forward_reference = last->surface;
358 render->info.mpeg4.backward_reference = next->surface;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Dvdpau.h62 * This is used for defining a video frame containing surface,
67 VdpVideoSurface surface; ///< Used as rendered surface, never changed. member in struct:vdpau_render_state
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddxva2.h72 * The number of surface in the surface array
79 LPDIRECT3DSURFACE9 *surface; member in struct:dxva_context
H A Dvaapi_internal.h68 int ff_vaapi_render_picture(struct vaapi_context *vactx, VASurfaceID surface);
H A Ddxva2.c41 void *surface = ff_dxva2_get_surface(frame); local
45 if (ctx->surface[i] == surface)
H A Dvdpau.h185 * This is used for defining a video frame containing surface,
190 VdpVideoSurface surface; ///< Used as rendered surface, never changed. member in struct:vdpau_render_state
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Ddcclient.cpp69 // creates a dummy surface that has the same format as the real window's
70 // surface, but is not visible and so can be painted on even if the window
75 wxLogTrace(TRACE_PAINT, _T("%p ('%s'): creating dummy DC surface"),
102 // obtain the surface used for painting:
104 wxIDirectFBSurfacePtr surface; local
112 // see below (below "create the surface:") for how is this case handled
126 // parent TLW will flip the entire surface when painting is done
135 // In either case, we need to flip the surface when we're done
138 // out of its parent's area, we must clip the surface accordingly.
144 // create the surface
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_vdpau.c86 VdpVideoSurface surface = *(VdpVideoSurface*)data; local
89 ctx->video_surface_destroy(surface);
97 VdpVideoSurface *surface; local
102 surface = av_malloc(sizeof(*surface));
103 if (!surface)
106 frame->buf[0] = av_buffer_create((uint8_t*)surface, sizeof(*surface),
110 av_freep(&surface);
118 frame->width, frame->height, surface);
133 VdpVideoSurface surface = (VdpVideoSurface)(uintptr_t)frame->data[3]; local
[all...]
H A Dffmpeg_dxva2.c116 LPDIRECT3DSURFACE9 surface; member in struct:DXVA2SurfaceWrapper
189 if (ctx->surfaces[i] == w->surface) {
194 IDirect3DSurface9_Release(w->surface);
204 LPDIRECT3DSURFACE9 surface; local
215 av_log(NULL, AV_LOG_ERROR, "No free DXVA2 surface!\n");
220 surface = ctx->surfaces[i];
226 frame->buf[0] = av_buffer_create((uint8_t*)surface, 0,
235 w->surface = surface;
236 IDirect3DSurface9_AddRef(w->surface);
250 LPDIRECT3DSURFACE9 surface = (LPDIRECT3DSURFACE9)frame->data[3]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dbitmap.h31 wxBitmap(const wxIDirectFBSurfacePtr& surface) { Create(surface); } argument
43 bool Create(const wxIDirectFBSurfacePtr& surface);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dsdl.c38 SDL_Surface *surface; member in struct:__anon3309
149 sdl->surface = SDL_SetVideoMode(sdl->window_width, sdl->window_height,
151 if (!sdl->surface) {
158 sdl->overlay_fmt, sdl->surface);
214 sdl->surface = SDL_SetVideoMode(sdl->window_width, sdl->window_height, 24, SDL_BASE_FLAGS);
215 if (!sdl->surface) {
328 SDL_FillRect(sdl->surface, &sdl->surface->clip_rect,
329 SDL_MapRGB(sdl->surface->format, 0, 0, 0));
338 SDL_UpdateRect(sdl->surface,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c106 struct vmw_surface *surface = NULL; local
112 handle, &surface);
114 if (!surface->snooper.image) {
115 DRM_ERROR("surface not suitable for cursor\n");
122 DRM_ERROR("failed to find surface or dmabuf: %i\n", ret);
137 if (surface) {
139 du->cursor_surface = surface;
143 vmw_cursor_update_image(dev_priv, surface->snooper.image,
330 struct vmw_surface *surface; member in struct:vmw_framebuffer_surface
344 vmw_surface_unreference(&vfb->surface);
474 vmw_kms_new_framebuffer_surface(struct vmw_private *dev_priv, struct vmw_surface *surface, struct vmw_framebuffer **out, unsigned width, unsigned height) argument
718 struct vmw_surface *surface = NULL; local
[all...]

Completed in 240 milliseconds

12