Home
last modified time | relevance | path

Searched refs:scaledHeight (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/qt/
DDragImageQt.cpp53 int scaledHeight = image->height() * scale.height(); in scaleDragImage() local
55 *image = image->scaled(scaledWidth, scaledHeight); in scaleDragImage()
/external/skia/src/images/
DSkImageDecoder_libbmp.cpp115 bm->setConfig(config, sampler.scaledWidth(), sampler.scaledHeight()); in onDecode()
125 bm->setConfig(config, sampler.scaledWidth(), sampler.scaledHeight()); in onDecode()
139 const int dstHeight = sampler.scaledHeight(); in onDecode()
DSkScaledBitmapSampler.h21 int scaledHeight() const { return fScaledHeight; } in scaledHeight() function
DSkImageDecoder_libwebp.cpp327 const int height = sampler.scaledHeight(); in onDecodeRegion()
403 sampler.scaledHeight())) { in onDecode()
415 sampler.scaledHeight())) { in onDecode()
DSkImageDecoder_libjpeg.cpp298 bm->setConfig(config, smpl.scaledWidth(), smpl.scaledHeight()); in onDecode()
394 sampler.scaledHeight() != bm->height())) { in onDecode()
400 bm->setConfig(config, sampler.scaledWidth(), sampler.scaledHeight()); in onDecode()
685 bitmap->setConfig(config, sampler.scaledWidth(), sampler.scaledHeight()); in onDecodeRegion()
DSkImageDecoder_libpng.cpp291 sampler.scaledHeight() != decodedBitmap->height())) { in onDecode()
298 sampler.scaledHeight(), 0); in onDecode()
657 sampler.scaledHeight(), 0); in onDecodeRegion()
/external/webkit/Source/WebCore/rendering/
DRenderReplaced.cpp100 int scaledHeight = static_cast<int>(cDefaultHeight * style()->effectiveZoom()); in intrinsicSizeChanged() local
101 m_intrinsicSize = IntSize(scaledWidth, scaledHeight); in intrinsicSizeChanged()
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
DSDL_epocvideo.cpp602 TInt scaledHeight = (h * (scaleValue-1))/scaleValue; in EPOC_SetVideoMode() local
603 if (scaledHeight > Private->EPOC_ScreenSize.iHeight) in EPOC_SetVideoMode()
/external/webp/
DREADME482 config.options.scaled_height = scaledHeight();
/external/webkit/Source/WebCore/
DChangeLog-2006-05-103815 scaledWidth and scaledHeight to the appropriate value (was wrong in
DChangeLog-2010-01-2966991 scaledHeight parameters with a single scaledSize parameter. Renamed