Home | History | Annotate | Download | only in core

Lines Matching full:tmpsrc

394     SkRect      bitmapBounds, tmpSrc, tmpDst;
401 tmpSrc = *src;
403 tmpSrc = bitmapBounds;
405 matrix.setRectToRect(tmpSrc, dst, SkMatrix::kFill_ScaleToFit);
410 // clip the tmpSrc to the bounds of the bitmap, and recompute dstRect if
414 if (!tmpSrc.intersect(bitmapBounds)) {
417 // recompute dst, based on the smaller tmpSrc
418 matrix.mapRect(&tmpDst, tmpSrc);
425 tmpSrc.roundOut(&srcIR);
445 if (extractedBitmapBounds == tmpSrc) {