Home
last modified time | relevance | path

Searched defs:newHeight (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
DDragImageGtk.cpp49 int newHeight = scale.height() * cairo_image_surface_get_height(image); in scaleDragImage() local
/external/webkit/Source/WebCore/platform/image-decoders/cg/
DImageDecoderCG.cpp63 bool ImageFrame::setSize(int newWidth, int newHeight) in setSize()
/external/webkit/Source/WebCore/platform/image-decoders/skia/
DImageDecoderSkia.cpp87 bool ImageFrame::setSize(int newWidth, int newHeight) in setSize()
/external/webkit/Source/WebCore/platform/image-decoders/qt/
DImageFrameQt.cpp92 bool ImageFrame::setSize(int newWidth, int newHeight) in setSize()
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
DSDL_riscossprite.c218 int newWidth, newHeight; in WIMP_ModeChanged() local
/external/webkit/Source/WebCore/rendering/
DRenderVideo.cpp173 int newHeight = renderBox.width() * elementSize.height() / elementSize.width(); in videoBox() local
DRenderFlexibleBox.cpp949 int newHeight = blockChild->heightForLineCount(numVisibleLines); in applyLineClamp() local
DRenderFrameSet.cpp580 int newHeight = yPos - borderThickness; in positionFrames() local
DRenderBox.cpp1507 int newHeight = height(); in repaintDuringLayoutIfMoved() local
2043 int newHeight = block->computeContentBoxLogicalHeight(block->contentHeight()); in computeReplacedLogicalHeightUsing() local
2100 int newHeight = block->computeContentBoxLogicalHeight(block->contentLogicalHeight()); in availableLogicalHeightUsing() local
DRenderBlock.cpp1285 int newHeight = logicalHeight(); in layoutBlock() local
2112 int newHeight = applyAfterBreak(child, logicalHeight(), marginInfo); in layoutBlockChild() local
/external/webkit/Source/WebCore/platform/image-decoders/
DImageDecoder.cpp195 bool ImageFrame::setSize(int newWidth, int newHeight) in setSize()