Searched refs:surface (Results 26 - 42 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 DCallTip.h28 void DrawChunk(Surface *surface, int &x, const char *s,
H A DViewStyle.h101 void Refresh(Surface &surface);
H A DEditor.h386 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 *surface, ViewStyle &vsDraw, PRectangle rcLine, LineLayout *ll,
398 void DrawLine(Surface *surface, ViewStyle &vsDraw, int line, int lineVisible, int xStart,
H A DViewStyle.cxx234 void ViewStyle::Refresh(Surface &surface) { argument
237 styles[STYLE_DEFAULT].Realise(surface, zoomLevel, NULL, extraFontFlag);
243 styles[i].Realise(surface, zoomLevel, &styles[STYLE_DEFAULT], extraFontFlag);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvdpau_h264.c41 rf->surface = VDP_INVALID_HANDLE;
53 VdpVideoSurface surface = ff_vdpau_get_surface_id(&pic->f); local
58 rf->surface = surface;
94 if ((rf2->surface == surface_ref) &&
H A Dvaapi.c44 int ff_vaapi_render_picture(struct vaapi_context *vactx, VASurfaceID surface) argument
66 surface) != VA_STATUS_SUCCESS)
H A Dvdpau.c151 (rf2->surface == render_ref->surface)
167 rf->surface = render_ref->surface;
180 rf->surface = VDP_INVALID_HANDLE;
310 render->info.mpeg.backward_reference = next->surface;
316 render->info.mpeg.forward_reference = last->surface;
382 render->info.vc1.backward_reference = next->surface;
388 render->info.vc1.forward_reference = last->surface;
441 render->info.mpeg4.backward_reference = next->surface;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dbitmap.cpp33 // Creates a surface that will use wxImage's pixel data (RGB only)
38 // into a temporary RGBA surface
109 bool wxBitmap::Create(const wxIDirectFBSurfacePtr& surface) argument
113 wxCHECK_MSG( surface, false, _T("invalid surface") );
116 M_BITMAP->m_surface = surface;
142 // create surface in screen's format:
H A Ddc.cpp55 wxDC::wxDC(const wxIDirectFBSurfacePtr& surface) argument
57 DFBInit(surface);
60 void wxDC::DFBInit(const wxIDirectFBSurfacePtr& surface) argument
62 m_ok = (surface != NULL);
63 wxCHECK_RET( surface != NULL, _T("invalid surface") );
65 m_surface = surface;
91 // NB: We intersect the clipping rectangle with surface's area here because
93 // that is partially outside of the surface.
796 // don't do anything if the source rectangle is outside of source surface,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Ddc.h30 wxDC(const wxIDirectFBSurfacePtr& surface);
114 // Returns the surface (and increases its ref count)
118 // initializes the DC from a surface, must be called if default ctor
120 void DFBInit(const wxIDirectFBSurfacePtr& surface);
185 // selects colour into surface's state
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvaapi.c43 static int render_picture(struct vaapi_context *vactx, VASurfaceID surface) argument
62 surface) != VA_STATUS_SUCCESS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgraphicc.cpp735 cairo_surface_t* surface = cairo_image_surface_create(CAIRO_FORMAT_ARGB32,1,1);
736 m_pathContext = cairo_create(surface);
737 cairo_surface_destroy (surface);
748 cairo_surface_t* surface = cairo_image_surface_create(CAIRO_FORMAT_ARGB32,1,1);
749 cairo_t* pathcontext = cairo_create(surface);
750 cairo_surface_destroy (surface);
1002 // Create a surface object and copy the bitmap pixel data to it. if the
1296 // than the bitmap's size create a pattern transformation on the surface and
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dopengl_enc.c177 SDL_Surface *surface; member in struct:OpenGLContext
346 opengl->surface = SDL_SetVideoMode(width, height,
348 if (!opengl->surface) {
391 message.width = opengl->surface->w;
392 message.height = opengl->surface->h;
414 message.width = opengl->surface->w;
415 message.height = opengl->surface->h;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dbitmap.cpp378 M_BMPDATA->m_bitmap->surface,
725 wxUint32 *s = (wxUint32*)bmp->surface;
728 s = ((wxUint32*)bmp->surface) + y * bmp->bytesPerLine/4;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtbitmap.tex14 using \helpref{wxDC::Blit}{wxdcblit}, or to be used as a drawing surface.
H A Dprint.tex858 larger drawing surface (i.e., a higher-resolution DC); a zoomed-out preview
859 image presents a much smaller drawing surface (lower-resolution DC). By using
H A Dwindow.tex1563 any drawing done on the window is really done on a temporary backing surface

Completed in 115 milliseconds

12