Lines Matching full:tmpsrc
1594 SkRect bitmapBounds, tmpSrc;
1602 tmpSrc = *src;
1604 tmpSrc = bitmapBounds;
1607 matrix.setRectToRect(tmpSrc, dst, SkMatrix::kFill_ScaleToFit);
1609 // clip the tmpSrc to the bounds of the bitmap. No check needed if src==null.
1611 if (!bitmapBounds.contains(tmpSrc)) {
1612 if (!tmpSrc.intersect(bitmapBounds)) {
1619 matrix.mapRect(&tmpDst, tmpSrc);
1632 this->drawBitmapCommon(*draw, bitmap, &tmpSrc, &dstSize, paint, flags);