Searched refs:applyTransformMatrix (Results 1 – 2 of 2) sorted by relevance
138 return applyTransformMatrix(cropAndScaleMatrix, in cropAndScale()172 public TextureBufferImpl applyTransformMatrix( in applyTransformMatrix() method in TextureBufferImpl174 return applyTransformMatrix(transformMatrix, /* unscaledWidth= */ newWidth, in applyTransformMatrix()179 private TextureBufferImpl applyTransformMatrix(Matrix transformMatrix, int unscaledWidth, in applyTransformMatrix() method in TextureBufferImpl
70 return buffer.applyTransformMatrix(transformMatrix, buffer.getWidth(), buffer.getHeight()); in createTextureBufferWithModifiedTransformMatrix()