Home
last modified time | relevance | path

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

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