HomeSort by relevance Sort by last modified time
    Searched full:zoomed (Results 1 - 25 of 35) sorted by null

1 2

  /external/webkit/WebCore/platform/
Theme.h 51 // The offset is not zoomed.
83 // The font description result should have a zoomed font size.
86 // The size here is in zoomed coordinates already. If a new size is returned, it also needs to be in zoomed coordinates.
89 // Returns the minimum size for a control in zoomed coordinates.
99 // Method for painting a control. The rect is in zoomed coordinates.
104 // The rect passed in is in zoomed coordinates, so the inflation should take that into account and make sure the inflation
  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsView.java 23 public void zoomed(float zoom); method in interface:AllAppsView.Watcher
AllApps2D.java 246 mLauncher.zoomed(mZoom);
  /external/webkit/WebCore/dom/
MouseRelatedEvent.h 51 // Page point in "absolute" coordinates (i.e. post-zoomed, page-relative coords,
  /external/webkit/WebCore/html/
HTMLCanvasElement.cpp 291 replay that list at various scale factors (sometimes zoomed out, other
292 times zoomed in for "normal" reading, yet other times at arbitrary
315 replay that list at various scale factors (sometimes zoomed out, other
316 times zoomed in for "normal" reading, yet other times at arbitrary
  /external/webkit/WebCore/rendering/style/
StyleGeneratedImage.cpp 47 // Don't let images that have a width/height >= 1 shrink below 1 when zoomed.
  /frameworks/base/docs/html/guide/appendix/
app-intents.jd 90 <tr><td>zoom</td><td>Panorama zoom. 1.0 = normal zoom, 2.0 = zoomed in 2x, 3.0 = zoomed in 4x, and so on.<br />
g-app-intents.jd 100 <tr><td><em>zoom</em></td><td>Panorama zoom. 1.0 = normal zoom, 2.0 = zoomed in 2x, 3.0 = zoomed in 4x, and so on.<br />
  /external/webkit/WebKit/chromium/public/
WebView.h 147 // If |textOnly| is set, only the text will be zoomed; otherwise the entire
148 // page will be zoomed. You can only have either text zoom or full page zoom
149 // at one time. Changing the mode while the page is zoomed will have odd
  /external/webkit/WebCore/loader/
CachedImage.cpp 183 // Don't let images that have a width/height >= 1 shrink below 1 when zoomed.
207 // Don't let images that have a width/height >= 1 shrink below 1 when zoomed.
ImageDocument.cpp 323 // If the image has been explicitly zoomed in, restore the cursor if the image fits
  /frameworks/base/core/java/android/widget/
ZoomButtonsController.java 65 * owner cannot be zoomed further, the client should update
88 * The view that is being zoomed by this zoom controller.
199 * @param ownerView The view that is being zoomed by the zoom controls. The
691 * Called when the owner view needs to be zoomed.
  /external/webkit/WebKit/android/plugins/
PluginWidgetAndroid.h 162 /** Called when a plugin wishes to be zoomed and centered in the current view.
  /frameworks/base/docs/html/guide/webapps/
targeting.jd 48 page in "overview mode," which provides a zoomed-out perspective of the web page. You can override
56 instead of zoomed out. (This is also how the page appears if the user disables overview
230 density</a> 1-to-1. If set to "2.0", then the page is enlarged (zoomed in) by a factor of 2.
  /external/webkit/WebCore/platform/graphics/android/
ImageAndroid.cpp 177 zoomed, or at fractional coordinates, we may see cracks/edges if
GraphicsContextAndroid.cpp 703 fractional coordinates (e.g. we are zoomed by a fractional amount)
714 bug when we're zoomed (and drawing portions that need to seam).
    [all...]
  /packages/apps/Browser/src/com/android/browser/widget/
BookmarkWidgetService.java 334 // scaled/zoomed arbitrarily.
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 108 // If we're zoomed in, pressing Back jumps out to show the
CropImage.java 723 // if we're not zoomed then there's no point in even allowing
  /packages/apps/Gallery3D/src/com/cooliris/media/
ImageViewTouchBase.java 95 // If we're zoomed in, pressing Back jumps out to show the entire
  /packages/apps/Launcher2/res/raw/
allapps.rs 382 // When we're zoomed out and not tracking motion events, reset the pos to 0.
  /external/webkit/WebCore/platform/chromium/
ThemeChromiumMac.mm 542 zoomedSize.setWidth(zoomedRect.width()); // Buttons don't ever constrain width, so the zoomed width can just be honored.
699 zoomedSize.setWidth(zoomedRect.width()); // Buttons don't ever constrain width, so the zoomed width can just be honored.
  /external/webkit/WebCore/platform/mac/
ThemeMac.mm 386 zoomedSize.setWidth(zoomedRect.width()); // Buttons don't ever constrain width, so the zoomed width can just be honored.
564 zoomedSize.setWidth(zoomedRect.width()); // Buttons don't ever constrain width, so the zoomed width can just be honored.
  /external/libvpx/examples/includes/geshi/geshi/
winbatch.php 66 'ZOOMED', 'YES', 'WORD4', 'WORD2', 'WORD1', 'WHOLESECTION', 'WAIT', 'UNSORTED', 'UNCHECK', 'TRUE', 'TILE',
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xutil.h 148 #define ZoomState 2 /* application wants to start zoomed */

Completed in 959 milliseconds

1 2