Searched refs:getAnimationMatrix (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DRenderProperties.h178 || CC_UNLIKELY(getAnimationMatrix() && !getAnimationMatrix()->isScaleTranslate())
519 const SkMatrix* getAnimationMatrix() const { function in class:android::uirenderer::RenderProperties
H A DRenderProperties.cpp92 setAnimationMatrix(other.getAnimationMatrix());
H A DRenderNode.cpp589 } else if (properties().getAnimationMatrix()) {
590 renderer.concatMatrix(*properties().getAnimationMatrix());
663 } else if (properties().getAnimationMatrix()) {
664 mat4 anim(*properties().getAnimationMatrix());
H A DFrameBuilder.cpp222 } else if (properties.getAnimationMatrix()) {
223 mCanvasState.concatMatrix(*properties.getAnimationMatrix());

Completed in 387 milliseconds