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

  /frameworks/base/libs/hwui/
CanvasState.h 116 void concatMatrix(const SkMatrix& matrix);
117 void concatMatrix(const Matrix4& matrix); // internal only convenience method
CanvasState.cpp 192 void CanvasState::concatMatrix(const SkMatrix& matrix) {
197 void CanvasState::concatMatrix(const Matrix4& matrix) {
FrameBuilder.cpp 224 mCanvasState.concatMatrix(*properties.getStaticMatrix());
226 mCanvasState.concatMatrix(*properties.getAnimationMatrix());
232 mCanvasState.concatMatrix(*properties.getTransformMatrix());
496 mCanvasState.concatMatrix(childOp->transformFromCompositingAncestor);
546 mCanvasState.concatMatrix(op.localMatrix);
    [all...]
RecordingCanvas.h 123 virtual void concat(const SkMatrix& matrix) override { mState.concatMatrix(matrix); }
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
ViewGroup_Delegate.java 113 boolean concatMatrix = false;
120 concatMatrix = (transformType & Transformation.TYPE_MATRIX) != 0;
123 concatMatrix |= childHasIdentityMatrix;
138 if (concatMatrix) {
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 123 milliseconds