Searched refs:flooredIntSize (Results 1 – 10 of 10) sorted by relevance
71 IntSize size = flooredIntSize(imageSize(renderer, 1)); in computeIntrinsicDimensions()
182 inline IntSize flooredIntSize(const FloatSize& p) in flooredIntSize() function
175 inline IntSize flooredIntSize(const LayoutSize& s) in flooredIntSize() function
231 inline IntSize flooredIntSize(const FloatPoint& p) in flooredIntSize() function
148 …IntSize size = flooredIntSize(cachedImage->imageSizeForRenderer(document()->imageElement()->render… in finish()
165 …view()->frameView()->incrementVisuallyNonEmptyPixelCount(flooredIntSize(m_imageResource->imageSize… in imageChanged()
203 mousePoint -= flooredIntSize(pinchViewport.visibleRect().location()); in showContextMenu()
765 flooredIntSize(page()->frameHost().pinchViewport().location()) : IntSize(); in handleGestureEvent()3268 layoutSize = flooredIntSize(m_pageScaleConstraintsSet.pageDefinedConstraints().layoutSize); in updateMainFrameLayoutSize()
735 m_layer->layer()->setBounds(flooredIntSize(m_size)); in setSize()
843 return flooredIntSize(tileSize); in calculateFillTileSize()1964 …context->drawInnerShadow(border, shadowColor, flooredIntSize(shadowOffset), shadowBlur, shadowSpre… in paintBoxShadow()