Home
last modified time | relevance | path

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

/external/libchrome/ui/gfx/geometry/
Ddip_util.cc51 const gfx::Insets& insets_in_dip) { in ConvertInsetsToPixel() argument
53 return insets_in_dip; in ConvertInsetsToPixel()
54 return insets_in_dip.Scale(scale_factor); in ConvertInsetsToPixel()
Ddip_util.h30 const gfx::Insets& insets_in_dip);