Searched refs:scaledWidth (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/images/ |
D | SkScaledBitmapSampler.h | 13 int scaledWidth() const { return fScaledWidth; } in scaledWidth() function
|
D | SkImageDecoder_libbmp.cpp | 123 bm->setConfig(config, sampler.scaledWidth(), sampler.scaledHeight()); in onDecode()
|
D | SkImageDecoder_libjpeg.cpp | 435 bm->setConfig(config, sampler.scaledWidth(), sampler.scaledHeight()); in onDecode()
|
D | SkImageDecoder_libpng.cpp | 317 decodedBitmap->setConfig(config, sampler.scaledWidth(), in onDecode()
|
/external/webkit/WebCore/rendering/ |
D | RenderReplaced.cpp | 92 int scaledWidth = static_cast<int>(cDefaultWidth * style()->effectiveZoom()); in intrinsicSizeChanged() local 94 m_intrinsicSize = IntSize(scaledWidth, scaledHeight); in intrinsicSizeChanged()
|
D | RenderBoxModelObject.h | 103 IntSize calculateBackgroundSize(const FillLayer*, int scaledWidth, int scaledHeight) const;
|
D | RenderBoxModelObject.cpp | 496 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/ |
D | ChangeLog-2006-05-10 | 3815 scaledWidth and scaledHeight to the appropriate value (was wrong in
|