Searched defs:scaledHeight (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/qt/
H A DDragImageQt.cpp53 int scaledHeight = image->height() * scale.height(); local
55 *image = image->scaled(scaledWidth, scaledHeight);
/external/skia/legacy/src/images/
H A DSkScaledBitmapSampler.h21 int scaledHeight() const { return fScaledHeight; } function in class:SkScaledBitmapSampler
40 // call with row of src pixels, for y = 0...scaledHeight-1.
/external/skia/src/images/
H A DSkScaledBitmapSampler.h21 int scaledHeight() const { return fScaledHeight; } function in class:SkScaledBitmapSampler
40 // call with row of src pixels, for y = 0...scaledHeight-1.
/external/webkit/Source/WebCore/rendering/
H A DRenderReplaced.cpp100 int scaledHeight = static_cast<int>(cDefaultHeight * style()->effectiveZoom()); local
101 m_intrinsicSize = IntSize(scaledWidth, scaledHeight);
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocvideo.cpp602 TInt scaledHeight = (h * (scaleValue-1))/scaleValue; local
603 if (scaledHeight > Private->EPOC_ScreenSize.iHeight)

Completed in 392 milliseconds