Searched refs:transformMatrix (Results 1 – 5 of 5) sorted by relevance
57 Matrix transformMatrix = new Matrix(); in toTransformMatrix() local71 transformMatrix.setRectToRect( in toTransformMatrix()76 transformMatrix.postRotate( in toTransformMatrix()94 transformMatrix.postScale(scale, scale, previewViewCenter.x, previewViewCenter.y); in toTransformMatrix()100 transformMatrix.postTranslate( in toTransformMatrix()104 return transformMatrix; in toTransformMatrix()
72 public void preprocess(float[] transformMatrix) { in preprocess() argument73 MosaicRenderer.preprocess(transformMatrix); in preprocess()
339 public void preprocess(final float[] transformMatrix) { in preprocess() argument344 mRenderer.preprocess(transformMatrix); in preprocess()
149 Matrix transformMatrix = mPreviewTransformCalculator.toTransformMatrix( in updatePreviewTransform() local151 mResourceConstructed.get().getModuleUI().updatePreviewTransform(transformMatrix); in updatePreviewTransform()
1257 Matrix transformMatrix = mPreviewTransformCalculator.toTransformMatrix(1260 mAppController.updatePreviewTransform(transformMatrix);