Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/include/ui/
DStretchEffect.h34 float maxAmountX = 0; member
42 maxAmountX == other.maxAmountX &&
60 if (width == 0.f || height == 0.f || isZero(maxAmountX) || in sanitize()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDumpHelpers.cpp112 effect.height, effect.vectorX, effect.vectorY, effect.maxAmountX, in dumpVal()
/frameworks/native/libs/renderengine/include/renderengine/
DLayerSettings.h248 *os << "\n .maxAmountX = " << effect.maxAmountX; in PrintTo()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp793 .maxAmountX = maxStretchAmountX, in nativeSetStretchEffect()