Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDamageAccumulator.cpp55 static void computeTransformImpl(const DirtyStack* currentFrame, Matrix4* outMatrix) { in computeTransformImpl() function
57 computeTransformImpl(currentFrame->prev, outMatrix); in computeTransformImpl()
76 computeTransformImpl(mHead, outMatrix); in computeCurrentTransform()