/development/samples/BrowserPlugin/ |
README | 153 background. The plugin handles scaling its own bitmap on zoom which in this
|
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86vm/ |
XF86VMode.c | 766 SDL_NAME(XF86VidModeSwitchMode)(dpy, screen, zoom) 769 int zoom; 781 req->zoom = zoom; [all...] |
/external/webkit/WebCore/css/ |
CSSPropertyNames.in | 149 zoom
|
CSSPrimitiveValue.cpp | 419 // We do not apply the zoom factor when we are computing the value of the font-size property. The zooming 422 // prevent text from zooming at all. Therefore we will not apply the zoom here if we are computing font-size. 432 // FIXME: We have a bug right now where the zoom will be applied twice to EX units.
|
/frameworks/base/docs/html/guide/topics/location/ |
index.jd | 108 keypresses and touch gestures to pan and zoom the map automatically, including
|
/packages/apps/Camera/res/values-da/ |
strings.xml | 105 <string name="zoom_control_title" msgid="6532562653386981815">"Zoom"</string>
|
/packages/apps/Camera/res/values-de/ |
strings.xml | 105 <string name="zoom_control_title" msgid="6532562653386981815">"Zoom"</string>
|
/packages/apps/Camera/res/values-es/ |
strings.xml | 105 <string name="zoom_control_title" msgid="6532562653386981815">"Zoom"</string>
|
/packages/apps/Camera/res/values-fr/ |
strings.xml | 105 <string name="zoom_control_title" msgid="6532562653386981815">"Zoom"</string>
|
/packages/apps/Camera/res/values-it/ |
strings.xml | 105 <string name="zoom_control_title" msgid="6532562653386981815">"Zoom"</string>
|
/packages/apps/Camera/res/values-nb/ |
strings.xml | 105 <string name="zoom_control_title" msgid="6532562653386981815">"Zoom"</string>
|
/packages/apps/Camera/res/values-pt/ |
strings.xml | 105 <string name="zoom_control_title" msgid="6532562653386981815">"Zoom"</string>
|
/packages/apps/Camera/res/values-pt-rPT/ |
strings.xml | 105 <string name="zoom_control_title" msgid="6532562653386981815">"Zoom"</string>
|
/packages/apps/Camera/res/values-sv/ |
strings.xml | 105 <string name="zoom_control_title" msgid="6532562653386981815">"Zoom"</string>
|
/external/webkit/WebCore/inspector/front-end/ |
SourceCSSTokenizer.re2js | 70 "visibility", "white-space", "widows", "width", "word-break", "word-spacing", "word-wrap", "z-index", "zoom", 146 "-webkit-small-control", "-webkit-text", "-webkit-xxx-large", "-webkit-zoom-in", "-webkit-zoom-out",
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/ |
OMX_JpegEnc_Utils.h | 526 OMX_U32 ulFrameZoomFactor[2]; /**< Zooming ratio value, where ulZoomFactor = (Desired Zoom Ratio * 1024). Set to 1024 if no zooming is desired. Set above 1024 to enable zooming. */ 527 OMX_U32 ulFrameZoomLimit[2]; /**< Zooming ratio limit, where ulZoomLimit=(Desired Zoom Limit * 1024).*/ 528 OMX_U32 ulFrameZoomSpeed[2]; /**< Speed of ratio change. Set to 0 to disable zoom variation. The variation speed is proportional to the value while the direction (in/out) is given by the sign.*/
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
EventDisplay.java | 582 3000, // max draw width. We don't want it to zoom, so we put a big number 583 3000, // max draw height. We don't want it to zoom, so we put a big number 588 true, // zoom [all...] |
/external/opencore/codecs_v2/utilities/colorconvert/src/ |
cczoomrotation32.cpp | 125 if (_mRotation&0x1) /* zoom and rotate */ 129 else /* zoom only */ 140 else /* no zoom, no rotate, SetMode(1) = SetMode(0) */ 694 // Note:: This zoom algorithm needs an extra line of RGB_FORMAT buffer. So, users [all...] |
/external/webkit/WebCore/dom/ |
Element.cpp | 249 // time (or store an additional bit in the RenderStyle to indicate that a zoom was specified). 253 // a differing zoom, and then we divide our result by it to eliminate the zoom. 257 zoomFactor = prev->style()->zoom(); 263 zoomFactor = prev->style()->zoom(); [all...] |
/packages/apps/Browser/res/values/ |
strings.xml | 399 <string name="pref_default_zoom">Default zoom</string> 400 <!-- Settings default zoom options; appear in default zoom dialog box --> 406 <!-- Title of dialog for setting the default zoom --> 407 <string name="pref_default_zoom_dialogtitle">Default zoom</string> [all...] |
/external/skia/src/images/ |
fpdfemb.h | 812 // left side upward. No matter how you zoom, scroll, or rotate a page, a particular [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutCanvas.java | 393 * into the canvas' image coordinates according to the current zoom and scroll. 454 /** Canvas image size (original, before zoom), in pixels */ 500 /** Returns Canvas image size (original, before zoom), in pixels. */ [all...] |
/external/e2fsprogs/ext2ed/ |
ext2ed.h | 179 struct struct_pad_info { /* Used to zoom into the pad window */
|
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/ |
xf86vmstr.h | 350 CARD16 zoom B16;
|
/external/webkit/WebCore/page/ |
Frame.cpp | 701 // SVG doesn't care if the zoom factor is text only. It will always apply a 702 // zoom to the whole SVG. 707 m_page->settings()->setZoomsTextOnly(true); // We do this to avoid doing any scaling of CSS pixels, since the SVG has its own notion of zoom. 715 // Update the scroll position when doing a full page zoom, so the content stays in relatively the same position. [all...] |