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

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/scripts/
gen_icon.py 39 zoom = 4
40 rmin = -zoom/2
41 rmax = zoom/2
42 if zoom > 1:
43 r = range(-zoom/2, zoom/2+1)
47 sz4 = sz * zoom
52 draw.ellipse((0, 0, sz4-zoom, sz4-zoom),
55 draw.ellipse((i, i, sz4-i-zoom, sz4-i-zoom)
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXZoom.cpp 20 * This file contains functionality for handling zoom configurations.
60 //Immediate zoom should not be avaialable while smooth zoom is running
63 int zoom = params.getInt(CameraParameters::KEY_ZOOM); local
64 if( ( zoom >= 0 ) && ( zoom < ZOOM_STAGES ) )
66 mTargetZoomIdx = zoom;
68 //Immediate zoom should be applied instantly ( CTS requirement )
77 CAMHAL_LOGDB("Zoom by App %d", zoom);
    [all...]
  /frameworks/base/core/java/android/webkit/
ZoomControlBase.java 21 * Causes the on-screen zoom control to be made visible
26 * Causes the on-screen zoom control to disappear
32 * change in the pages zoom level. For example, if the max zoom level is
ZoomManager.java 32 * The ZoomManager is responsible for maintaining the WebView's current zoom
33 * level state. It is also responsible for managing the on-screen zoom controls
36 * Currently, there are two methods for animating the zoom of a WebView.
39 * length animation where the final zoom scale is known at startup. This type of
56 // Widgets responsible for the on-screen zoom functions of the WebView.
62 * default zoom scale.
84 * picture from webkit and use that width to enter into zoom overview mode.
89 * When in the zoom overview mode, the page's width is fully fit to the
93 * mode, but this value should only be modified by changes to the zoom
101 * These variables track the center point of the zoom and they are used t
397 private boolean zoom(float zoomMultiplier) { method in class:ZoomManager
    [all...]
ZoomControlEmbedded.java 74 // Hide the zoom in and out buttons if the page cannot zoom
77 // Set each one individually, as a page may be able to zoom in or out
104 // Bring back the hidden zoom controls.
  /packages/apps/Camera/src/com/android/camera/ui/
ZoomControl.java 29 * A view that contains camera zoom control which could adjust the zoom in/out
33 // The states of zoom button.
48 void onZoomValueChanged(int index); // only for immediate zoom
49 void onZoomStateChanged(int state); // only for smooth zoom
53 // ZoomIndexBar about the zoom index change. The index position is between
84 setZoomIndex(mZoomIndex); // Update the zoom index bar.
114 // Layout should be requested as the maximum zoom level is the key to
115 // show the correct zoom slider position.
129 throw new IllegalArgumentException("Invalid zoom value:" + index)
    [all...]
ZoomControlBar.java 28 * A view that contains camera zoom control and its layout.
33 // Space between indicator icon and the zoom-in/out icon.
58 // Calculate the absolute offset of the slider in the zoom control bar.
60 // landscape mode, the zoom-in bottom should be on the top, so the
62 int pos; // the relative position in the zoom slider bar
101 // changing the zoom.
131 // the zoom-in button should be on the top.
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_matrix.c 257 * Get the exact tile for the given position and zoom.
268 * @param zoom the exact zoom to use.
278 Ewk_Tile *ewk_tile_matrix_tile_exact_get(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, float zoom)
287 if (t->zoom == zoom)
291 if (item->zoom != zoom)
313 * Checks if tile of given zoom exists in matrix.
318 * @param zoom the exact zoom to query
    [all...]
ewk_tiled_matrix.h 37 EAPI Ewk_Tile *ewk_tile_matrix_tile_exact_get(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, float zoom);
38 EAPI Eina_Bool ewk_tile_matrix_tile_exact_exists(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, float zoom);
39 EAPI Ewk_Tile *ewk_tile_matrix_tile_nearest_get(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, float zoom);
40 EAPI Ewk_Tile *ewk_tile_matrix_tile_new(Ewk_Tile_Matrix *tm, Evas *evas, unsigned long col, unsigned int row, float zoom);
47 EAPI Eina_Bool ewk_tile_matrix_update(Ewk_Tile_Matrix *tm, const Eina_Rectangle *update, float zoom);
ewk_tiled_backing_store.h 41 #define TILE_SIZE_AT_ZOOM(SIZE, ZOOM) ((int)roundf((SIZE) * (ZOOM)))
69 EINA_INLIST; /**< sibling tiles at same (i, j) but other zoom */
82 const float zoom; /**< zoom level contents were rendered at */ member in struct:_Ewk_Tile
104 EAPI Eina_Bool ewk_tiled_backing_store_zoom_set(Evas_Object *o, float *zoom, Evas_Coord cx, Evas_Coord cy, Evas_Coord *offx, Evas_Coord *offy);
105 EAPI Eina_Bool ewk_tiled_backing_store_zoom_weak_set(Evas_Object *o, float zoom, Evas_Coord cx, Evas_Coord cy);
122 EAPI Eina_Bool ewk_tiled_backing_store_pre_render_region(Evas_Object *o, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h, float zoom);
123 EAPI Eina_Bool ewk_tiled_backing_store_pre_render_relative_radius(Evas_Object *o, unsigned int n, float zoom);
ewk_tiled_backing_store.c 63 float zoom; member in struct:_Ewk_Tiled_Backing_Store_Item::__anon13522
71 float zoom; member in struct:_Ewk_Tiled_Backing_Store_Pre_Render_Request
84 float zoom; member in struct:_Ewk_Tiled_Backing_Store_Data::__anon13523::__anon13524
143 static inline void _ewk_tiled_backing_store_item_request_add(Ewk_Tiled_Backing_Store_Data *priv, Ewk_Tiled_Backing_Store_Item *it, int m_col, int m_row, float zoom);
182 static Ewk_Tile *_ewk_tiled_backing_store_tile_new(Ewk_Tiled_Backing_Store_Data *priv, unsigned long col, unsigned long row, float zoom)
192 (priv->model.matrix, evas, col, row, zoom);
267 static inline Eina_Bool _ewk_tiled_backing_store_pre_render_request_add(Ewk_Tiled_Backing_Store_Data *priv, unsigned long col, unsigned long row, float zoom, Ewk_Tiled_Backing_Store_Pre_Render_Priority priority)
282 r->zoom = zoom;
336 float zoom; local
387 float zoom; local
511 const float zoom = priv->view.tile.zoom; local
    [all...]
ewk_view.cpp 148 } zoom; member in struct:_Ewk_View_Private_Data::__anon13547
626 // viewport meta tag is implemented using zoom. When scale zoom is supported by webkit-efl,
627 // this functionality will be modified by the scale zoom patch.
883 static Eina_Bool _ewk_view_smart_zoom_set(Ewk_View_Smart_Data* sd, float zoom, Evas_Coord cx, Evas_Coord cy)
902 ret = ewk_frame_zoom_set(sd->main_frame, zoom);
918 static Eina_Bool _ewk_view_smart_pre_render_region(Ewk_View_Smart_Data* sd, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h, float zoom)
920 WRN("not supported by engine. sd=%p area=%d,%d+%dx%d, zoom=%f",
921 sd, x, y, w, h, zoom);
925 static Eina_Bool _ewk_view_smart_pre_render_relative_radius(Ewk_View_Smart_Data* sd, unsigned int n, float zoom)
    [all...]
ewk_tiled_model.h 30 EAPI Ewk_Tile *ewk_tile_new(Evas *evas, Evas_Coord w, Evas_Coord h, float zoom, Evas_Colorspace cspace);
43 EAPI void ewk_tile_unused_cache_lock_area(Ewk_Tile_Unused_Cache *tuc, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h, float zoom);
  /frameworks/base/docs/html/guide/appendix/
app-intents.jd 61 geo:<em>latitude</em>,<em>longitude</em>?z=<em>zoom</em><br />
69 The <em>z</em> field specifies the zoom level. A zoom level of 1 shows the whole Earth, centered at the
70 given <em>lat</em>,<em>lng</em>. A zoom level of 2 shows a quarter of the Earth, and so on. The highest
71 zoom level is 23. A larger zoom level will be clamped to 23.
75 <td>google.streetview:cbll=<em>lat</em>,<em>lng</em>&amp;cbp=1,<em>yaw</em>,,<em>pitch</em>,<em>zoom</em>&amp;mz=<em>mapZoom</em>
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 /
    [all...]
g-app-intents.jd 71 geo:<em>latitude</em>,<em>longitude</em>?z=<em>zoom</em><br />
79 The <em>z</em> field specifies the zoom level. A zoom level of 1 shows the whole Earth, centered at the
80 given <em>lat</em>,<em>lng</em>. A zoom level of 2 shows a quarter of the Earth, and so on. The highest
81 zoom level is 23. A larger zoom level will be clamped to 23.
86 <td>google.streetview:cbll=<em>lat</em>,<em>lng</em>&amp;cbp=1,<em>yaw</em>,,<em>pitch</em>,<em>zoom</em>&amp;mz=<em>mapZoom</em>
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 /
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsView.java 23 public void zoomed(float zoom);
28 public void zoom(float zoom, boolean animate); method in interface:AllAppsView
  /frameworks/base/core/java/android/widget/
ZoomButtonsController.java 43 * - The zoom controls are displayed in their own window.
57 * The {@link ZoomButtonsController} handles showing and hiding the zoom
59 * client access to the zoom controls container, allowing for additional
60 * accessory buttons to be shown in the zoom controls window.
89 * The view that is being zoomed by this zoom controller.
95 * each time the zoom controller is shown.
119 * If the zoom controller is dismissed but the user is still in a touch
137 * When showing the zoom, we add the view as a new window. However, there is
138 * logic that needs to know the size of the zoom which is determined after
148 * Needed to reposition the zoom controls after configuration changes
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
framed_browser_window.h 15 // controls (zoom, close, miniaturize) for a window with a tabstrip.
20 // controls (zoom, close, miniaturize) for a window without a tabstrip.
24 // Offset between the window controls (zoom, close, miniaturize).
  /external/chromium/chrome/browser/resources/
wrench_menu.css 35 .zoom-button {
40 .zoom-percent {
wrench_menu.js 138 * ZoomCommand class implements Zoom plus and fullscreen.
162 * Activate zoom plus and full screen commands.
181 * Decorate Zoom button item.
189 this.minus_.className = 'zoom-button left-button';
192 this.plus_.className = 'zoom-button right-button';
194 this.percent_.className = 'zoom-percent center-button';
215 * Updates zoom controls.
216 * @params {JSON} params JSON object to configure zoom controls.
247 * Initializes the zoom menu item with configuration info.
272 * Decorate Zoom button item
    [all...]
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 90 * Set the zoom factor value.
91 * \param zoom the value to set to
93 inline void setZoomFactor(float zoom) { f_zoom = zoom; }
105 * Returns the current zoom factor.
  /external/chromium/chrome/browser/ui/toolbar/
wrench_menu_model.h 47 // A menu model that builds the contents of the zoom menu.
117 // Calculates |zoom_label_| in response to a zoom change.
138 // Label of the zoom label in the zoom menu item.
  /external/webkit/PerformanceTests/SunSpider/hosted/
sunspider.css 12 zoom: 1.0 /* I CAN HAS LAYOUT? (ie hack) */ }
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/
internet_explorer6 24 zoom
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ImageViewTouchBase.java 34 // Zoom scale is applied after the transform that fits the image screen,
69 // The zoom scale
296 * @return The maximum zoom
303 * Sets the maximum zoom, which is a scale relative to the base matrix. It
304 * is calculated to show the image at 400% zoom regardless of screen or
321 * Sets the maximum zoom, which is a scale relative to the base matrix. It
322 * is calculated to show the image at 400% zoom regardless of screen or
353 * Zoom to the specified scale factor
371 * Zoom to the specified scale factor
383 * Zoom to the specified scale factor and center poin
    [all...]

Completed in 641 milliseconds

1 2 3 4 5 6 7 8 91011>>