Home | History | Annotate | Download | only in camera

Lines Matching defs:srcRect

1123                 Rect srcRect = new Rect(0, 0, w, mBlockHeight);
1124 Rect dstRect = new Rect(srcRect);
1126 canvas.drawBitmap(mBitmap, srcRect, dstRect, null);