Lines Matching refs:tmpSrc
438 SkRect bitmapBounds, tmpSrc, tmpDst;
445 tmpSrc = *src;
447 tmpSrc = bitmapBounds;
449 SkMatrix matrix = SkMatrix::RectToRect(tmpSrc, dst);
454 // clip the tmpSrc to the bounds of the bitmap, and recompute dstRect if
458 if (!tmpSrc.intersect(bitmapBounds)) {
461 // recompute dst, based on the smaller tmpSrc
462 matrix.mapRect(&tmpDst, tmpSrc);
482 const SkIRect srcIR = tmpSrc.roundOut();
508 if (extractedBitmapBounds == tmpSrc) {