/prebuilts/go/linux-x86/src/cmd/pprof/internal/svg/ |
svgpan.go | 1 // SVG pan and zoom library. 20 * You can configure the behaviour of the pan/zoom/drag with the variables 39 * Updated the zoom code to support the mouse wheel on Safari/Chrome 192 var z = 1 + delta; // Zoom factor: 0.9/1.1
|
/external/libexif/libexif/canon/ |
mnote-canon-tag.c | 65 {MNOTE_CANON_TAG_SETTINGS_1, 11, N_("Digital Zoom")}, 86 {MNOTE_CANON_TAG_SETTINGS_1, 35, N_("Zoom Source Width")}, 87 {MNOTE_CANON_TAG_SETTINGS_1, 36, N_("Zoom Target Width")},
|
/external/libexif/libexif/pentax/ |
mnote-pentax-tag.c | 44 {MNOTE_PENTAX_TAG_ZOOM, "Zoom", N_("Zoom"), NULL}, 89 {MNOTE_PENTAX2_TAG_DIGITAL_ZOOM, "DigitalZoom", N_("Digital Zoom"), ""},
|
/external/pdfium/testing/resources/javascript/ |
document_props_expected.txt | 31 Alert: this.zoom is undefined undefined 64 Alert: this.zoom = 3; yields 3 96 Alert: this.zoom is undefined undefined
|
document_props.in | 103 'zoom',
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
ZoomControlWheel.java | 32 * A view that contains camera zoom control and its layout. In addition to the 33 * zoom control, the method {@link #rotate} is added for rotation animation 100 // zoom control is active. So we take care of the following events
|
/external/skia/samplecode/ |
SampleQuadStroker.cpp | 262 void setWHZ(int width, int height, int zoom) { 263 fZoom = zoom; 264 fBounds.set(0, 0, SkIntToScalar(width * zoom), SkIntToScalar(height * zoom)); 265 fMatrix.setScale(SkIntToScalar(zoom), SkIntToScalar(zoom)); 266 fInverse.setScale(SK_Scalar1 / zoom, SK_Scalar1 / zoom); 268 0xFFCCCCCC, 0xFFFFFFFF, zoom)); 272 info = info.makeWH(width * zoom, height * zoom) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutActionBar.java | 476 // ---- Zoom Controls ---- 502 mZoomFitButton.setToolTipText("Zoom to Fit (0)"); 512 mZoomResetButton.setToolTipText("Reset Zoom to 100% (1)"); 521 // Group zoom in/out separately 525 mZoomOutButton.setToolTipText("Zoom Out (-)"); 535 mZoomInButton.setToolTipText("Zoom In (+)"); 659 * @param direction +1 for zoom in, -1 for zoom out 671 // Some operations are faster if the zoom is EXACTLY 1.0 rather than ALMOST 1.0. 675 // If you zoom out 10 times and then back in 10 times, small rounding errors mea [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_copypix.c | 56 /* no zoom */ 104 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; local 188 if (zoom) { 252 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; local 329 if (zoom) 354 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; local 422 if (zoom) {
|
/packages/apps/UnifiedEmail/assets/ |
script.js | 133 // Check if given divs are empty (in appearance), and disable zoom if so. 163 contentValues.push(metaViewport.getAttribute("data-zoom-off")); 165 contentValues.push(metaViewport.getAttribute("data-zoom-on")); 190 oldZoom = el.style.zoom; 193 el.style.zoom = 1; 204 outerZoom = outerDiv ? outerDiv.style.zoom : 1; 206 el.style.zoom = newZoom / outerZoom; 529 * so we need to inspect and adjust the enclosing element's zoom level where necessary. 531 * Because this method can be called really often, and zoom-level adjustment is slow, 617 // N.B. offsetTop and offsetHeight of an element with the "zoom:" style applied cannot b [all...] |
/device/moto/shamu/camera/QCamera2/stack/common/ |
cam_intf.h | 73 uint8_t zoom_ratio_tbl_cnt; /* table size for zoom ratios */ 74 int zoom_ratio_tbl[MAX_ZOOMS_CNT]; /* zoom ratios table */ 166 uint8_t zoom_supported; /* flag if zoom is supported */ 167 uint8_t smooth_zoom_supported; /* flag if smooth zoom is supported */ 174 uint8_t max_zoom_step; /* max zoom step value */ 306 /* opti Zoom info */ [all...] |
/hardware/ti/omap4-aah/camera/ |
CameraParameters.cpp | 67 const char CameraProperties::SUPPORTED_ZOOM_RATIOS[] = "prop-zoom-ratios"; 68 const char CameraProperties::SUPPORTED_ZOOM_STAGES[] = "prop-zoom-stages"; 70 const char CameraProperties::SMOOTH_ZOOM_SUPPORTED[] = "prop-smooth-zoom-supported"; 71 const char CameraProperties::ZOOM_SUPPORTED[] = "prop-zoom-supported"; 75 const char CameraProperties::ZOOM[] = "prop-zoom-default";
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
Animation.java | 91 Log.i(TAG, "Starting zoom-in animation..."); 120 Log.i(TAG, "Starting modern-zoom-in animation..."); 147 Log.i(TAG, "Starting thumbnail-zoom animation...");
|
/docs/source.android.com/src/devices/camera/ |
camera3_crop_reprocess.jd | 53 <p>Cropping of the full pixel array (for digital zoom and other use cases where a 56 which is critical for implementing smooth digital zoom.</p> 64 the maximum supported zoom factor. Therefore, the minimum crop region width and
|
/external/autotest/client/site_tests/graphics_Stress/ |
graphics_Stress.py | 94 # Zoom in on purpose once more than out. 137 """ Google Maps test. Load maps and zoom in and out. """ 148 logging.info('Maps zoom cycle %d', cycle)
|
/hardware/ti/omap4-aah/camera/inc/ |
BaseCameraAdapter.h | 124 //Should be implemented by deriving classes in order to start smooth zoom 127 //Should be implemented by deriving classes in order to stop smooth zoom 130 //Should be implemented by deriving classes in order to stop smooth zoom
|
/hardware/ti/omap4xxx/camera/inc/ |
BaseCameraAdapter.h | 111 //Should be implemented by deriving classes in order to start smooth zoom 114 //Should be implemented by deriving classes in order to stop smooth zoom 117 //Should be implemented by deriving classes in order to stop smooth zoom
|
/packages/apps/Camera2/src/com/android/camera/ |
VideoUI.java | 196 // Currently we use immediate zoom for fast zooming to get better UX and 197 // there is no plan to take advantage of the smooth zoom. 198 // TODO: setup zoom through App UI.
|
/packages/apps/Camera2/tests_camera/src/com/android/camera/activity/ |
CameraTestCase.java | 237 "zoom-supported=true;zoom-ratios=100,200,400;max-zoom=2;" +
|
/external/androidplot/Examples/DemoApp/res/layout/ |
main.xml | 35 android:text="Scroll and Zoom"
|
/external/chromium-trace/catapult/tracing/docs/ |
coordinate-systems.md | 15 transform will zoom (CSS scale), pan (CSS translateX, translateY),
|
/external/skia/resources/ |
slides_content.lua | 30 <transition= zoom>
|
/external/skia/site/user/sample/ |
sampleapp.md | 26 ↑ ↓ | Zoom in / out
|
/frameworks/base/docs/html/guide/webapps/ |
targeting.jd | 72 mode" at about 980px wide). Many browsers also zoom out as far as possible, by default, to 77 (the page appears at full zoom) by default. You can enable wide viewport mode 80 <p>You can define properties of the viewport for your web page, such as the width and initial zoom 100 should exactly match the device screen's width and that the ability to zoom should be disabled:</p>
|
/frameworks/base/docs/html-intl/intl/ja/preview/ |
behavior-changes.jd | 26 <li><a href="#screen-zoom">??????</a></li> 272 <h3 id="screen-zoom">??????</h3> 285 <img src="{@docRoot}preview/images/screen-zoom-1.png" alt="" height="XXX" id="figure1" /> 288 <img src="{@docRoot}preview/images/screen-zoom-2.png" alt="" height="XXX" id="figure1" />
|