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

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_yuv_sw.c 102 SDL_Surface *stretch; member in struct:private_yuvhwdata
986 swdata->stretch = NULL;
1170 int stretch; local
    [all...]
  /hardware/libhardware/include/hardware/
copybit.h 184 * Execute the stretch bit blit copy operation
195 int (*stretch)(struct copybit_device_t *dev, member in struct:copybit_device_t
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewManager.java 102 final int stretch = ViewGroup.LayoutParams.MATCH_PARENT; local
112 stretch, stretch, WindowManager.LayoutParams.TYPE_KEYGUARD,
  /external/bison/src/
vcg.h 215 /* 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,shrink) = (2,1) i
534 int stretch; member in struct:graph
    [all...]
vcg.c 64 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);
  /packages/apps/Camera/src/com/android/camera/ui/
GLRootView.java 370 int nx = stretch(divX, divU, chunk.mDivX, tex.getWidth(), width);
371 int ny = stretch(divY, divV, chunk.mDivY, tex.getHeight(), height);
407 * @param div the stretch parts defined in nine-patch chunk
416 private int stretch( method in class:GLRootView
421 int stretch = 0; local
423 stretch += div[i + 1] - div[i];
426 float remaining = target - source + stretch;
440 int partX = (int)(remaining * partU / stretch + 0.5f);
442 stretch -= partU;
  /bionic/libc/kernel/common/linux/
fd.h 23 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
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
fd.h 23 stretch; member in struct:floppy_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
fd.h 23 stretch; member in struct:floppy_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
fd.h 23 stretch; member in struct:floppy_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
fd.h 23 stretch; member in struct:floppy_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
fd.h 23 stretch; member in struct:floppy_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
fd.h 23 stretch; member in struct:floppy_struct
  /external/webkit/WebCore/css/
CSSPropertyNames.in 67 font-stretch
  /external/quake/quake/src/QW/client/
vid_win.c 458 // 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/
vid_win.cpp 417 // 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...]
  /hardware/msm7k/libcopybit/
copybit.cpp 338 /** do a stretch blit type operation */
452 ctx->device.stretch = stretch_copybit;
  /frameworks/base/services/surfaceflinger/
LayerBuffer.cpp 474 err = copybit->stretch(copybit, &dst.img, &src.img,
  /frameworks/base/core/java/android/webkit/
WebView.java 4835 float stretch = 0; local
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]

Completed in 1017 milliseconds