Home
last modified time | relevance | path

Searched refs:scaledWidth (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/images/
DSkScaledBitmapSampler.h13 int scaledWidth() const { return fScaledWidth; } in scaledWidth() function
DSkImageDecoder_libbmp.cpp123 bm->setConfig(config, sampler.scaledWidth(), sampler.scaledHeight()); in onDecode()
DSkImageDecoder_libjpeg.cpp435 bm->setConfig(config, sampler.scaledWidth(), sampler.scaledHeight()); in onDecode()
DSkImageDecoder_libpng.cpp317 decodedBitmap->setConfig(config, sampler.scaledWidth(), in onDecode()
/external/webkit/WebCore/rendering/
DRenderReplaced.cpp92 int scaledWidth = static_cast<int>(cDefaultWidth * style()->effectiveZoom()); in intrinsicSizeChanged() local
94 m_intrinsicSize = IntSize(scaledWidth, scaledHeight); in intrinsicSizeChanged()
DRenderBoxModelObject.h103 IntSize calculateBackgroundSize(const FillLayer*, int scaledWidth, int scaledHeight) const;
DRenderBoxModelObject.cpp496 IntSize RenderBoxModelObject::calculateBackgroundSize(const FillLayer* bgLayer, int scaledWidth, in… in calculateBackgroundSize() argument
499 …bg->setImageContainerSize(IntSize(scaledWidth, scaledHeight)); // Use the box established by backg… in calculateBackgroundSize()
502 int w = scaledWidth; in calculateBackgroundSize()
510 w = bgWidth.calcValue(scaledWidth); in calculateBackgroundSize()
/external/webkit/WebCore/
DChangeLog-2006-05-103815 scaledWidth and scaledHeight to the appropriate value (was wrong in