Searched refs:concatMatrix (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
H A DCanvasState.h116 void concatMatrix(const SkMatrix& matrix);
117 void concatMatrix(const Matrix4& matrix); // internal only convenience method
H A DCanvasState.cpp192 void CanvasState::concatMatrix(const SkMatrix& matrix) { function in class:android::uirenderer::CanvasState
197 void CanvasState::concatMatrix(const Matrix4& matrix) { function in class:android::uirenderer::CanvasState
H A DFrameBuilder.cpp224 mCanvasState.concatMatrix(*properties.getStaticMatrix());
226 mCanvasState.concatMatrix(*properties.getAnimationMatrix());
232 mCanvasState.concatMatrix(*properties.getTransformMatrix());
496 mCanvasState.concatMatrix(childOp->transformFromCompositingAncestor);
546 mCanvasState.concatMatrix(op.localMatrix);
H A DRecordingCanvas.h123 virtual void concat(const SkMatrix& matrix) override { mState.concatMatrix(matrix); }
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DViewGroup_Delegate.java113 boolean concatMatrix = false;
120 concatMatrix = (transformType & Transformation.TYPE_MATRIX) != 0;
123 concatMatrix |= childHasIdentityMatrix;
138 if (concatMatrix) {
/frameworks/base/core/java/android/view/
H A DView.java18781 boolean concatMatrix = false;
18786 concatMatrix = a.willChangeTransformationMatrix();
18787 if (concatMatrix) {
18804 concatMatrix = (transformType & Transformation.TYPE_MATRIX) != 0;
18809 concatMatrix |= !childHasIdentityMatrix;
18815 if (!concatMatrix &&
18904 if (concatMatrix) {

Completed in 964 milliseconds