Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/DrawTest/
DScalingImageView.m51 float scaledHeight = imageSize.height * scale;
52 …estRect = NSMakeRect(0,[self bounds].size.height - scaledHeight,imageSize.width * scale, scaledHei…
/external/skia/src/images/
DSkImageDecoder_libbmp.cpp123 bm->setConfig(config, sampler.scaledWidth(), sampler.scaledHeight()); in onDecode()
140 const int dstHeight = sampler.scaledHeight(); in onDecode()
DSkScaledBitmapSampler.h14 int scaledHeight() const { return fScaledHeight; } in scaledHeight() function
DSkImageDecoder_libjpeg.cpp435 bm->setConfig(config, sampler.scaledWidth(), sampler.scaledHeight()); in onDecode()
DSkImageDecoder_libpng.cpp318 sampler.scaledHeight(), 0); in onDecode()
/external/webkit/WebCore/rendering/
DRenderReplaced.cpp103 int scaledHeight = static_cast<int>(cDefaultHeight * style()->effectiveZoom()); in intrinsicSizeChanged() local
104 m_intrinsicSize = IntSize(scaledWidth, scaledHeight); in intrinsicSizeChanged()
DRenderBox.h274 IntSize calculateBackgroundSize(const FillLayer*, int scaledWidth, int scaledHeight) const;
DRenderBox.cpp922 …nderBox::calculateBackgroundSize(const FillLayer* bgLayer, int scaledWidth, int scaledHeight) const in calculateBackgroundSize()
925 …bg->setImageContainerSize(IntSize(scaledWidth, scaledHeight)); // Use the box established by backg… in calculateBackgroundSize()
929 int h = scaledHeight; in calculateBackgroundSize()
941 h = bgHeight.calcValue(scaledHeight); in calculateBackgroundSize()
/external/webkit/WebCore/
DChangeLog-2006-05-103815 scaledWidth and scaledHeight to the appropriate value (was wrong in