Home
last modified time | relevance | path

Searched refs:flooredIntSize (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleGeneratedImage.cpp71 IntSize size = flooredIntSize(imageSize(renderer, 1)); in computeIntrinsicDimensions()
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatSize.h182 inline IntSize flooredIntSize(const FloatSize& p) in flooredIntSize() function
DLayoutSize.h175 inline IntSize flooredIntSize(const LayoutSize& s) in flooredIntSize() function
DFloatPoint.h231 inline IntSize flooredIntSize(const FloatPoint& p) in flooredIntSize() function
/external/chromium_org/third_party/WebKit/Source/core/html/
DImageDocument.cpp148 …IntSize size = flooredIntSize(cachedImage->imageSizeForRenderer(document()->imageElement()->render… in finish()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderImage.cpp165 …view()->frameView()->incrementVisuallyNonEmptyPixelCount(flooredIntSize(m_imageResource->imageSize… in imageChanged()
/external/chromium_org/third_party/WebKit/Source/web/
DContextMenuClientImpl.cpp203 mousePoint -= flooredIntSize(pinchViewport.visibleRect().location()); in showContextMenu()
DWebViewImpl.cpp765 flooredIntSize(page()->frameHost().pinchViewport().location()) : IntSize(); in handleGestureEvent()
3268 layoutSize = flooredIntSize(m_pageScaleConstraintsSet.pageDefinedConstraints().layoutSize); in updateMainFrameLayoutSize()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.cpp735 m_layer->layer()->setBounds(flooredIntSize(m_size)); in setSize()
/external/chromium_org/third_party/WebKit/Source/core/paint/
DBoxPainter.cpp843 return flooredIntSize(tileSize); in calculateFillTileSize()
1964 …context->drawInnerShadow(border, shadowColor, flooredIntSize(shadowOffset), shadowBlur, shadowSpre… in paintBoxShadow()