Searched refs:zoomedWidth (Results 1 – 3 of 3) sorted by relevance
930 int zoomedWidth = (width >> 1) | 1; in showZoomer() local933 src.set(0, 0, zoomedWidth / fFatBitsScale, zoomedHeight / fFatBitsScale); in showZoomer()936 dest.set(0, 0, SkIntToScalar(zoomedWidth), SkIntToScalar(zoomedHeight)); in showZoomer()937 dest.offset(SkIntToScalar(width - zoomedWidth), SkIntToScalar(height - zoomedHeight)); in showZoomer()
677 CGFloat zoomedWidth =689 zoomedWidth = std::max(zoomedWidth,695 zoomedWidth = std::max(zoomedWidth, currentFrame.size.width);699 if (currentFrame.origin.x + zoomedWidth > frame.origin.x + frame.size.width)700 frame.origin.x = frame.origin.x + frame.size.width - zoomedWidth;705 frame.size.width = zoomedWidth;
41249 (WebCore::RenderView::zoomedWidth):