Home | History | Annotate | Download | only in ewk

Lines Matching refs:user_scalable

134             Eina_Bool user_scalable:1;
630 priv->settings.zoom_range.user_scalable = EINA_TRUE;
1898 if (!priv->settings.zoom_range.user_scalable) {
1976 if (!priv->settings.zoom_range.user_scalable) {
2129 if (!priv->settings.zoom_range.user_scalable) {
4268 * @param user_scalable user Scalable value.
4270 void ewk_view_viewport_attributes_get(Evas_Object *o, float* w, float* h, float* init_scale, float* max_scale, float* min_scale, float* device_pixel_ratio, Eina_Bool* user_scalable)
4286 if (user_scalable)
4287 *user_scalable = static_cast<bool>(attributes.userScalable);
4349 * @param user_scalable boolean pointer in which to enable zoom. It defaults
4352 void ewk_view_user_scalable_set(Evas_Object* o, Eina_Bool user_scalable)
4357 priv->settings.zoom_range.user_scalable = user_scalable;
4364 * @param user_scalable where to return the current user scalable value.
4373 return priv->settings.zoom_range.user_scalable;
4380 * @param user_scalable where to return the current user scalable value.