Searched refs:canvas (Results 51 - 75 of 75) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Ddoc.cpp532 MyCanvas *canvas = (MyCanvas *)GetShape()->GetCanvas(); local
536 wxShape *otherShape = canvas->FindFirstSensitiveShape(x, y, &new_attachment, OP_DRAG_RIGHT);
540 canvas->view->GetDocument()->GetCommandProcessor()->Submit(
541 new DiagramCommand(_T("wxLineShape"), OGLEDIT_ADD_LINE, (DiagramDocument *)canvas->view->GetDocument(), CLASSINFO(wxLineShape),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dmakefile.bcc274 $(OBJS)\forty_canvas.obj: .\canvas.cpp
275 $(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) .\canvas.cpp
H A Dmakefile.dms230 $(OBJS)\forty_canvas.obj : .\canvas.cpp
231 $(CXX) -mn -c -cpp -o$@ $(FORTY_CXXFLAGS) .\canvas.cpp
H A DMakefile.in222 forty_canvas.o: $(srcdir)/canvas.cpp
223 $(CXXC) -c -o $@ $(FORTY_CXXFLAGS) $(srcdir)/canvas.cpp
H A Dgame.cpp187 wxWindow *canvas = (wxWindow *) NULL; local
192 if (node) canvas = (wxWindow*)node->GetData();
205 canvas->Refresh();
210 ((wxFrame*)canvas->GetParent())->Close(true);
H A Dmakefile.vc380 $(OBJS)\forty_canvas.obj: .\canvas.cpp
381 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) .\canvas.cpp
H A Dmakefile.gcc267 $(OBJS)\forty_canvas.o: ./canvas.cpp
H A Dmakefile.wat306 $(OBJS)\forty_canvas.obj : .AUTODEPEND .\canvas.cpp
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/usbvideo/
H A Dusbvideo.c1018 uvd->max_frame_size = VIDEOSIZE_X(uvd->canvas) *
1019 VIDEOSIZE_Y(uvd->canvas) * V4L_BYTES_PER_PIXEL;
1021 usbvideo_VideosizeToString(tmp2, sizeof(tmp2), uvd->canvas);
1044 dev_info(&uvd->dev->dev, "%s on %s: canvas=%s videosize=%s\n",
1142 uvd->frame[i].canvas = uvd->canvas;
1328 if (vw->width != VIDEOSIZE_X(uvd->canvas))
1330 if (vw->height != VIDEOSIZE_Y(uvd->canvas))
1385 if ((vm->width > VIDEOSIZE_X(uvd->canvas)) ||
1386 (vm->height > VIDEOSIZE_Y(uvd->canvas))) {
[all...]
H A Dultracam.c487 uvd->vcap.maxwidth = VIDEOSIZE_X(uvd->canvas);
488 uvd->vcap.maxheight = VIDEOSIZE_Y(uvd->canvas);
617 uvd->canvas = VIDEOSIZE(640, 480);
618 uvd->videosize = uvd->canvas; /* ultracam_size_to_videosize(size);*/
H A Dkonicawc.c890 uvd->canvas = VIDEOSIZE(320, 240);
H A Dibmcam.c527 * V4L canvas is wider or taller than the camera "native" image.
723 * V4L canvas is wider or taller than the camera "native" image.
3598 uvd->vcap.maxwidth = VIDEOSIZE_X(uvd->canvas);
3599 uvd->vcap.maxheight = VIDEOSIZE_Y(uvd->canvas);
3844 uvd->canvas = VIDEOSIZE(canvasX, canvasY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/build/ogl/
H A Dmakefile.bcc313 $(OBJS)\ogldll_canvas.obj: ..\..\src\ogl\canvas.cpp
314 $(CXX) -q -c -P -o$@ $(OGLDLL_CXXFLAGS) ..\..\src\ogl\canvas.cpp
352 $(OBJS)\ogllib_canvas.obj: ..\..\src\ogl\canvas.cpp
353 $(CXX) -q -c -P -o$@ $(OGLLIB_CXXFLAGS) ..\..\src\ogl\canvas.cpp
H A Dmakefile.dms250 $(OBJS)\ogldll_canvas.obj : ..\..\src\ogl\canvas.cpp $(OGLDLL_ODEP)
251 $(CXX) -mn -c -cpp -o$@ $(OGLDLL_CXXFLAGS) ..\..\src\ogl\canvas.cpp
289 $(OBJS)\ogllib_canvas.obj : ..\..\src\ogl\canvas.cpp $(OGLLIB_ODEP)
290 $(CXX) -mn -c -cpp -o$@ $(OGLLIB_CXXFLAGS) ..\..\src\ogl\canvas.cpp
H A Dmakefile.vc430 $(OBJS)\ogldll_canvas.obj: ..\..\src\ogl\canvas.cpp
431 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) ..\..\src\ogl\canvas.cpp
469 $(OBJS)\ogllib_canvas.obj: ..\..\src\ogl\canvas.cpp
470 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) ..\..\src\ogl\canvas.cpp
H A Dmakefile.gcc303 $(OBJS)\ogldll_canvas.o: ../../src/ogl/canvas.cpp
342 $(OBJS)\ogllib_canvas.o: ../../src/ogl/canvas.cpp
H A Dmakefile.wat347 $(OBJS)\ogldll_canvas.obj : .AUTODEPEND ..\..\src\ogl\canvas.cpp
386 $(OBJS)\ogllib_canvas.obj : .AUTODEPEND ..\..\src\ogl\canvas.cpp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dglcontext.tex39 \docparam{win}{The canvas that is used to initialize this context. This parameter is needed only temporarily,
H A Dtcommdlg.tex113 and colour for drawing text on a canvas. Here is an excerpt:
H A Dprint.tex1304 Gets the frame used for displaying the print preview canvas
1347 \func{bool}{PaintPage}{\param{wxPreviewCanvas *}{canvas}, \param{wxDC& }{dc}}
1353 the canvas, creating a new preview bitmap if none exists.
1395 Sets the frame to be used for displaying the print preview canvas
1410 Sets the percentage preview zoom, and refreshes the preview canvas
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/poem/
H A Dwxpoem.cpp425 wxClientDC dc(canvas);
543 TheMainWindow->canvas = new MyCanvas(TheMainWindow);
582 canvas->OnChar(event);
591 // Define a constructor for my canvas
614 // Note: this must be done before the main window/canvas are destroyed
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dnd/
H A Ddnd.cpp122 // Define canvas class to show a bitmap
1975 DnDCanvasBitmap *canvas = new DnDCanvasBitmap(frame); local
1976 canvas->SetBitmap(bitmap);
1994 DnDCanvasMetafile *canvas = new DnDCanvasMetafile(frame); local
1995 canvas->SetMetafile(metafile);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/docs/
H A Dtex2rtf.tex2299 \gloss{Canvas}\label{canvas}
2301 A canvas in XView and wxWidgets is a subwindow...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/jquery/
H A Djqueryui-1.8.16.min.js79 _proportionallyResizeElements:[],_helper:h.helper||h.ghost||h.animate?h.helper||"ui-resizable-helper":null});if(this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)){/relative/.test(this.element.css("position"))&&a.browser.opera&&this.element.css({position:"relative",top:"auto",left:"auto"});this.element.wrap(a('<div class="ui-wrapper" style="overflow: hidden;"></div>').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery-ui.js1894 if(this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)) {

Completed in 164 milliseconds

123