HomeSort by relevance Sort by last modified time
    Searched refs:smooth_scale (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_backing_store.h 107 EAPI void ewk_tiled_backing_store_zoom_weak_smooth_scale_set(Evas_Object *o, Eina_Bool smooth_scale);
ewk_view_tiled.c 190 static void _ewk_view_tiled_smart_zoom_weak_smooth_scale_set(Ewk_View_Smart_Data *sd, Eina_Bool smooth_scale)
192 ewk_tiled_backing_store_zoom_weak_smooth_scale_set(sd->backing_store, smooth_scale);
ewk_tiled_backing_store.c 65 Eina_Bool smooth_scale; member in struct:_Ewk_Tiled_Backing_Store_Item
231 evas_object_image_smooth_scale_set(it->tile->image, it->smooth_scale);
587 it->smooth_scale = priv->view.tile.zoom_weak_smooth_scale;
609 static void _ewk_tiled_backing_store_item_smooth_scale_set(Ewk_Tiled_Backing_Store_Item *it, Eina_Bool smooth_scale)
611 if (it->smooth_scale == smooth_scale)
615 evas_object_image_smooth_scale_set(it->tile->image, smooth_scale);
    [all...]
ewk_view.h 113 void (*zoom_weak_smooth_scale_set)(Ewk_View_Smart_Data *sd, Eina_Bool smooth_scale);
391 EAPI void ewk_view_zoom_weak_smooth_scale_set(Evas_Object *o, Eina_Bool smooth_scale);
ewk_view_single.c 518 static void _ewk_view_single_smart_zoom_weak_smooth_scale_set(Ewk_View_Smart_Data *sd, Eina_Bool smooth_scale)
520 evas_object_image_smooth_scale_set(sd->backing_store, smooth_scale);
ewk_view.cpp     [all...]

Completed in 432 milliseconds