Home
last modified time | relevance | path

Searched refs:mappedChildBounds (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/ui/include/ui/
DStretchEffect.h36 FloatRect mappedChildBounds = {0, 0, 0, 0}; member
44 mappedChildBounds == other.mappedChildBounds;
/frameworks/native/libs/renderengine/include/renderengine/
DLayerSettings.h250 *os << "\n .mappedLeft = " << effect.mappedChildBounds.left; in PrintTo()
251 *os << "\n .mappedTop = " << effect.mappedChildBounds.top; in PrintTo()
252 *os << "\n .mappedRight = " << effect.mappedChildBounds.right; in PrintTo()
253 *os << "\n .mappedBottom = " << effect.mappedChildBounds.bottom; in PrintTo()
/frameworks/native/libs/renderengine/skia/filters/
DStretchShaderFactory.cpp214 auto& srcBounds = stretchEffect.mappedChildBounds; in createSkShader()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp795 .mappedChildBounds = FloatRect( in nativeSetStretchEffect()