Searched refs:resize (Results 1 - 25 of 214) sorted by relevance

123456789

/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DList.h158 * resize - if True the the list widget will try to resize itself
174 int resize
176 Boolean resize
H A DLabelP.h82 Boolean resize; member in struct:__anone41ef7700208
/xsrc/external/mit/xterm/dist/vttests/
H A Dinsdelln.pl54 our @resize;
59 if ( $#resize < 0 ) {
60 open( FP, "resize -u |" ) or exit $!;
61 @resize = <FP>;
62 chomp @resize;
65 for my $n ( 0 .. $#resize ) {
66 if ( $resize[$n] =~ /^$field=/ ) {
67 $result = $resize[$n];
H A Dscroll.pl54 our @resize;
59 if ( $#resize < 0 ) {
60 open( FP, "resize -u |" ) or exit $!;
61 @resize = <FP>;
62 chomp @resize;
65 for my $n ( 0 .. $#resize ) {
66 if ( $resize[$n] =~ /^$field=/ ) {
67 $result = $resize[$n];
H A Dlrmm-scroll.pl55 our @resize;
60 if ( $#resize < 0 ) {
61 open( FP, "resize -u |" ) or exit $!;
62 @resize = <FP>;
63 chomp @resize;
66 for my $n ( 0 .. $#resize ) {
67 if ( $resize[$n] =~ /^$field=/ ) {
68 $result = $resize[$n];
/xsrc/external/mit/libXcursor/dist/src/
H A Dxcursorint.h117 _XcursorFileLoadImage (FILE *file, int size, XcursorBool resize);
120 _XcursorXcFileLoadImages (XcursorFile *file, int size, XcursorBool resize);
123 _XcursorFileLoadImages (FILE *file, int size, XcursorBool resize);
126 _XcursorFilenameLoadImages (const char *file, int size, XcursorBool resize);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86fbman.c178 FBAreaPtr resize,
183 if(!resize) return FALSE;
188 &resize->pScreen->devPrivates, xf86FBManagerKey)))
191 return (*funcs->ResizeOffscreenArea)(resize, w, h);
196 FBLinearPtr resize,
201 if(!resize) return FALSE;
206 &resize->pScreen->devPrivates, xf86FBManagerKey)))
209 return (*funcs->ResizeOffscreenLinear)(resize, size);
503 FBAreaPtr resize,
513 pScreen = resize
177 xf86ResizeOffscreenArea(FBAreaPtr resize,int w,int h) argument
195 xf86ResizeOffscreenLinear(FBLinearPtr resize,int size) argument
502 localResizeOffscreenArea(FBAreaPtr resize,int w,int h) argument
1039 localResizeOffscreenLinear(FBLinearPtr resize,int length) argument
[all...]
H A Dxf86fbman.h184 FBAreaPtr resize,
190 FBLinearPtr resize,
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86fbman.c173 xf86ResizeOffscreenArea(FBAreaPtr resize, int w, int h) argument
177 if (!resize)
184 (FBManagerFuncsPtr) dixLookupPrivate(&resize->pScreen->devPrivates,
188 return (*funcs->ResizeOffscreenArea) (resize, w, h);
192 xf86ResizeOffscreenLinear(FBLinearPtr resize, int size) argument
196 if (!resize)
203 (FBManagerFuncsPtr) dixLookupPrivate(&resize->pScreen->devPrivates,
207 return (*funcs->ResizeOffscreenLinear) (resize, size);
492 localResizeOffscreenArea(FBAreaPtr resize, int w, int h) argument
501 pScreen = resize
1041 localResizeOffscreenLinear(FBLinearPtr resize,int length) argument
[all...]
H A Dxf86fbman.h146 xf86ResizeOffscreenArea(FBAreaPtr resize, int w, int h);
149 xf86ResizeOffscreenLinear(FBLinearPtr resize, int size);
/xsrc/external/mit/libXt/dist/src/
H A DRectObj.c111 /* resize */ NULL,
154 if (roc->rect_class.resize == XtInheritResize) {
155 roc->rect_class.resize = super->rect_class.resize;
/xsrc/external/mit/xfontsel/dist/
H A DULabelP.h90 Boolean resize; member in struct:__anonb61506760208
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dglxdemo.c31 static void resize( unsigned int width, unsigned int height ) function in typeref:typename:void
103 resize( event.xconfigure.width, event.xconfigure.height );
H A Dxfont.c73 static void resize( unsigned int width, unsigned int height ) function in typeref:typename:void
177 resize( event.xconfigure.width, event.xconfigure.height );
H A Dxrotfontdemo.c82 static void resize( unsigned int width, unsigned int height ) function in typeref:typename:void
191 resize( event.xconfigure.width, event.xconfigure.height );
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/html/
H A Dresize.js69 $(".side-nav-resizable").resizable({resize: function(e, ui) { resizeWidth(); } });
70 $(window).resize(function() { resizeHeight(); });
/xsrc/external/mit/libXt/dist/include/X11/
H A DRectObjP.h108 XtWidgetProc resize; /* geom manager changed widget size */ member in struct:_RectObjClassPart
/xsrc/external/mit/xmag/dist/
H A DScaleP.h73 Boolean resize; member in struct:__anon08a7c0030308
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_parser.cpp211 cf_map.resize(id + 1);
383 n->src.resize(src_count);
410 n->dst.resize(ndst);
421 n->dst.resize(3);
431 n->dst.resize(2);
439 n->dst.resize(1);
606 a->dst.resize(f->dst.size());
652 n->dst.resize(4);
681 grad->resize(4);
697 n->src.resize(1
[all...]
H A Dsb_valtable.cpp209 v.resize(cnt);
401 data.resize(w + 1);
424 void sb_bitset::resize(unsigned size) { function in class:r600_sb::sb_bitset
430 data.resize(new_data_size);
466 bs.resize(s2.bs.size());
482 bs.resize(v->uid + 32);
547 resize(bs2.bit_size);
559 resize(bs2.bit_size);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_winsys.h58 (*resize)(struct stw_winsys_framebuffer *fb, member in struct:stw_winsys_framebuffer
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Drdtsc_buckets.h127 bt.pCurrent->children.resize(mBuckets.size());
183 bt.pCurrent->children.resize(mBuckets.size());
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Drdtsc_buckets.h137 bt.pCurrent->children.resize(mBuckets.size());
193 bt.pCurrent->children.resize(mBuckets.size());
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_valtable.cpp209 v.resize(cnt);
401 data.resize(w + 1);
424 void sb_bitset::resize(unsigned size) { function in class:r600_sb::sb_bitset
430 data.resize(new_data_size);
466 bs.resize(s2.bs.size());
482 bs.resize(v->uid + 32);
547 resize(bs2.bit_size);
559 resize(bs2.bit_size);
H A Dsb_bc_parser.cpp216 cf_map.resize(id + 1);
391 n->src.resize(src_count);
418 n->dst.resize(ndst);
429 n->dst.resize(3);
439 n->dst.resize(2);
447 n->dst.resize(1);
618 a->dst.resize(f->dst.size());
664 n->dst.resize(4);
693 grad->resize(4);
709 n->src.resize(1
[all...]

Completed in 24 milliseconds

123456789