Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/include/ui/
DTransform.h97 bool roundOutwards = false) const;
/frameworks/native/libs/ui/include_vndk/ui/
DTransform.h97 bool roundOutwards = false) const;
/frameworks/native/include/ui/
DTransform.h97 bool roundOutwards = false) const;
/frameworks/native/services/surfaceflinger/
DRegionSamplingThread.cpp294 constexpr bool roundOutwards = true; in captureSample() local
295 Rect transformed = transform.transform(bounds, roundOutwards); in captureSample()
/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.cpp217 constexpr bool roundOutwards = true; in summarize() local
218 Rect transformed = transform.transform(bounds, roundOutwards); in summarize()
/frameworks/native/libs/ui/
DTransform.cpp254 Rect Transform::transform(const Rect& bounds, bool roundOutwards) const { in transform()
266 if (roundOutwards) { in transform()