Lines Matching full:bitmapbounds
1011 SkRect bitmapBounds, tmpSrc, tmpDst;1014 bitmapBounds.isetWH(bitmap.width(), bitmap.height());1020 tmpSrc = bitmapBounds;1029 if (!bitmapBounds.contains(*src)) {1030 if (!tmpSrc.intersect(bitmapBounds)) {