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

1 2 3 4 5

  /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/tracing/tracks/
heading_track.css 7 -webkit-box-align: stretch;
  /external/libvorbis/lib/
envelope.h 63 int stretch; member in struct:__anon22891
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_org/chrome/browser/resources/file_manager/css/
combobutton.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 66 // the horizontal stretch effect. The remainder is spent performing
67 // the vertical stretch effect.
250 * @param stretch The stretch factor. 0.0 is no collapse, 1.0 is full collapse.
252 private void drawVStretch(float stretch) {
254 final float ar = scurve(stretch, 7.5f);
255 final float ag = scurve(stretch, 8.0f);
256 final float ab = scurve(stretch, 8.5f);
258 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/chromium_org/ash/desktop_background/
wallpaper_resizer_unittest.cc 125 // STRETCH layout"
136 gfx::ImageSkia stretch = Resize(image, target_size, WALLPAPER_LAYOUT_STRETCH); local
142 EXPECT_TRUE(IsColor(stretch, kExpectedStretch));
  /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/msm8960/libcopybit/
copybit.h 59 /* and reset to '0', after calling blit/stretch */
214 * Execute the stretch bit blit copy operation
225 int (*stretch)(struct copybit_device_t *dev, member in struct:copybit_device_t
  /hardware/qcom/display/msm8974/libcopybit/
copybit.h 59 /* and reset to '0', after calling blit/stretch */
215 * Give acquire fence to copybit to be used in upcoming stretch
227 * Execute the stretch bit blit copy operation
238 int (*stretch)(struct copybit_device_t *dev, member in struct:copybit_device_t
  /hardware/qcom/display/msm8x26/libcopybit/
copybit.h 59 /* and reset to '0', after calling blit/stretch */
214 * Execute the stretch bit blit copy operation
225 int (*stretch)(struct copybit_device_t *dev, member in struct:copybit_device_t
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardServiceDelegate.java 274 final int stretch = ViewGroup.LayoutParams.MATCH_PARENT; local
277 stretch, stretch, type, flags, PixelFormat.TRANSLUCENT);
  /external/chromium_org/chrome/browser/resources/
plugins.css 98 -webkit-box-align: stretch;
132 -webkit-box-align: stretch;
certificate_viewer.css 80 -webkit-box-align: stretch;
  /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/chromium_org/ui/webui/resources/css/
expandable_bubble.css 7 5 5 7 6 stretch;
  /external/chromium_org/third_party/skia/src/gpu/
GrPathUtils.cpp 17 // stretch when mapping to screen coordinates.
18 SkScalar stretch = viewM.getMaxStretch(); local
21 if (stretch < 0) {
29 stretch = SkMaxScalar(stretch, mat.mapRadius(SK_Scalar1));
32 srcTol = SkScalarDiv(srcTol, stretch);
  /external/skia/src/gpu/
GrPathUtils.cpp 17 // stretch when mapping to screen coordinates.
18 SkScalar stretch = viewM.getMaxStretch(); local
21 if (stretch < 0) {
29 stretch = SkMaxScalar(stretch, mat.mapRadius(SK_Scalar1));
32 srcTol = SkScalarDiv(srcTol, stretch);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewManager.java 283 final int stretch = ViewGroup.LayoutParams.MATCH_PARENT; local
286 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

Completed in 731 milliseconds

1 2 3 4 5