Home
last modified time | relevance | path

Searched defs:newWidth (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebCore/platform/image-decoders/skia/
DImageDecoderSkia.cpp67 bool RGBA32Buffer::setSize(int newWidth, int newHeight) in setSize()
/external/webkit/WebCore/platform/image-decoders/qt/
DRGBA32BufferQt.cpp78 bool RGBA32Buffer::setSize(int newWidth, int newHeight) in setSize()
/external/webkit/WebCore/html/
DHTMLTableColElement.cpp86 int newWidth = width().toInt(); in parseMappedAttribute() local
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
DSDL_riscossprite.c218 int newWidth, newHeight; in WIMP_ModeChanged() local
/external/webkit/WebCore/rendering/
DRenderVideo.cpp134 int newWidth = renderBox.height() * elementSize.width() / elementSize.height(); in videoBox() local
DAutoTableLayout.cpp580 … int newWidth = max(static_cast<int>(m_layoutStruct[i].effMinWidth), w - reduction); in layout() local
DRenderFrameSet.cpp578 int newWidth = maxWidth - borderThickness; in positionFrames() local
DRenderBox.cpp1253 int newWidth = width(); in repaintDuringLayoutIfMoved() local
/external/webkit/WebCore/platform/image-decoders/
DImageDecoder.cpp138 bool RGBA32Buffer::setSize(int newWidth, int newHeight) in setSize()