HomeSort by relevance Sort by last modified time
    Searched refs:stretch (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/chromium/chrome/browser/resources/gpu_internals/
overlay.css 16 -webkit-box-align: stretch;
31 -webkit-box-align: stretch;
timeline.css 31 -webkit-box-align: stretch;
  /external/chromium-trace/trace-viewer/src/
overlay.css 11 -webkit-box-align: stretch;
32 -webkit-box-align: stretch;
  /external/libvorbis/lib/
envelope.h 63 int stretch; member in struct:__anon10859
envelope.c 107 /* 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/
canvas_based_track.css 6 -webkit-box-align: stretch;
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
NinePatchTexture.java 225 int nx = stretch(divX, divU, chunk.mDivX, tex.getWidth(), width);
226 int ny = stretch(divY, divV, chunk.mDivY, tex.getHeight(), height);
254 * @param div the stretch parts defined in nine-patch chunk
263 private static int stretch( method in class:NinePatchInstance
268 float stretch = 0; local
270 stretch += div[i + 1] - div[i];
273 float remaining = target - source + stretch;
289 float partX = remaining * partU / stretch;
291 stretch -= partU;
  /frameworks/base/services/java/com/android/server/power/
ElectronBeam.java 65 // the horizontal stretch effect. The remainder is spent performing
66 // the vertical stretch effect.
249 * @param stretch The stretch factor. 0.0 is no collapse, 1.0 is full collapse.
251 private void drawVStretch(float stretch) {
253 final float ar = scurve(stretch, 7.5f);
254 final float ag = scurve(stretch, 8.0f);
255 final float ab = scurve(stretch, 8.5f);
257 Slog.d(TAG, "drawVStretch: stretch=" + stretch
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv_sw.c 102 SDL_Surface *stretch; member in struct:private_yuvhwdata
986 swdata->stretch = NULL;
1170 int stretch; local
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
SyncSampleIntersectFinderImpl.java 102 double stretch = (double) sc / refSampleCount; local
107 long start = (long) Math.ceil(stretch * (refSyncSamples[i] - 1) * samplesPerFrame);
109 // The Stretch makes sure that there are as much audio and video chunks!
138 double stretch = (double) sc / refSampleCount; local
141 long start = (long) Math.ceil(stretch * (refSyncSamples[i] - 1)) + 1;
143 // The Stretch makes sure that there are as much audio and video chunks!
  /hardware/qcom/display/libcopybit/
copybit.h 61 /* and reset to '0', after calling blit/stretch */
216 * Execute the stretch bit blit copy operation
227 int (*stretch)(struct copybit_device_t *dev, member in struct:copybit_device_t
  /external/skia/tests/
MatrixTest.cpp 179 SkScalar stretch = mat.getMaxStretch(); local
181 if ((stretch < 0) != mat.hasPerspective()) {
182 stretch = mat.getMaxStretch();
185 REPORTER_ASSERT(reporter, (stretch < 0) == mat.hasPerspective());
192 // test a bunch of vectors. None should be scaled by more than stretch
194 // almost stretch.
210 REPORTER_ASSERT(reporter, SkScalarDiv(d, stretch) < gStretchTol);
215 REPORTER_ASSERT(reporter, SkScalarDiv(max, stretch) >= gMaxStretchTol);
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
ToonGame.java 180 final float endTY, final float squash, final float stretch) {
196 pvhSX = PropertyValuesHolder.ofFloat(View.SCALE_X, stretch);
  /external/skia/src/gpu/
GrPathUtils.cpp 18 // stretch when mapping to screen coordinates.
19 SkScalar stretch = viewM.getMaxStretch(); local
22 if (stretch < 0) {
30 stretch = SkMaxScalar(stretch, mat.mapRadius(SK_Scalar1));
33 srcTol = SkScalarDiv(srcTol, stretch);
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardViewManager.java 196 final int stretch = ViewGroup.LayoutParams.MATCH_PARENT; local
200 stretch, stretch, type, flags, PixelFormat.TRANSLUCENT);
  /bionic/libc/kernel/common/linux/
fd.h 30 stretch; member in struct:floppy_struct
  /development/ndk/platforms/android-3/include/linux/
fd.h 23 stretch; member in struct:floppy_struct
  /external/kernel-headers/original/linux/
fd.h 18 stretch; /* !=0 means double track steps */ member in struct:floppy_struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fd.h 17 stretch; /* !=0 means double track steps */ member in struct:floppy_struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fd.h 17 stretch; /* !=0 means double track steps */ member in struct:floppy_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fd.h 17 stretch; /* !=0 means double track steps */ member in struct:floppy_struct
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
fd.h 23 stretch; member in struct:floppy_struct
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
fd.h 23 stretch; member in struct:floppy_struct
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
fd.h 23 stretch; member in struct:floppy_struct
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
fd.h 23 stretch; member in struct:floppy_struct

Completed in 284 milliseconds

1 2 3