Searched refs:mFinalPathMatrix (Results 1 – 1 of 1) sorted by relevance
1062 private final Matrix mFinalPathMatrix = new Matrix(); field in VectorDrawable_Delegate.VPathRenderer_Delegate1134 mFinalPathMatrix.set(groupStackedMatrix); in drawPath()1135 mFinalPathMatrix.postScale(scaleX, scaleY); in drawPath()1149 mRenderPath.addPath(path, mFinalPathMatrix); in drawPath()1175 mRenderPath.addPath(path, mFinalPathMatrix); in drawPath()1198 shaderDelegate.setLocalMatrix(mFinalPathMatrix.native_instance); in drawPath()