Home | History | Annotate | Download | only in surfaceflinger

Lines Matching defs:computeBounds

335 FloatRect Layer::computeBounds() const {
337 return computeBounds(s.activeTransparentRegion);
340 FloatRect Layer::computeBounds(const Region& activeTransparentRegion) const {
542 // computeBounds returns a FloatRect to provide more accuracy during the
544 Rect frame{t.transform(computeBounds(activeTransparentRegion))};
826 FloatRect win = computeBounds();