OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:device_pixel_ratio
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/css/
MediaFeatureNames.h
37
macro(
device_pixel_ratio
, "-webkit-device-pixel-ratio") \
/external/webkit/Source/WebKit/efl/ewk/
ewk_view.h
529
EAPI 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);
ewk_view.cpp
62
#define
DEVICE_PIXEL_RATIO
(1.0)
136
float
device_pixel_ratio
;
member in struct:_Ewk_View_Private_Data::__anon13353
631
priv->settings.
device_pixel_ratio
=
DEVICE_PIXEL_RATIO
;
[
all
...]
Completed in 397 milliseconds