Searched refs:topMatrix (Results 1 – 1 of 1) sorted by relevance
989 SkMatrix topMatrix; in Create() local990 topMatrix.setScale(SK_Scalar1, -deviceBounds.top()); in Create()991 topMatrix.postTranslate(0, deviceBounds.top()); in Create()992 drawBitmapMatrix(&canvas, top, topMatrix); in Create()995 topMatrix.postScale(-1, 1); in Create()996 topMatrix.postTranslate(2 * width, 0); in Create()997 drawBitmapMatrix(&canvas, top, topMatrix); in Create()