Searched refs:graphics (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/docs/latex/wx/
H A Dgraphicsbrush.tex18 A wxGraphicsBrush is a native representation of a brush. It is used for filling a path on a graphics context. The contents are specific an private to the respective renderer. Instances are ref counted and can therefore be assigned as usual. The only way to get a valid instance is via a Create...Brush call on the graphics context or the renderer instance.
22 <wx/graphics.h>
H A Dgraphicspen.tex18 A wxGraphicsPen is a native representation of a pen. It is used for stroking a path on a graphics context. The contents are specific and private to the respective renderer. Instances are ref counted and can therefore be assigned as usual. The only way to get a valid instance is via a CreatePen call on the graphics context or the renderer instance.
22 <wx/graphics.h>
H A Dgraphicsfont.tex19 and can therefore be assigned as usual. The only way to get a valid instance is via a CreateFont call on the graphics context or the renderer instance.
23 <wx/graphics.h>
H A Dgraphicsobject.tex14 This class is the superclass of native graphics objects like pens etc. It allows reference counting. Not instantiated by user code.
22 <wx/graphics.h>
H A Dwxmgl.tex4 from SciTech as the underlying graphics backend. wxMGL draws
8 and various graphics systems such as Win32, X11 and OS/2.
H A Drealpoin.tex3 A {\bf wxRealPoint} is a useful data structure for graphics operations.
H A Dgraphicsrenderer.tex14 A wxGraphicsRenderer is the instance corresponding to the rendering engine used. There may be multiple instances on a system, if there are different rendering engines present, but there is always one instance per engine, eg there is ONE core graphics renderer instance on OSX. This instance is pointed back to by all objects created by it (wxGraphicsContext, wxGraphicsPath etc). Therefore you can create ag additional instances of paths etc. by calling GetRenderer() and then using the appropriate CreateXXX function.
22 <wx/graphics.h>
84 Creates a native graphics font from a wxFont and a text colour.
96 Creates a native graphics path which is initially empty.
H A Dwxx11.tex4 as the underlying graphics backend. wxX11 draws its widgets
H A Dgraphicsmatrix.tex14 A wxGraphicsMatrix is a native representation of an affine matrix. The contents are specific and private to the respective renderer. Instances are ref counted and can therefore be assigned as usual. The only way to get a valid instance is via a CreateMatrix call on the graphics context or the renderer instance.
22 <wx/graphics.h>
H A Dpoint.tex13 A {\bf wxPoint} is a useful data structure for graphics operations.
H A Dgraphicspath.tex15 therefore be assigned as usual. The only way to get a valid instance is via a CreatePath call on the graphics context or the renderer instance.
23 <wx/graphics.h>
H A Dtdc.tex8 A wxDC is a {\it device context} onto which graphics and text can be drawn.
H A Dgraphicscontext.tex23 <wx/graphics.h>
92 Creates a native graphics font from a wxFont and a text colour.
105 Creates a native graphics path which is initially empty.
H A Dmemorydc.tex3 A memory device context provides a means to draw graphics onto a bitmap. When
H A Dsysopt.tex25 Setting this to 0 causes more flicker, but allows applications to paint graphics on the parent of a static box
57 Setting this to 0 causes more flicker, but allows applications to paint graphics on the parent of a static box
H A Dsize.tex13 A {\bf wxSize} is a useful data structure for graphics operations.
H A Dglcanvas.tex3 wxGLCanvas is a class for displaying OpenGL graphics.
H A Drenderer.tex23 line drawing and other graphics primitives are used, because the native
H A Dtprint.tex197 does not provide a standard way to display text and graphics
H A Dtextattrex.tex182 If you wish your application to support further bullet graphics, you can derive a
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/cas/
H A DMakefile.am13 graphics.c \
19 graphics.h \
H A DMakefile.in72 cas-functions.$(OBJEXT) cas-graphics.$(OBJEXT) \
393 graphics.c \
399 graphics.h \
498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cas-graphics.Po@am__quote@
566 cas-graphics.o: graphics.c
567 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -MT cas-graphics.o -MD -MP -MF $(DEPDIR)/cas-graphics.Tpo -c -o cas-graphics.o `test -f 'graphics
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A DVorbis_I_spec.tex21 % Support for graphics, provides \includegraphics
83 % Configure graphics formats: Prefer PDF, fall back to PNG or JPG, as available.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dfbcon.h76 int graphics; member in struct:fbcon_ops
H A Dfbcon.c286 vc->vc_mode != KD_TEXT || ops->graphics) &&
790 ops->graphics = 0;
957 ops->graphics = 1;
1124 ops->graphics = 0;
2304 ops->graphics = 1;
2309 ops->graphics = 0;
2343 ops->save_graphics = ops->graphics;
2344 ops->graphics = 0;
2356 ops->graphics = ops->save_graphics;

Completed in 191 milliseconds

12