Searched defs:stretch (Results 1 - 13 of 13) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
H A DSDL_ps3yuv.c60 SDL_Surface *stretch; member in struct:private_yuvhwdata
132 hwdata->stretch = NULL;
/external/libvorbis/lib/
H A Denvelope.h63 int stretch; member in struct:__anon8719
H A Denvelope.c107 /* stretch is used to gradually lengthen the number of windows
109 int stretch=max(VE_MINSTRETCH,ve->stretch/2); local
110 float penalty=gi->stretch_penalty-(ve->stretch/2-VE_MINSTRETCH);
184 for(i=0;i<stretch;i++){
236 ve->stretch++;
237 if(ve->stretch>VE_MAXSTRETCH*2)
238 ve->stretch=VE_MAXSTRETCH*2;
256 if(ret&4)ve->stretch=-1;
/external/skia/tests/
H A DMatrixTest.cpp108 SkScalar stretch = mat.getMaxStretch(); local
110 if ((stretch < 0) != mat.hasPerspective()) {
111 stretch = mat.getMaxStretch();
114 REPORTER_ASSERT(reporter, (stretch < 0) == mat.hasPerspective());
121 // test a bunch of vectors. None should be scaled by more than stretch
123 // almost stretch.
139 REPORTER_ASSERT(reporter, SkScalarDiv(d, stretch) < gStretchTol);
144 REPORTER_ASSERT(reporter, SkScalarDiv(max, stretch) >= gMaxStretchTol);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_yuv_sw.c102 SDL_Surface *stretch; member in struct:private_yuvhwdata
986 swdata->stretch = NULL;
1170 int stretch; local
1178 stretch = 0;
1186 stretch = 1;
1192 stretch = 1;
1195 if ( stretch ) {
1196 if ( ! swdata->stretch ) {
1198 swdata->stretch = SDL_CreateRGBSurface(
1205 if ( ! swdata->stretch ) {
[all...]
/external/skia/src/gpu/
H A DGrPathUtils.cpp18 // stretch when mapping to screen coordinates.
19 GrScalar stretch = viewM.getMaxStretch(); local
22 if (stretch < 0) {
30 stretch = SkMaxScalar(stretch, mat.mapRadius(SK_Scalar1));
33 srcTol = GrScalarDiv(srcTol, stretch);
/external/kernel-headers/original/linux/
H A Dfd.h18 stretch; /* !=0 means double track steps */ member in struct:floppy_struct
/external/bison/src/
H A Dvcg.h215 /* shrink, stretch gives the shrinking and stretching factor of the
217 the size of the label text is scaled by ((stretch=shrink) \Lambda
220 i.e. if (stretch,shrink) = (2,1) for the graph and (stretch,shrink)
226 int stretch; member in struct:node
526 /* Shrink, stretch gives the shrinking and stretching factor for the
527 graph's representation (default is 1, 1). ((stretch=shrink) \Lambda
529 (stretch,shrink) = (1,1) or (2,2) or (3,3) : : : is normal size,
530 (stretch,shrink) = (1,2) is half size, (stretch,shrin
534 int stretch; member in struct:graph
[all...]
/external/webkit/Source/WebCore/platform/
H A DScrollView.cpp478 IntSize stretch; local
482 stretch.setHeight(physicalScrollY);
484 stretch.setHeight(physicalScrollY - (contentsHeight() - visibleContentRect().height()));
488 stretch.setWidth(physicalScrollX);
490 stretch.setWidth(physicalScrollX - (contentsWidth() - visibleContentRect().width()));
492 return stretch;
/external/quake/quake/src/QW/client/
H A Dvid_win.c458 // find the lowest-res mode, or a mode we can stretch up to and get
497 // if there's a mode we can stretch by 2 up to, thereby effectively getting
724 // automatically stretch the default mode up if > 640x480 desktop resolution
994 // now add the lowest stretch-by-2 pseudo-modes between 320-wide
1070 int x, y, stretch; local
1075 stretch = modelist[mode].stretched;
1077 if (vid_config_x.value < (320 << stretch))
1078 vid_config_x.value = 320 << stretch;
1080 if (vid_config_y.value < (200 << stretch))
1081 vid_config_y.value = 200 << stretch;
[all...]
/external/quake/quake/src/WinQuake/
H A Dvid_win.cpp417 // find the lowest-res mode, or a mode we can stretch up to and get
456 // if there's a mode we can stretch by 2 up to, thereby effectively getting
683 // automatically stretch the default mode up if > 640x480 desktop resolution
953 // now add the lowest stretch-by-2 pseudo-modes between 320-wide
1029 int x, y, stretch; local
1034 stretch = modelist[mode].stretched;
1036 if (vid_config_x.value < (320 << stretch))
1037 vid_config_x.value = 320 << stretch;
1039 if (vid_config_y.value < (200 << stretch))
1040 vid_config_y.value = 200 << stretch;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 396 milliseconds