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

  /frameworks/base/libs/hwui/
CanvasState.h 111 void concatMatrix(const SkMatrix& matrix);
112 void concatMatrix(const Matrix4& matrix); // internal only convenience method
CanvasState.cpp 144 void CanvasState::concatMatrix(const SkMatrix& matrix) {
149 void CanvasState::concatMatrix(const Matrix4& matrix) {
RenderNode.cpp 403 renderer.concatMatrix(*properties().getStaticMatrix());
405 renderer.concatMatrix(*properties().getAnimationMatrix());
411 renderer.concatMatrix(*properties().getTransformMatrix());
785 renderer.concatMatrix(childOp->mTransformFromParent);
    [all...]
OpenGLRenderer.h 372 void concatMatrix(const SkMatrix& matrix) { mState.concatMatrix(matrix); }
380 void concatMatrix(const Matrix4& matrix); // internal only convenience method
    [all...]
DisplayListCanvas.cpp 186 mState.concatMatrix(matrix);
OpenGLRenderer.cpp     [all...]
DisplayListOp.h 517 renderer.concatMatrix(mMatrix);
521 OP_LOG("ConcatMatrix " SK_MATRIX_STRING, SK_MATRIX_ARGS(&mMatrix));
524 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 208 milliseconds