Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.cpp163 constexpr bool roundOutwards = true; in summarize() local
164 Rect transformed = transform.transform(bounds, roundOutwards); in summarize()
/frameworks/native/include/ui/
DTransform.h96 bool roundOutwards = false) const;
/frameworks/native/libs/ui/include/ui/
DTransform.h96 bool roundOutwards = false) const;
/frameworks/native/libs/ui/include_vndk/ui/
DTransform.h96 bool roundOutwards = false) const;
/frameworks/native/services/surfaceflinger/
DRegionSamplingThread.cpp317 constexpr bool roundOutwards = true; in captureSample() local
318 Rect transformed = transform.transform(bounds, roundOutwards); in captureSample()
/frameworks/native/libs/ui/
DTransform.cpp250 Rect Transform::transform(const Rect& bounds, bool roundOutwards) const { in transform()
262 if (roundOutwards) { in transform()