Searched refs:dip_to_pixel (Results 1 – 2 of 2) sorted by relevance
122 dip_to_pixel (float dip) in dip_to_pixel() function153 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()
141 static inline float dip_to_pixel (float dip, float logical_dpi) in dip_to_pixel() function178 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()