Home
last modified time | relevance | path

Searched refs:zoomedWidth (Results 1 – 3 of 3) sorted by relevance

/external/skia/samplecode/
DSampleApp.cpp930 int zoomedWidth = (width >> 1) | 1; in showZoomer() local
933 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()
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_controller.mm677 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;
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1041249 (WebCore::RenderView::zoomedWidth):