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