Searched refs:tmpSrc (Results 1 - 7 of 7) sorted by relevance

/external/lz4/tests/
H A DMakefile145 ./datagen -g5M -P100 > tmpSrc
146 $(LZ4) -B4D tmpSrc | $(LZ4) -dv --sparse > tmpB4
147 $(DIFF) -s tmpSrc tmpB4
148 $(LZ4) -B5D tmpSrc | $(LZ4) -dv --sparse > tmpB5
149 $(DIFF) -s tmpSrc tmpB5
150 $(LZ4) -B6D tmpSrc | $(LZ4) -dv --sparse > tmpB6
151 $(DIFF) -s tmpSrc tmpB6
152 $(LZ4) -B7D tmpSrc | $(LZ4) -dv --sparse > tmpB7
153 $(DIFF) -s tmpSrc tmpB7
154 $(LZ4) tmpSrc |
[all...]
/external/skia/src/core/
H A DSkBitmapDevice.cpp249 SkRect bitmapBounds, tmpSrc, tmpDst; local
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) {
[all...]
H A DSkPaint.cpp1544 SkRect tmpSrc;
1546 this->getPathEffect()->computeFastBounds(&tmpSrc, origSrc);
1547 src = &tmpSrc;
/external/skqp/src/core/
H A DSkBitmapDevice.cpp249 SkRect bitmapBounds, tmpSrc, tmpDst; local
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) {
[all...]
H A DSkPaint.cpp1546 SkRect tmpSrc;
1548 this->getPathEffect()->computeFastBounds(&tmpSrc, origSrc);
1549 src = &tmpSrc;
/external/skia/src/gpu/
H A DSkGpuDevice.cpp1142 SkRect tmpSrc, tmpDst; local
1145 tmpSrc = *src;
1146 if (!tmpSrc.intersect(bmpBounds)) {
1149 src = &tmpSrc;
/external/skqp/src/gpu/
H A DSkGpuDevice.cpp1137 SkRect tmpSrc, tmpDst; local
1140 tmpSrc = *src;
1141 if (!tmpSrc.intersect(bmpBounds)) {
1144 src = &tmpSrc;

Completed in 332 milliseconds