Home
last modified time | relevance | path

Searched refs:dip_to_pixel (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11window_corewindow.cpp122 dip_to_pixel (float dip) in dip_to_pixel() function
153 width = (guint) dip_to_pixel (new_size.Width); in IFACEMETHOD()
154 height = (guint) dip_to_pixel (new_size.Height); in IFACEMETHOD()
231 size->Width = dip_to_pixel (bounds.Width); in get_window_size()
232 size->Height = dip_to_pixel (bounds.Height); in get_window_size()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/winrt/
Dgstglwindow_winrt_egl.cpp141 static inline float dip_to_pixel (float dip, float logical_dpi) in dip_to_pixel() function
178 width = (guint) dip_to_pixel (new_size.Width, dpi); in IFACEMETHOD()
179 height = (guint) dip_to_pixel (new_size.Height, dpi); in IFACEMETHOD()
461 *width = (guint) dip_to_pixel (bounds.Width, dpi); in getWindowSizeForCoreWindow()
462 *height = (guint) dip_to_pixel (bounds.Height, dpi); in getWindowSizeForCoreWindow()