Home | History | Annotate | Download | only in legacy

Lines Matching defs:cropRect

517         RectF cropRect = new RectF(/*left*/0, /*top*/0, cropW, cropH);
521 translateMatrix.postTranslate(-cropRect.centerX(), -cropRect.centerY());
523 translateMatrix.mapRect(/*inout*/cropRect);
526 return ParamsUtils.createRect(cropRect);