Searched defs:stretch (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFontValue.h49 RefPtrWillBeMember<CSSPrimitiveValue> stretch; member in class:blink::CSSFontValue
H A DFontFace.cpp163 String FontFace::stretch() const function in class:blink::FontFace
H A DCSSPrimitiveValueMappings.h3522 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(FontStretch stretch) argument
3526 switch (stretch) {
/external/skia/tests/
H A DRecordTest.cpp66 Stretch stretch; local
67 stretch.apply(&record);
/external/chromium_org/third_party/skia/tests/
H A DRecordTest.cpp71 Stretch stretch; local
72 stretch.apply(&record);
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
H A DSDL_ps3yuv.c60 SDL_Surface *stretch; member in struct:private_yuvhwdata
132 hwdata->stretch = NULL;
/external/chromium_org/ash/desktop_background/
H A Dwallpaper_resizer_unittest.cc132 gfx::ImageSkia stretch = Resize(image, target_size, WALLPAPER_LAYOUT_STRETCH); local
138 EXPECT_TRUE(IsColor(stretch, kExpectedStretch));
/external/libvorbis/lib/
H A Denvelope.h63 int stretch; member in struct:__anon24744
H A Denvelope.c107 /* 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/
H A DFontTraits.h75 FontTraits(FontStyle style, FontVariant variant, FontWeight weight, FontStretch stretch) argument
80 m_traits.m_stretch = stretch;
93 FontStretch stretch() const { return static_cast<FontStretch>(m_traits.m_stretch); } function in struct:blink::FontTraits
H A DFontDescription.h128 FontStretch stretch() const { return static_cast<FontStretch>(m_stretch); } function in class:blink::FontDescription
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DFontCacheSkiaWin.cpp263 FontStretch stretch; member in struct:blink::FamilyStretchSuffix
265 // Mapping from suffix to stretch value from the DirectWrite documentation.
288 variantStretch = entry.stretch;
/external/chromium_org/pdf/
H A Ddraw_utils.cc159 bool stretch) {
164 stretch ? dest_rc.size() : src_rc.size());
170 if (stretch) {
157 CopyImage(const pp::ImageData& src, const pp::Rect& src_rc, pp::ImageData* dest, const pp::Rect& dest_rc, bool stretch) argument
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_yuv_sw.c102 SDL_Surface *stretch; member in struct:private_yuvhwdata
986 swdata->stretch = NULL;
1170 int stretch; local
1178 stretch = 0;
1186 stretch = 1;
1192 stretch = 1;
1195 if ( stretch ) {
1196 if ( ! swdata->stretch ) {
1198 swdata->stretch = SDL_CreateRGBSurface(
1205 if ( ! swdata->stretch ) {
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathUtils.cpp18 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/
H A DSkFontMgr_win_dw.cpp633 DWRITE_FONT_STRETCH stretch = DWRITE_FONT_STRETCH_NORMAL; local
637 HRNM(fontFamily->GetFirstMatchingFont(weight, stretch, italic, &font),
/external/skia/src/gpu/
H A DGrPathUtils.cpp18 SkScalar stretch = viewM.getMaxScale(); local
21 if (stretch < 0) {
29 stretch = SkMaxScalar(stretch, mat.mapRadius(SK_Scalar1));
32 srcTol = SkScalarDiv(srcTol, stretch);
/external/skia/src/ports/
H A DSkFontMgr_win_dw.cpp633 DWRITE_FONT_STRETCH stretch = DWRITE_FONT_STRETCH_NORMAL; local
637 HRNM(fontFamily->GetFirstMatchingFont(weight, stretch, italic, &font),
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp1117 FontStretch RenderStyle::fontStretch() const { return fontDescription().stretch(); }
1292 void RenderStyle::setFontStretch(FontStretch stretch) argument
1296 desc.setStretch(stretch);
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.cpp304 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;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp778 for(unsigned stretch = 0; stretch < 2; ++stretch)
782 sampler_state.min_img_filter = stretch ? PIPE_TEX_FILTER_LINEAR : PIPE_TEX_FILTER_NEAREST;
783 sampler_state.mag_img_filter = stretch ? PIPE_TEX_FILTER_LINEAR : PIPE_TEX_FILTER_NEAREST;
789 sampler[stretch] = pipe->create_sampler_state(pipe, &sampler_state);
834 bool stretch = view->texture->width0 != w || view->texture->height0 != h; local
838 pipe->bind_fragment_sampler_states(pipe, 1, &sampler[stretch]);
/external/kernel-headers/original/uapi/linux/
H A Dfd.h18 stretch; /* bit 0 !=0 means double track steps */ member in struct:floppy_struct
27 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp778 for(unsigned stretch = 0; stretch < 2; ++stretch)
782 sampler_state.min_img_filter = stretch ? PIPE_TEX_FILTER_LINEAR : PIPE_TEX_FILTER_NEAREST;
783 sampler_state.mag_img_filter = stretch ? PIPE_TEX_FILTER_LINEAR : PIPE_TEX_FILTER_NEAREST;
789 sampler[stretch] = pipe->create_sampler_state(pipe, &sampler_state);
834 bool stretch = view->texture->width0 != w || view->texture->height0 != h; local
838 pipe->bind_fragment_sampler_states(pipe, 1, &sampler[stretch]);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 592 milliseconds