Home | History | Annotate | Download | only in com.example.android.camera2basic

Lines Matching full:centery

750         float centerY = viewRect.centerY();
752 bufferRect.offset(centerX - bufferRect.centerX(), centerY - bufferRect.centerY());
757 matrix.postScale(scale, scale, centerX, centerY);
758 matrix.postRotate(90 * (rotation - 2), centerX, centerY);
760 matrix.postRotate(180, centerX, centerY);