HomeSort by relevance Sort by last modified time
    Searched refs:concatMatrix (Results 1 - 11 of 11) 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 193 void CanvasState::concatMatrix(const SkMatrix& matrix) {
198 void CanvasState::concatMatrix(const Matrix4& matrix) {
OpenGLRenderer.h 301 void concatMatrix(const SkMatrix& matrix) { mState.concatMatrix(matrix); }
309 void concatMatrix(const Matrix4& matrix); // internal only convenience method
FrameBuilder.cpp 221 mCanvasState.concatMatrix(*properties.getStaticMatrix());
223 mCanvasState.concatMatrix(*properties.getAnimationMatrix());
229 mCanvasState.concatMatrix(*properties.getTransformMatrix());
493 mCanvasState.concatMatrix(childOp->transformFromCompositingAncestor);
543 mCanvasState.concatMatrix(op.localMatrix);
    [all...]
RenderNode.cpp 598 renderer.concatMatrix(*properties().getStaticMatrix());
600 renderer.concatMatrix(*properties().getAnimationMatrix());
606 renderer.concatMatrix(*properties().getTransformMatrix());
    [all...]
RecordingCanvas.h 123 virtual void concat(const SkMatrix& matrix) override { mState.concatMatrix(matrix); }
OpenGLRenderer.cpp     [all...]
DisplayListCanvas.cpp 176 mState.concatMatrix(matrix);
DisplayListOp.h 499 renderer.concatMatrix(mMatrix);
503 OP_LOG("ConcatMatrix " SK_MATRIX_STRING, SK_MATRIX_ARGS(&mMatrix));
506 virtual const char* name() override { return "ConcatMatrix"; }
    [all...]
  /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 2248 milliseconds