Home | History | Annotate | Download | only in core

Lines Matching defs:tmpSrc

249     SkRect      bitmapBounds, tmpSrc, tmpDst;
256 tmpSrc = *src;
258 tmpSrc = bitmapBounds;
260 matrix.setRectToRect(tmpSrc, dst, SkMatrix::kFill_ScaleToFit);
267 // clip the tmpSrc to the bounds of the bitmap, and recompute dstRect if
271 if (!tmpSrc.intersect(bitmapBounds)) {
274 // recompute dst, based on the smaller tmpSrc
275 matrix.mapRect(&tmpDst, tmpSrc);
292 const SkIRect srcIR = tmpSrc.roundOut();
318 if (extractedBitmapBounds == tmpSrc) {