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

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontValue.h 49 RefPtrWillBeMember<CSSPrimitiveValue> stretch; member in class:blink::CSSFontValue
FontFace.cpp 163 String FontFace::stretch() const function in class:blink::FontFace
  /external/chromium_org/third_party/skia/tests/
RecordTest.cpp 40 struct Stretch {
71 Stretch stretch; local
72 stretch.apply(&record);
  /external/skia/tests/
RecordTest.cpp 37 struct Stretch {
66 Stretch stretch; local
67 stretch.apply(&record);
  /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;
  /external/chromium_org/ash/desktop_background/
wallpaper_resizer_unittest.cc 121 // STRETCH layout"
132 gfx::ImageSkia stretch = Resize(image, target_size, WALLPAPER_LAYOUT_STRETCH); local
138 EXPECT_TRUE(IsColor(stretch, kExpectedStretch));
  /external/libvorbis/lib/
envelope.h 63 int stretch; member in struct:__anon8442
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/third_party/WebKit/Source/platform/fonts/
FontTraits.h 75 FontTraits(FontStyle style, FontVariant variant, FontWeight weight, FontStretch stretch)
80 m_traits.m_stretch = stretch;
93 FontStretch stretch() const { return static_cast<FontStretch>(m_traits.m_stretch); } function in struct:blink::FontTraits
FontDescription.h 128 FontStretch stretch() const { return static_cast<FontStretch>(m_stretch); } function in class:blink::FontDescription
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontCacheSkiaWin.cpp 263 FontStretch stretch; member in struct:blink::FamilyStretchSuffix
265 // Mapping from suffix to stretch value from the DirectWrite documentation.
288 variantStretch = entry.stretch;
  /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!
  /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...]
  /hardware/qcom/display/msm8084/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/msm8226/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/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
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardServiceDelegate.java 281 final int stretch = ViewGroup.LayoutParams.MATCH_PARENT; local
284 stretch, stretch, type, flags, PixelFormat.TRANSLUCENT);
  /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;
  /development/ndk/platforms/android-3/include/linux/
fd.h 23 stretch; member in struct:floppy_struct
  /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/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 304 IntSize stretch; local
311 stretch.setWidth(currentScrollPosition.x() - minScrollPosition.x());
313 stretch.setWidth(currentScrollPosition.x() - maxScrollPosition.x());
316 stretch.setHeight(currentScrollPosition.y() - minScrollPosition.y());
318 stretch.setHeight(currentScrollPosition.y() - maxScrollPosition.y());
320 return stretch;
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrPathUtils.cpp 18 SkScalar stretch = viewM.getMaxScale(); local
21 if (stretch < 0) {
29 stretch = SkMaxScalar(stretch, mat.mapRadius(SK_Scalar1));
32 srcTol = SkScalarDiv(srcTol, stretch);
  /external/chromium_org/third_party/skia/src/ports/
SkFontMgr_win_dw.cpp 633 DWRITE_FONT_STRETCH stretch = DWRITE_FONT_STRETCH_NORMAL; local
637 HRNM(fontFamily->GetFirstMatchingFont(weight, stretch, italic, &font),
  /external/skia/src/gpu/
GrPathUtils.cpp 18 SkScalar stretch = viewM.getMaxScale(); local
21 if (stretch < 0) {
29 stretch = SkMaxScalar(stretch, mat.mapRadius(SK_Scalar1));
32 srcTol = SkScalarDiv(srcTol, stretch);

Completed in 2041 milliseconds

1 2 3 4 5