Home | History | Annotate | Download | only in core

Lines Matching full:tmpsrc

234     SkRect      bitmapBounds, tmpSrc, tmpDst;
241 tmpSrc = *src;
243 tmpSrc = bitmapBounds;
245 matrix.setRectToRect(tmpSrc, dst, SkMatrix::kFill_ScaleToFit);
250 // clip the tmpSrc to the bounds of the bitmap, and recompute dstRect if
254 if (!tmpSrc.intersect(bitmapBounds)) {
257 // recompute dst, based on the smaller tmpSrc
258 matrix.mapRect(&tmpDst, tmpSrc);
264 const SkIRect srcIR = tmpSrc.roundOut();
290 if (extractedBitmapBounds == tmpSrc) {