Home | History | Annotate | Download | only in hwui

Lines Matching refs:mMatrix

197         private final Matrix mMatrix;
209 mMatrix = new Matrix();
228 mMatrix.setScale(1, mDrawWidth);
229 mMatrix.postRotate(90);
230 mMatrix.postTranslate(right, top);
231 mGradient.setLocalMatrix(mMatrix);
237 mMatrix.setScale(1, mDrawHeight);
238 mMatrix.postTranslate(left, top);
239 mGradient.setLocalMatrix(mMatrix);
247 mMatrix.setScale(1, mDrawHeight);
248 mMatrix.postRotate(180);
249 mMatrix.postTranslate(left, bottom);
250 mGradient.setLocalMatrix(mMatrix);
256 mMatrix.setScale(1, mDrawWidth);
257 mMatrix.postRotate(-90);
258 mMatrix.postTranslate(left, top);
259 mGradient.setLocalMatrix(mMatrix);
269 mMatrix.setScale(1, mDrawWidth);
270 mMatrix.postRotate(90);
271 mMatrix.postTranslate(right, top);
272 mGradientStops.setLocalMatrix(mMatrix);