Searched refs:stretch (Results 1 - 24 of 24) sorted by relevance

/external/chromium/chrome/browser/resources/gpu_internals/
H A Doverlay.css16 -webkit-box-align: stretch;
31 -webkit-box-align: stretch;
H A Dtimeline.css31 -webkit-box-align: stretch;
/external/chromium-trace/trace-viewer/src/
H A Doverlay.css11 -webkit-box-align: stretch;
32 -webkit-box-align: stretch;
/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/chromium-trace/trace-viewer/src/tracks/
H A Dtimeline_canvas_based_track.css6 -webkit-box-align: stretch;
/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/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);
H A DGrMatrix.cpp282 GrScalar stretch;
285 stretch = GR_Scalar1;
287 stretch = GrMax(GrScalarAbs(fM[kScaleX]), GrScalarAbs(fM[kScaleY]));
289 stretch = GrMax(GrScalarAbs(fM[kSkewX]), GrScalarAbs(fM[kSkewY]));
314 stretch = sqrtf(largerRoot);
317 // test a bunch of vectors. None should be scaled by more than stretch
319 // stretch.
328 GrAssert(d <= (1.0001 * stretch));
331 GrAssert((stretch - max) < .05*stretch);
[all...]
/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/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DSyncSampleIntersectFinderImpl.java102 double stretch = (double) sc / refSampleCount;
107 long start = (long) Math.ceil(stretch * (refSyncSamples[i] - 1) * samplesPerFrame);
138 double stretch = (double) sc / refSampleCount;
141 long start = (long) Math.ceil(stretch * (refSyncSamples[i] - 1)) + 1;
/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...]
H A Dvcg.c64 g->stretch = G_STRETCH;
153 n->stretch = N_STRETCH;
541 if (n->stretch != N_STRETCH)
542 fprintf (fout, "\t\tstretch:\t%d\n", n->stretch);
668 if (g->stretch != G_STRETCH)
669 fprintf (fout, "\tstretch:\t%d\n", g->stretch);
/external/kernel-headers/original/linux/
H A Dfd.h18 stretch; /* !=0 means double track steps */ member in struct:floppy_struct
/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/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/chromium/chrome/browser/resources/ntp4/
H A Dmost_visited_page.css69 -webkit-box-align: stretch;
/external/chromium/chrome/browser/resources/ntp/
H A Dmost_visited.css74 -webkit-box-align: 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/webkit/Source/WebCore/css/
H A DCSSPropertyNames.in85 font-stretch
/external/grub/docs/
H A Dtexinfo.tex1924 % Computer Modern typewriter fonts have zero interword stretch (and
3469 % sufficient for this purpose, as it ignores stretch and shrink parts
3615 % to column. It still won't often be perfect, because of the stretch
3668 % A bit of stretch before each entry for the benefit of balancing
4433 % Don't allow stretch, though.
6745 % stretch added to depend on the line length, hence the dependence on
6948 % interword stretch (and shrink), and it is reasonable to expect 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 592 milliseconds