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

1 2 3 4 5 6

  /external/chromium_org/chrome/browser/resources/print_preview/
no_destinations_promo.css 18 .stretch {
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontTraits.h 75 FontTraits(FontStyle style, FontVariant variant, FontWeight weight, FontStretch stretch)
76 : m_style(style), m_variant(variant), m_weight(weight), m_stretch(stretch), m_filler(0)
90 FontStretch stretch() const { return static_cast<FontStretch>(m_stretch); } function in struct:WebCore::FontTraits
FontDescription.cpp 101 return FontTraits(style(), variant(), weight(), stretch());
109 setStretch(traits.stretch());
FontDescriptionTest.cpp 42 EXPECT_EQ(source.stretch(), target.stretch());
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
heading_track.css 7 -webkit-box-align: stretch;
  /external/chromium_org/chrome/browser/resources/app_list/
start_page.css 17 -webkit-align-items: stretch;
  /external/chromium_org/content/browser/resources/media/
media_internals.css 50 align-content: stretch;
64 align-content: stretch;
70 align-self: stretch;
90 align-self: stretch;
  /external/chromium_org/third_party/skia/tests/
RecordTest.cpp 37 struct Stretch {
66 Stretch stretch; local
67 stretch.apply(&record);
  /external/skia/tests/
RecordTest.cpp 37 struct Stretch {
66 Stretch stretch; local
67 stretch.apply(&record);
  /external/libvorbis/lib/
envelope.h 63 int stretch; member in struct:__anon28546
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;
  /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;
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFace.idl 54 [RaisesException=Setter, SetterCallWith=ExecutionContext] attribute DOMString stretch;
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
combobutton.css 6 -webkit-box-align: stretch;
  /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...]
  /bionic/libc/kernel/uapi/linux/
fd.h 30 stretch; member in struct:floppy_struct
37 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
  /development/ndk/platforms/android-L/include/linux/
fd.h 30 stretch; member in struct:floppy_struct
37 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
  /external/chromium_org/ash/desktop_background/
wallpaper_resizer_unittest.cc 122 // STRETCH layout"
133 gfx::ImageSkia stretch = Resize(image, target_size, WALLPAPER_LAYOUT_STRETCH); local
139 EXPECT_TRUE(IsColor(stretch, kExpectedStretch));
  /external/kernel-headers/original/uapi/linux/
fd.h 18 stretch; /* bit 0 !=0 means double track steps */ member in struct:floppy_struct
27 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
fd.h 18 stretch; /* bit 0 !=0 means double track steps */ member in struct:floppy_struct
27 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fd.h 18 stretch; /* bit 0 !=0 means double track steps */ member in struct:floppy_struct
27 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
fd.h 30 stretch; member in struct:floppy_struct
37 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
fd.h 30 stretch; member in struct:floppy_struct
37 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
fd.h 30 stretch; member in struct:floppy_struct
37 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
  /external/chromium_org/pdf/
draw_utils.h 44 // Copy one image into another. If stretch is true, the result occupy the entire
45 // dest_rc. If stretch is false, dest_rc.point will be used as an origin of the
50 bool stretch);

Completed in 1208 milliseconds

1 2 3 4 5 6