HomeSort by relevance Sort by last modified time
    Searched refs:zoom (Results 76 - 100 of 288) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 768 float zoom = Math.min(z1, z2); local
769 zoom = zoom * this.getScale();
770 zoom = Math.max(1F, zoom);
772 if ((Math.abs(zoom - getScale()) / zoom) > .1) {
776 zoomTo(zoom, coordinates[0], coordinates[1], 300F);
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraImpl.java 143 /** Current zoom value. 1.0 is no zoom. */
546 Log.v(TAG, String.format("Sent repeating Preview request, zoom = %.2f", mZoomValue));
639 public void setZoom(float zoom) {
640 mZoomValue = zoom;
641 mCropRegion = cropRegionForZoom(zoom);
652 private Rect cropRegionForZoom(float zoom) {
653 return AutoFocusHelper.cropRegionForZoom(mCharacteristics, zoom);
OneCameraZslImpl.java 179 /** Current zoom value. 1.0 is no zoom. */
    [all...]
  /development/perftests/panorama/feature_stab/src/dbreg/
vp_motionmodel.c 339 int n, int w, int h, double zoom)
348 if (((VP_MOTION *) NULL == in)||(zoom <= 0.0)||(w <= 0)||(h <= 0)) {
360 inv_zoom = (VP_PAR)(1.0/zoom);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FilterEffectRenderer.cpp 90 // Inverse zoom the pre-zoomed CSS shorthand filters, so that they are in the same zoom as the unzoomed reference filters.
312 // Get the zoom factor to scale the filterSourceRect input
315 float zoom = style ? style->effectiveZoom() : 1.0f; local
322 absoluteTransform.scale(zoom, zoom);
RenderObject.h 1530 float zoom = renderer.style()->effectiveZoom(); local
1537 float zoom = renderer.style()->effectiveZoom(); local
    [all...]
  /frameworks/webview/chromium/java/com/android/webview/chromium/
ContentSettingsAdapter.java 189 public void setDefaultZoom(ZoomDensity zoom) {
190 if (zoom != ZoomDensity.MEDIUM) {
191 Log.w(LOGTAG, "setDefaultZoom not supported, zoom=" + zoom);
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
vp_motionmodel.c 339 int n, int w, int h, double zoom)
348 if (((VP_MOTION *) NULL == in)||(zoom <= 0.0)||(w <= 0)||(h <= 0)) {
360 inv_zoom = (VP_PAR)(1.0/zoom);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
vp_motionmodel.c 339 int n, int w, int h, double zoom)
348 if (((VP_MOTION *) NULL == in)||(zoom <= 0.0)||(w <= 0)||(h <= 0)) {
360 inv_zoom = (VP_PAR)(1.0/zoom);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchedPropertiesCache.cpp 188 if (style->zoom() != RenderStyle::initialZoom())
ViewportStyleResolver.cpp 98 description.zoom = viewportArgumentValue(CSSPropertyZoom);
  /external/chromium_org/v8/test/mjsunit/harmony/
block-for.js 44 assertArrayEquals(["x", "y", "zoom"], props({x:1, y:2, zoom:3}));
  /frameworks/base/core/java/android/hardware/camera2/legacy/
ParameterUtils.java 67 * Calculate effective/reported zoom data from a user-specified crop region.
70 /** Zoom index used by {@link Camera.Parameters#setZoom} */
72 /** Effective crop-region given the zoom index, coordinates relative to active-array */
74 /** Reported crop-region given the zoom index, coordinates relative to active-array */
230 /** getZoomRatios stores zoom ratios in 1/100 increments, e.x. a zoom of 3.2 is 320 */
345 * Calculate the closest zoom index for the user-requested crop region by rounding
346 * up to the closest (largest or equal) possible zoom crop.
352 * to translate the per-pixel-granularity requested crop region into a per-zoom-index
355 * <p>Furthermore, since the zoom index and zoom levels also depends on the field-of-vie
702 int zoom = zoomRatios.get(zoomRatios.size() - 1); \/\/ largest zoom ratio local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/host/
InspectorFrontendHost.js 254 * @param {number} zoom
256 setZoomFactor: function(zoom) { },
519 * @param {number} zoom
521 setZoomFactor: function(zoom)
  /external/pdfium/fpdfsdk/include/javascript/
Document.h 118 FX_BOOL zoom(OBJ_PROP_PARAMS);
236 JS_STATIC_PROP(zoom, Document);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
bootstrap-responsive.css 12 *zoom: 1;
204 *zoom: 1;
297 *zoom: 1;
440 *zoom: 1;
533 *zoom: 1;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.cpp 312 CSSPrimitiveValue::CSSPrimitiveValue(const Length& length, float zoom)
355 m_value.num = length.value() / zoom;
361 CSSCalcValue::createExpressionNode(calc.pixels() / zoom, calc.percent()),
370 m_value.num = calc.pixels() / zoom;
618 // FIXME: We have a bug right now where the zoom will be applied twice to EX units.
674 // We do not apply the zoom factor when we are computing the value of the font-size property. The zooming
681 return result * conversionData.zoom();
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp 176 zoom = 0;
308 zoom = 0;
425 zoom = 0;
540 zoom = 0;
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
slide_mode.js 246 * @param {Rect} zoomFromRect Rectangle for zoom effect.
332 * @param {Rect} zoomToRect Rectangle for zoom effect.
334 * the zoom-out animation has started.
553 * @param {Rect} zoomToRect Rectangle for zoom effect.
911 case 'Ctrl-U+00BB': // Ctrl+'=' zoom in.
919 case 'Ctrl-U+00BD': // Ctrl+'-' zoom out.
927 case 'Ctrl-U+0030': // Ctrl+'0' zoom reset.
    [all...]
  /build/tools/droiddoc/templates-ds/assets/
android-developer-core.css 694 zoom:1;
723 zoom:1; /*IE6*/
863 * html #app-list a { zoom: 1; margin:0 24px 0 15px;}
966 zoom:1; /* IE7/8, otherwise top-padding is double */
1030 zoom:1; /* IE, otherwise, layout doesn't update when showing 'more' */
1115 zoom:1; /* IE6, otherwise the margin considers the img on redraws */
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 693 zoom:1;
722 zoom:1; /*IE6*/
862 * html #app-list a { zoom: 1; margin:0 24px 0 15px;}
965 zoom:1; /* IE7/8, otherwise top-padding is double */
1029 zoom:1; /* IE, otherwise, layout doesn't update when showing 'more' */
1114 zoom:1; /* IE6, otherwise the margin considers the img on redraws */
  /external/eigen/demos/opengl/
quaternion_demo.cpp 317 mCamera.zoom(2);
320 mCamera.zoom(-2);
439 mCamera.zoom(dy*100);
639 std::cout << " middle button: zoom\n";
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp 796 zoom = 0;
797 params.set(CameraParameters::KEY_ZOOM, zoom)
806 float zoom = 1.f; local
    [all...]
  /device/lge/mako/camera/
Android.mk 88 # Uncomment below line to enable smooth zoom
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
active_indicator.js 35 * An estimate of the current zoom factor of the webpage. This is
486 // Compute the zoom level of the browser - this is needed to avoid
849 * multiplied by the zoom level and rounded down. This can cause objects to
852 * zoom is not equal to 1.0. To fix this, we compute the actual desired
854 * by the zoom factor, and use that value as the item's coordinate instead.
867 * zoom factor.
883 * bottom pixel coordinates, taking the browser zoom level into account.
    [all...]

Completed in 1820 milliseconds

1 2 34 5 6 7 8 91011>>