HomeSort by relevance Sort by last modified time
    Searched refs:getAnimationMatrix (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/
RenderProperties.h 178 || CC_UNLIKELY(getAnimationMatrix() && !getAnimationMatrix()->isScaleTranslate())
519 const SkMatrix* getAnimationMatrix() const {
RenderProperties.cpp 92 setAnimationMatrix(other.getAnimationMatrix());
RenderNode.cpp 599 } else if (properties().getAnimationMatrix()) {
600 renderer.concatMatrix(*properties().getAnimationMatrix());
673 } else if (properties().getAnimationMatrix()) {
674 mat4 anim(*properties().getAnimationMatrix());
    [all...]
FrameBuilder.cpp 222 } else if (properties.getAnimationMatrix()) {
223 mCanvasState.concatMatrix(*properties.getAnimationMatrix());
    [all...]

Completed in 670 milliseconds