Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.h377 FloatRect getBoundsPreScaling(const ui::Transform& bufferScaleTransform) const;
DLayer.cpp356 FloatRect Layer::getBoundsPreScaling(const ui::Transform& bufferScaleTransform) const { in getBoundsPreScaling() function in android::Layer
391 child->computeBounds(getBoundsPreScaling(bufferScaleTransform), in computeBounds()