Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/
H A DDamageAccumulator.cpp55 static void computeTransformImpl(const DirtyStack* currentFrame, Matrix4* outMatrix) { in computeTransformImpl() function
57 computeTransformImpl(currentFrame->prev, outMatrix); in computeTransformImpl()
77 computeTransformImpl(mHead, outMatrix); in computeCurrentTransform()
210 static void computeTransformImpl(const DirtyStack* frame, const DirtyStack* end, in computeTransformImpl() function
298 computeTransformImpl(mHead, frame, &stretchMatrix); in findNearestStretchEffect()