Searched defs:zoom (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_tiled_backing_store.h69 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);
H A Dewk_view_tiled.c165 static Eina_Bool _ewk_view_tiled_smart_zoom_set(Ewk_View_Smart_Data *sd, float zoom, Evas_Coord cx, Evas_Coord cy) argument
170 &zoom, cx, cy, &x, &y);
174 r = _parent_sc.zoom_set(sd, zoom, cx, cy);
185 static Eina_Bool _ewk_view_tiled_smart_zoom_weak_set(Ewk_View_Smart_Data *sd, float zoom, Evas_Coord cx, Evas_Coord cy) argument
187 return ewk_tiled_backing_store_zoom_weak_set(sd->backing_store, zoom, cx, cy);
201 static Eina_Bool _ewk_view_tiled_smart_pre_render_region(Ewk_View_Smart_Data *sd, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h, float zoom) argument
204 (sd->backing_store, x, y, w, h, zoom);
207 static Eina_Bool _ewk_view_tiled_smart_pre_render_relative_radius(Ewk_View_Smart_Data *sd, unsigned int n, float zoom) argument
210 (sd->backing_store, n, zoom);
H A Dewk_tiled_matrix.c257 * 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) argument
287 if (t->zoom == zoom)
291 if (item->zoom != zoom)
313 * Checks if tile of given zoom exists in matrix.
318 * @param zoom th
324 ewk_tile_matrix_tile_exact_exists(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, float zoom) argument
361 ewk_tile_matrix_tile_nearest_get(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, float zoom) argument
425 ewk_tile_matrix_tile_new(Ewk_Tile_Matrix *tm, Evas *evas, unsigned long col, unsigned int row, float zoom) argument
573 _ewk_tile_matrix_slicer_setup(Ewk_Tile_Matrix *tm, const Eina_Rectangle *area, float zoom, Eina_Tile_Grid_Slicer *slicer) argument
612 ewk_tile_matrix_update(Ewk_Tile_Matrix *tm, const Eina_Rectangle *update, float zoom) argument
[all...]
H A Dewk_tiled_model.c227 * Create a new tile of given size, zoom level and colorspace.
241 Ewk_Tile *ewk_tile_new(Evas *evas, Evas_Coord w, Evas_Coord h, float zoom, Evas_Colorspace cspace) argument
270 DBG("size: %dx%d (%d), zoom: %f, cspace=%d",
271 w, h, area, (double)zoom, cspace);
296 f = (float *)&t->zoom;
297 *f = zoom;
506 float zoom; member in struct:_Ewk_Tile_Unused_Cache::__anon16048
541 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) argument
550 tuc->locked.zoom = zoom;
[all...]
H A Dewk_view.h63 * - "zoom,animated,end", void: requested animated zoom is finished.
111 Eina_Bool (*zoom_set)(Ewk_View_Smart_Data *sd, float zoom, Evas_Coord cx, Evas_Coord cy);
112 Eina_Bool (*zoom_weak_set)(Ewk_View_Smart_Data *sd, float zoom, Evas_Coord cx, Evas_Coord cy);
116 Eina_Bool (*pre_render_region)(Ewk_View_Smart_Data *sd, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h, float zoom);
117 Eina_Bool (*pre_render_relative_radius)(Ewk_View_Smart_Data *sd, unsigned int n, float zoom);
284 float current; /**< if > 0.0, then doing animated zoom. */
285 } zoom; member in struct:_Ewk_View_Smart_Data::__anon16061
388 EAPI Eina_Bool ewk_view_zoom_set(Evas_Object *o, float zoom, Evas_Coord cx, Evas_Coord cy);
393 EAPI Eina_Bool ewk_view_zoom_weak_set(Evas_Object *o, float zoom, Evas_Coor
[all...]
H A Dewk_view_single.c72 if (sd->animated_zoom.zoom.current < 0.00001) {
373 if (sd->animated_zoom.zoom.current < 0.00001) {
481 static Eina_Bool _ewk_view_single_smart_zoom_weak_set(Ewk_View_Smart_Data *sd, float zoom, Evas_Coord cx, Evas_Coord cy) argument
484 float scale = zoom / sd->animated_zoom.zoom.start;
H A Dewk_frame.cpp1018 * Get current zoom level used by this frame.
1020 * @param o frame object to query zoom level.
1022 * @return zoom level or -1.0 on failure.
1035 * Set current zoom level used by this frame.
1037 * @param o frame object to change zoom level.
1038 * @param zoom new level.
1044 Eina_Bool ewk_frame_zoom_set(Evas_Object* o, float zoom) argument
1049 sd->frame->setTextZoomFactor(zoom);
1051 sd->frame->setPageZoomFactor(zoom);
1056 * Query if zoom leve
[all...]
H A Dewk_tiled_backing_store.c63 float zoom; member in struct:_Ewk_Tiled_Backing_Store_Item::__anon16030
71 float zoom; member in struct:_Ewk_Tiled_Backing_Store_Pre_Render_Request
84 float zoom; member in struct:_Ewk_Tiled_Backing_Store_Data::__anon16031::__anon16032
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) argument
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) argument
282 r->zoom = zoom;
336 float zoom; local
387 float zoom; local
455 _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) argument
511 const float zoom = priv->view.tile.zoom; local
1562 _ewk_tiled_backing_store_zoom_set_internal(Ewk_Tiled_Backing_Store_Data *priv, float *zoom, Evas_Coord cx, Evas_Coord cy, Evas_Coord *offx, Evas_Coord *offy) argument
1663 ewk_tiled_backing_store_zoom_set(Evas_Object *o, float *zoom, Evas_Coord cx, Evas_Coord cy, Evas_Coord *offx, Evas_Coord *offy) argument
1672 ewk_tiled_backing_store_zoom_weak_set(Evas_Object *o, float zoom, Evas_Coord cx, Evas_Coord cy) argument
1920 ewk_tiled_backing_store_pre_render_region(Evas_Object *o, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h, float zoom) argument
1954 ewk_tiled_backing_store_pre_render_relative_radius(Evas_Object *o, unsigned int n, float zoom) argument
[all...]
H A Dewk_view.cpp148 } zoom; member in struct:_Ewk_View_Private_Data::__anon16055
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) argument
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) argument
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) argument
1890 ewk_view_zoom_set(Evas_Object* o, float zoom, Evas_Coord cx, Evas_Coord cy) argument
1968 ewk_view_zoom_weak_set(Evas_Object* o, float zoom, Evas_Coord cx, Evas_Coord cy) argument
2023 ewk_view_zoom_animated_mark_start(Evas_Object* o, float zoom) argument
2048 ewk_view_zoom_animated_mark_end(Evas_Object* o, float zoom) argument
2073 ewk_view_zoom_animated_mark_current(Evas_Object* o, float zoom) argument
2121 ewk_view_zoom_animated_set(Evas_Object* o, float zoom, float duration, Evas_Coord cx, Evas_Coord cy) argument
2225 ewk_view_pre_render_region(Evas_Object* o, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h, float zoom) argument
[all...]
/external/eigen/demos/opengl/
H A Dcamera.cpp174 void Camera::zoom(float d) function in class:Camera
/external/skia/src/effects/
H A DSkMagnifierImageFilter.cpp183 const GrMagnifierEffect& zoom = GetEffectFromStage<GrMagnifierEffect>(stage); local
184 uman.set2f(fOffsetVar, zoom.x_offset(), zoom.y_offset());
185 uman.set2f(fZoomVar, zoom.x_zoom(), zoom.y_zoom());
186 uman.set2f(fInsetVar, zoom.x_inset(), zoom.y_inset());
187 fEffectMatrix.setData(uman, zoom.getMatrix(), stage.getCoordChangeMatrix(), zoom.texture(0));
191 const GrMagnifierEffect& zoom local
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderImage.cpp419 float zoom = style()->effectiveZoom(); local
420 int mapX = lroundf((x - tx - this->x() - contentBox.x()) / zoom);
421 int mapY = lroundf((y - ty - this->y() - contentBox.y()) / zoom);
/external/webkit/Source/WebKit/android/plugins/
H A DPluginWidgetAndroid.cpp402 // TODO update the bitmap size based on the zoom? (for kBitmap_ANPDrawingModel)
438 void PluginWidgetAndroid::setVisibleScreen(const ANPRectI& visibleDocRect, float zoom) { argument
442 visibleDocRect.bottom, zoom);
447 const bool zoomChanged = m_cachedZoomLevel != zoom;
450 m_cachedZoomLevel = zoom;
/external/chromium/chrome/browser/ui/views/
H A Dwrench_menu.cc377 // ZoomView contains the various zoom controls: two buttons to increase/decrease
378 // the zoom, a label showing the current zoom percent, and a button to go
500 int zoom = 100; local
502 zoom = selected_tab->GetZoomPercent(&enable_increment, &enable_decrement);
507 zoom)));
512 // Calculates the max width the zoom string can be.
545 // Button for incrementing the zoom.
548 // Label showing zoom as a percent.
551 // Button for decrementing the zoom
[all...]
/external/webkit/Tools/EWebLauncher/
H A Dmain.c65 // the zoom values are chosen to be like in Mozilla Firefox 3
278 info(" Fail to set zoom range. minScale = %f, maxScale = %f\n", app->viewport.minScale, app->viewport.maxScale);
595 float zoom = zoomLevels[currentZoomLevel] / 100.0; local
603 ewk_view_pre_render_region(obj, x, y, w, h, zoom);
605 info("Pre-render 1 extra column/row with current zoom");
/external/robolectric/lib/main/
H A Dmaps_v16.jarcom/google/android/maps/GeoPoint.class " package com.google.android.maps public com.google ...
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h490 float zoom() const { return visual->m_zoom; } function in class:WebCore::RenderStyle
939 void setZoom(float f) { SET_VAR(visual, m_zoom, f); setEffectiveZoom(effectiveZoom() * zoom()); }

Completed in 380 milliseconds