Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.h90 struct Geometry { struct
94 inline bool operator ==(const Geometry& rhs) const { argument
97 inline bool operator !=(const Geometry& rhs) const {
103 Geometry active;
104 Geometry requested;
/frameworks/base/libs/hwui/font/
DFont.cpp45 mDeviceProperties = SkDeviceProperties::Make(SkDeviceProperties::Geometry::MakeDefault(), 1.0f); in Font()