Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplayMode.h162 struct Dpi { struct
166 bool operator==(Dpi other) const { return x == other.x && y == other.y; } argument