HomeSort by relevance Sort by last modified time
    Searched full:computetransformimpl (Results 1 - 1 of 1) sorted by null

  /frameworks/base/libs/hwui/
DamageAccumulator.cpp 55 static void computeTransformImpl(const DirtyStack* currentFrame, Matrix4* outMatrix) {
57 computeTransformImpl(currentFrame->prev, outMatrix);
77 computeTransformImpl(mHead, outMatrix);

Completed in 461 milliseconds