Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplayMode.h156 struct Dpi { struct
160 bool operator==(Dpi other) const { return x == other.x && y == other.y; } argument
163 Dpi getDpi() const { return mDpi; } in getDpi()
179 Dpi mDpi;