Searched defs:scaledWidth (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/images/
H A DSkScaledBitmapSampler.h21 int scaledWidth() const { return fScaledWidth; } function in class:SkScaledBitmapSampler
/external/skia/src/images/
H A DSkScaledBitmapSampler.h21 int scaledWidth() const { return fScaledWidth; } function in class:SkScaledBitmapSampler
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderReplaced.cpp102 int scaledWidth = static_cast<int>(cDefaultWidth * style()->effectiveZoom()); local
104 m_intrinsicSize = IntSize(scaledWidth, scaledHeight);
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocvideo.cpp592 TInt scaledWidth = (w * (scaleValue-1))/scaleValue; local
593 if (scaledWidth > Private->EPOC_ScreenSize.iWidth)

Completed in 944 milliseconds