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

1 23

  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
fd.h 23 stretch; member in struct:floppy_struct
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
fd.h 23 stretch; member in struct:floppy_struct
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3yuv.c 60 SDL_Surface *stretch; member in struct:private_yuvhwdata
132 hwdata->stretch = NULL;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 75 private static final int STRETCH = 1<<2;
122 startExpanding(underFocus, STRETCH);
311 float stretch = Math.abs((target - actual) / mMaximumStretch); local
312 float strength = 1f / (1f + (float) Math.pow(Math.E, -1 * ((8f * stretch) - 5f)));
313 if (DEBUG_GLOW) Slog.d(TAG, "stretch: " + stretch + " strength: " + strength);
355 (0 != (mExpansionStyle & STRETCH) ? " (stretch)" : ""));
432 (0 != (mExpansionStyle & STRETCH) ? " (stretch)" : ""))
    [all...]
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 478 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;
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
most_visited_page.css 69 -webkit-box-align: stretch;
  /external/chromium/chrome/browser/resources/ntp/
most_visited.css 74 -webkit-box-align: stretch;
  /hardware/qcom/display/libhwcomposer/
hwc_copybit.cpp 439 err = copybit->stretch(copybit,&tmp_dst, &src, &tmp_rect,
442 ALOGE("%s:%d::tmp copybit stretch failed",__FUNCTION__,
472 err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect,
481 ALOGE("%s: copybit stretch failed",__FUNCTION__);
  /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;
  /external/webkit/Source/WebCore/css/
CSSPropertyNames.in 85 font-stretch
  /hardware/qcom/display/libcopybit/
copybit.cpp 379 /** do a stretch blit type operation */
543 ctx->device.stretch = stretch_copybit;
copybit_c2d.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_win_dw.cpp     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 575 milliseconds

1 23