Lines Matching defs:tmp
477 SkBitmap tmp(bitmap);
478 *const_cast<SkImageInfo*>(&tmp.info()) = tmp.info().makeColorSpace(nullptr);
479 sk_sp<SkBaseDevice> device(new SkBitmapDevice(tmp, fProps, nullptr, nullptr));
846 // Whether or not we need to make a transformed tmp image from 'src', and what that transform is
1163 SkRect tmp;
1164 device->localToDevice().mapRect(&tmp, *localBounds);
1165 if (!devBounds.intersect(tmp.round(), device->devClipBounds())) {
1589 SkRect tmp = this->computeDeviceClipBounds();
1593 SkASSERT(tmp == fQuickRejectBounds);
1645 SkRect tmp = matrix ? matrix->mapRect(bounds) : bounds;
1646 return this->quickReject(paint.computeFastBounds(tmp, &tmp));